aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Declare stream_fill_buffer() and stream_seek_long() unconditionally.Gravatar diego2010-02-21
* Add header for asf_mmst_streaming_start() instead of forward declaring it.Gravatar diego2010-02-21
* Only #define WIN32_LOADER if it has not been #defined already, fixes warning:Gravatar diego2010-02-21
* Add header for exported DVB-related functions.Gravatar diego2010-02-21
* cosmetics: Move functions around to avoid forward declarations and #ifdefs.Gravatar diego2010-02-21
* Drop weird and unnecessary _s/_st suffixes from demuxer struct names.Gravatar diego2010-02-21
* Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.Gravatar diego2010-02-21
* cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
* Fix fps output with -identify when frame rate extension is used for MPEG-2Gravatar reimar2010-02-21
* Initialize frame rate extension fields in mp_header_process_sequence_headerGravatar reimar2010-02-21
* Parse and use the information from the frame rate extension header for MPEG-2.Gravatar reimar2010-02-21
* Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
* FFmpeg supports Bink, let MPlayer play it as wellGravatar kostya2010-02-21
* Add malloc.h #include for memalign(), fixes the warning:Gravatar diego2010-02-21
* Explain that -mc 0 will need -noskip.Gravatar reimar2010-02-20
* Mark ad_functions_t structures and mpcodecs_ad_drivers array as const.Gravatar diego2010-02-20
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.Gravatar diego2010-02-20
* Mark m_config_get_option_ptr() as static, it is only used within the file.Gravatar diego2010-02-20
* Add standard license header.Gravatar diego2010-02-20
* cosmetics: K&R coding style, indent with 4 spaces, no tabsGravatar diego2010-02-20
* Print response headers as debugging output also for HTTP seeks.Gravatar reimar2010-02-20
* 10l, fix a close() that should be a closesocket()Gravatar reimar2010-02-20
* Do not discard stream buffer on eof, instead reuse it to slightly improveGravatar reimar2010-02-20
* Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.Gravatar reimar2010-02-20
* Print demuxer name in "freeing demuxer" message.Gravatar reimar2010-02-20
* FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.Gravatar diego2010-02-20
* FFmpeg: Add tomi to architecture list.Gravatar diego2010-02-20
* Fix mov reference files: for video/quicktime mime do not force a demuxerGravatar reimar2010-02-20
* Print all 64 bits of seek position.Gravatar reimar2010-02-20
* Make sure we do not try to use IPv6 with winsock2, we end up connectingGravatar reimar2010-02-20
* Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.Gravatar reimar2010-02-19
* Move code that makes the filter chain match the desired output format intoGravatar reimar2010-02-19
* Remove some pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
* Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it.Gravatar diego2010-02-19
* Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.Gravatar komh2010-02-19
* Add missing 'defined' for __bsdi__.Gravatar komh2010-02-19
* Remove pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
* cosmetics: Remove commented-out #include.Gravatar diego2010-02-19
* TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
* sync with en/mplayer.1 rev. 30611Gravatar jrash2010-02-19
* Replace platform preprocessor check by HAVE_DOS_PATHS.Gravatar komh2010-02-19
* Remove useless CONFIG_SETLOCALEGravatar komh2010-02-19
* DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, addGravatar reimar2010-02-18
* Merge declaration and initialization.Gravatar reimar2010-02-18
* DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANEGravatar reimar2010-02-18
* Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.Gravatar reimar2010-02-18
* Add av_alias define as a hack to fix compilation of intreadwrite.h withoutGravatar reimar2010-02-18
* Reindent and fix brace placement.Gravatar stefano2010-02-18
* Vertically align a list of comparisons in sws_getCachedContext().Gravatar stefano2010-02-18