log

age author description
2010-02-21 reimar Parse and use the information from the frame rate extension header for MPEG-2.
2010-02-21 diego Rename open() vf initialization function to vf_open().
2010-02-21 kostya FFmpeg supports Bink, let MPlayer play it as well
2010-02-21 diego Add malloc.h #include for memalign(), fixes the warning:
2010-02-20 reimar Explain that -mc 0 will need -noskip.
2010-02-20 diego Mark ad_functions_t structures and mpcodecs_ad_drivers array as const.
2010-02-20 diego cosmetics: Remove pointless empty lines at EOF.
2010-02-20 diego Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.
2010-02-20 diego Mark m_config_get_option_ptr() as static, it is only used within the file.
2010-02-20 diego Add standard license header.
2010-02-20 diego cosmetics: K&R coding style, indent with 4 spaces, no tabs
2010-02-20 reimar Print response headers as debugging output also for HTTP seeks.
2010-02-20 reimar 10l, fix a close() that should be a closesocket()
2010-02-20 reimar Do not discard stream buffer on eof, instead reuse it to slightly improve
2010-02-20 reimar Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.
2010-02-20 reimar Print demuxer name in "freeing demuxer" message.
2010-02-20 diego FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.
2010-02-20 diego FFmpeg: Add tomi to architecture list.
2010-02-20 reimar Fix mov reference files: for video/quicktime mime do not force a demuxer
2010-02-20 reimar Print all 64 bits of seek position.
2010-02-20 reimar Make sure we do not try to use IPv6 with winsock2, we end up connecting
2010-02-19 reimar Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.
2010-02-19 reimar Move code that makes the filter chain match the desired output format into
2010-02-19 diego Remove some pointless '#if 1' preprocessor directives.
2010-02-19 diego Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it.
2010-02-19 komh Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.
2010-02-19 komh Add missing 'defined' for __bsdi__.
2010-02-19 diego Remove pointless '#if 1' preprocessor directives.
2010-02-19 diego cosmetics: Remove commented-out #include.
2010-02-19 diego TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives.
2010-02-19 jrash sync with en/mplayer.1 rev. 30611
2010-02-19 komh Replace platform preprocessor check by HAVE_DOS_PATHS.
2010-02-19 komh Remove useless CONFIG_SETLOCALE
2010-02-18 reimar DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, add
2010-02-18 reimar Merge declaration and initialization.
2010-02-18 reimar DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANE
2010-02-18 reimar Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.
2010-02-18 reimar Add av_alias define as a hack to fix compilation of intreadwrite.h without
2010-02-18 stefano Reindent and fix brace placement.
2010-02-18 stefano Vertically align a list of comparisons in sws_getCachedContext().
2010-02-18 stefano Merge two if conditions, allow to decrese the level of indentation of
2010-02-18 reimar Add a InitializeCriticalSectionAndSpinCount function.
2010-02-18 reimar Add a GetModuleHandleW implementation.
2010-02-18 reimar Use snprintf to ensure we do not write outside the buffer bounds
2010-02-18 cehoyos Use new FFmpeg WMA Voice decoder.
2010-02-18 diego Add header #include for print_wave_header() instead of a forward declaration.
2010-02-18 diego Add header for functions exported from vo_zr.c and use it appropriately.
2010-02-18 diego Remove forward declarations for non-existing functions readPPOpt, revertPPOpt.
2010-02-18 diego Add required header #include for config.h.
2010-02-18 diego Mark some more functions that are not used outside of their files as static.
2010-02-18 diego Add header for AVI print functions; avoids many forward declarations.
2010-02-17 reimar Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since at
2010-02-17 diego Add header for asf_check_header, read_asf_header; avoids forward declarations.
2010-02-17 diego #include proper header for skip_audio_frame() instead of forward declaring it.
2010-02-17 diego Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.
2010-02-17 diego Remove demux_ogg-related declarations that are no longer necessary.