2010-09-08 |
reimar | Use initializer to avoid leaving struct timeval half...
|
commit | commitdiff | tree |
2010-09-08 |
reimar | Avoid duplicating the #if HAVE_WINSOCK2_H mess.
|
commit | commitdiff | tree |
2010-09-08 |
reimar | Reindent.
|
commit | commitdiff | tree |
2010-09-08 |
reimar | Avoid duplicating the recvfrom/"bye"-handling code.
|
commit | commitdiff | tree |
2010-09-08 |
reimar | Reindent.
|
commit | commitdiff | tree |
2010-09-08 |
reimar | Remove a useless "else".
|
commit | commitdiff | tree |
2010-09-08 |
reimar | Do not check a condition that can never be false and...
|
commit | commitdiff | tree |
2010-09-08 |
reimar | Fix indentation.
|
commit | commitdiff | tree |
2010-09-08 |
reimar | Cosmetics: remove some useless {}
|
commit | commitdiff | tree |
2010-09-08 |
reimar | Use initializer instead of memset, the memset in addition...
|
commit | commitdiff | tree |
2010-09-08 |
reimar | Remove useless include.
|
commit | commitdiff | tree |
2010-09-08 |
reimar | Remove useless ifdef.
|
commit | commitdiff | tree |
2010-09-08 |
reimar | Add synchronization of multiple MPlayer instances over...
|
commit | commitdiff | tree |
2010-09-06 |
reimar | Remove useless casts.
|
commit | commitdiff | tree |
2010-09-05 |
reimar | Fix mlib compilation: add mising include for SwsContext.
|
commit | commitdiff | tree |
2010-09-04 |
reimar | Add a hack to work with BeOS/Haiku libsdl.
|
commit | commitdiff | tree |
2010-09-02 |
reimar | Attempt to fix compilation with FreeBSD's dvdio.h
|
commit | commitdiff | tree |
2010-08-31 |
reimar | Set coded_width/coded_height instead of width/height...
|
commit | commitdiff | tree |
2010-08-29 |
reimar | Always use convergence_duration for subtitles otherwise
|
commit | commitdiff | tree |
2010-08-29 |
reimar | Also reset subtitle EOF on seeking.
|
commit | commitdiff | tree |
2010-08-29 |
reimar | Fix indentation.
|
commit | commitdiff | tree |
2010-08-29 |
reimar | Replace ass_mp.h include by eosd.h include.
|
commit | commitdiff | tree |
2010-08-27 |
reimar | 100l, we need to search for SetDllDirectoryA instead...
|
commit | commitdiff | tree |
2010-08-27 |
reimar | Disable loading codecs from the current directory.
|
commit | commitdiff | tree |
2010-08-27 |
reimar | Fix arts check to actually check linking so it doesn't
|
commit | commitdiff | tree |
2010-08-26 |
reimar | Fix --disable-ass-internal to actually have an effect.
|
commit | commitdiff | tree |
2010-08-25 |
reimar | Clarify the meaning of the -nosub option.
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Print subtitle type also for internally-supported types...
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Pass the video dimensions specified in the subtitle...
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Remove pointless casts.
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Use vf_open_filter, just like in the previous change...
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Use vf_open_filter instead of vf_open_plugin+hacks.
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Add consts to avoid a warning about pointer type mismatch...
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Deobfuscate mencoder decode_video call.
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Make sure we return an "empty" line on eof, to make...
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Check stream_read_line result instead of checking stream_eof,
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Fix reading of VUK: actually fail if the key is incomplete...
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Avoid another unnecessary intermediate variable.
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Avoid a pointless extra variable.
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Format NULL-pointer check consistently.
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Simplify searching for discid by comparing the string...
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Switch to uppercase hex.
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Simplify/fix printing of disc id/VUK
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Add const to pointer argument.
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Remove a unused assignment.
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Fix a memleak.
|
commit | commitdiff | tree |
2010-08-21 |
reimar | Extract reading KEDB.cfg into a separate function.
|
commit | commitdiff | tree |
2010-08-20 |
reimar | 100l, re-add vobsub_get_id_by_index call accidentally...
|
commit | commitdiff | tree |
2010-08-16 |
reimar | Simplify and document MinGW stdin hack.
|
commit | commitdiff | tree |
2010-08-16 |
reimar | Do not call *_aid_from_lang when audio_lang is NULL.
|
commit | commitdiff | tree |
2010-08-11 |
reimar | Add incomplete clipinf reading support to display audio
|
commit | commitdiff | tree |
2010-08-11 |
reimar | Add const qualifiers to function string arguments as...
|
commit | commitdiff | tree |
2010-08-10 |
reimar | Make it possible to use relative, http:// etc. paths...
|
commit | commitdiff | tree |
2010-08-10 |
reimar | Avoid pointless additional string pointers.
|
commit | commitdiff | tree |
2010-08-10 |
reimar | Use the stream functions instead of the fopen/fread...
|
commit | commitdiff | tree |
2010-08-10 |
reimar | Simplify code: allow file_format argument to open_stream...
|
commit | commitdiff | tree |
2010-08-04 |
reimar | Return an error when seeking beyond EOF.
|
commit | commitdiff | tree |
2010-08-04 |
reimar | Move one AES initialization out of inner loop.
|
commit | commitdiff | tree |
2010-08-04 |
reimar | Minor optimization/simplification and document the...
|
commit | commitdiff | tree |
2010-08-04 |
reimar | Use the "key" type also for the IV constant.
|
commit | commitdiff | tree |
2010-08-04 |
reimar | Simplify ts_sync. Might also make it easier to optimize...
|
commit | commitdiff | tree |
2010-08-04 |
reimar | Remove an unused variable.
|
commit | commitdiff | tree |
2010-08-04 |
reimar | Remove some useless casts.
|
commit | commitdiff | tree |
2010-08-03 |
reimar | 100l, do not free vo_spudec if e.g. just the audio...
|
commit | commitdiff | tree |
2010-08-03 |
reimar | Move initialization of vo_spudec further behind to...
|
commit | commitdiff | tree |
2010-08-03 |
reimar | Remove useless cast.
|
commit | commitdiff | tree |
2010-08-03 |
reimar | Add support for bd:// streams as a test for a part...
|
commit | commitdiff | tree |
2010-08-03 |
reimar | Add sanity-check for sector size to avoid strange crashes...
|
commit | commitdiff | tree |
2010-08-03 |
reimar | Avoid STREAM_CTRL_SEEK_TO_TIME messing up the current...
|
commit | commitdiff | tree |
2010-08-02 |
reimar | Reuse do_cpuid from cpudetect.c in loader/win32.c.
|
commit | commitdiff | tree |
2010-08-02 |
reimar | Remove outdated cpuid code.
|
commit | commitdiff | tree |
2010-08-02 |
reimar | Add const to avoid warnings.
|
commit | commitdiff | tree |
2010-08-02 |
reimar | Avoid arithmetic on void * pointers.
|
commit | commitdiff | tree |
2010-08-02 |
reimar | Fix type in conditional.
|
commit | commitdiff | tree |
2010-08-02 |
reimar | Make function declarations proper prototypes.
|
commit | commitdiff | tree |
2010-08-02 |
reimar | Avoid mixing code and declarations.
|
commit | commitdiff | tree |
2010-08-02 |
reimar | Make library/export function tables static const.
|
commit | commitdiff | tree |
2010-08-01 |
reimar | Update for libavformat matroska demuxer name change.
|
commit | commitdiff | tree |
2010-08-01 |
reimar | Reindent.
|
commit | commitdiff | tree |
2010-08-01 |
reimar | Use early return instead of large if block.
|
commit | commitdiff | tree |
2010-08-01 |
reimar | More readable OSD rendering code.
|
commit | commitdiff | tree |
2010-08-01 |
reimar | Also allow setting msglevel for MSGT_FIXME.
|
commit | commitdiff | tree |
2010-08-01 |
reimar | Fix typo in documentation.
|
commit | commitdiff | tree |
2010-08-01 |
reimar | Handle failing ioctls more gracefully for dvdcss.
|
commit | commitdiff | tree |
2010-08-01 |
reimar | Fix subtitle selection: make selecting -sid 0 work...
|
commit | commitdiff | tree |
2010-08-01 |
reimar | Fix DVD playback with region-free drives.
|
commit | commitdiff | tree |
2010-07-31 |
reimar | Fix compilation with --enable-crash-debug
|
commit | commitdiff | tree |
2010-07-30 |
reimar | Properly close file on error or uninit.
|
commit | commitdiff | tree |
2010-07-30 |
reimar | Avoid code duplication, use the generate file name...
|
commit | commitdiff | tree |
2010-07-29 |
reimar | Newly added subtitle support also includes DVB and...
|
commit | commitdiff | tree |
2010-07-29 |
reimar | Move function to avoid a forward declaration.
|
commit | commitdiff | tree |
2010-07-29 |
reimar | Update global_sub_pos if we auto-selected a subtitle.
|
commit | commitdiff | tree |
2010-07-29 |
reimar | Use header_check_broken to simplify cdio.h check.
|
commit | commitdiff | tree |
2010-07-29 |
reimar | Add a special header_check_broken to be used for broken
|
commit | commitdiff | tree |
2010-07-29 |
reimar | Make the sys/cdio.h header test work by explictly including
|
commit | commitdiff | tree |
2010-07-26 |
reimar | Support for image highlights for dvdnav menus.
|
commit | commitdiff | tree |
2010-07-26 |
reimar | Remove useless end_col/end_row variables.
|
commit | commitdiff | tree |
2010-07-25 |
reimar | Move variable into the only function where it is used.
|
commit | commitdiff | tree |
2010-07-25 |
reimar | Move mouse hiding code to check_events, this allows...
|
commit | commitdiff | tree |
2010-07-25 |
reimar | Make the Quit menu entry work.
|
commit | commitdiff | tree |
next |