Mercurial > mplayer.hg
graph
-
Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.2010-02-21, by diego
-
cosmetics: Rename struct vf_instance_s --> vf_instance.2010-02-21, by diego
-
Fix fps output with -identify when frame rate extension is used for MPEG-22010-02-21, by reimar
-
Initialize frame rate extension fields in mp_header_process_sequence_header2010-02-21, by reimar
-
Parse and use the information from the frame rate extension header for MPEG-2.2010-02-21, by reimar
-
Rename open() vf initialization function to vf_open().2010-02-21, by diego
-
FFmpeg supports Bink, let MPlayer play it as well2010-02-21, by kostya
-
Add malloc.h #include for memalign(), fixes the warning:2010-02-21, by diego
-
Explain that -mc 0 will need -noskip.2010-02-20, by reimar
-
Mark ad_functions_t structures and mpcodecs_ad_drivers array as const.2010-02-20, by diego
-
cosmetics: Remove pointless empty lines at EOF.2010-02-20, by diego
-
Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.2010-02-20, by diego
-
Mark m_config_get_option_ptr() as static, it is only used within the file.2010-02-20, by diego
-
Add standard license header.2010-02-20, by diego
-
cosmetics: K&R coding style, indent with 4 spaces, no tabs2010-02-20, by diego
-
Print response headers as debugging output also for HTTP seeks.2010-02-20, by reimar
-
10l, fix a close() that should be a closesocket()2010-02-20, by reimar
-
Do not discard stream buffer on eof, instead reuse it to slightly improve2010-02-20, by reimar
-
Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.2010-02-20, by reimar
-
Print demuxer name in "freeing demuxer" message.2010-02-20, by reimar
-
FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.2010-02-20, by diego
-
FFmpeg: Add tomi to architecture list.2010-02-20, by diego
-
Fix mov reference files: for video/quicktime mime do not force a demuxer2010-02-20, by reimar
-
Print all 64 bits of seek position.2010-02-20, by reimar
-
Make sure we do not try to use IPv6 with winsock2, we end up connecting2010-02-20, by reimar
-
Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.2010-02-19, by reimar
-
Move code that makes the filter chain match the desired output format into2010-02-19, by reimar
-
Remove some pointless '#if 1' preprocessor directives.2010-02-19, by diego
-
Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it.2010-02-19, by diego
-
Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.2010-02-19, by komh
-
Add missing 'defined' for __bsdi__.2010-02-19, by komh
-
Remove pointless '#if 1' preprocessor directives.2010-02-19, by diego
-
cosmetics: Remove commented-out #include.2010-02-19, by diego
-
TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives.2010-02-19, by diego
-
sync with en/mplayer.1 rev. 306112010-02-19, by jrash
-
Replace platform preprocessor check by HAVE_DOS_PATHS.2010-02-19, by komh
-
Remove useless CONFIG_SETLOCALE2010-02-19, by komh
-
DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, add2010-02-18, by reimar
-
Merge declaration and initialization.2010-02-18, by reimar
-
DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANE2010-02-18, by reimar
-
Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.2010-02-18, by reimar
-
Add av_alias define as a hack to fix compilation of intreadwrite.h without2010-02-18, by reimar
-
Reindent and fix brace placement.2010-02-18, by stefano
-
Vertically align a list of comparisons in sws_getCachedContext().2010-02-18, by stefano
-
Merge two if conditions, allow to decrese the level of indentation of2010-02-18, by stefano
-
Add a InitializeCriticalSectionAndSpinCount function.2010-02-18, by reimar
-
Add a GetModuleHandleW implementation.2010-02-18, by reimar
-
Use snprintf to ensure we do not write outside the buffer bounds2010-02-18, by reimar