aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* libass: fix PAR correctionGravatar greg2010-02-09
* There is Indeo 5 decoder in FFmpeg now, so register itGravatar kostya2010-02-09
* Fix linking of mp3lib test programs when internal mp3lib is disabled.Gravatar diego2010-02-08
* Fix linking of liba52 test program when internal liba52 is disabled.Gravatar diego2010-02-08
* Remove disabled AVIFILE-specific preprocessor code.Gravatar diego2010-02-08
* Merge some preprocessor conditionals where appropriate.Gravatar diego2010-02-08
* Fix subtitle display for DVDs using fade-in/fade-out.Gravatar reimar2010-02-06
* Make mkalpha function simpler, faster and more correct.Gravatar reimar2010-02-06
* synced with r30515Gravatar Gabrov2010-02-06
* sync with en/mplayer.1 r30436Gravatar jrash2010-02-06
* Simplify how usesVFilter and usesHFilter are set.Gravatar stefano2010-02-05
* Apply misc fixes to sws_getCoefficients() doxy.Gravatar stefano2010-02-05
* Satisfy consistency need:Gravatar stefano2010-02-05
* Prefer libavformat over our own mov demuxer also for video/quicktimeGravatar reimar2010-02-05
* Release pin enumerator after we are done using it.Gravatar reimar2010-02-05
* Add support for loading ASS subtitles through the stream layer and thus e.g.Gravatar reimar2010-02-05
* Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_...Gravatar reimar2010-02-05
* Add function to translate SWS_CS_* to coefficient arrayGravatar conrad2010-02-05
* Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.Gravatar komh2010-02-05
* Remove '.section' causing the following assembler error on OS/2.Gravatar komh2010-02-05
* Print messages only after we are sure preinit will not fail anymore.Gravatar reimar2010-02-05
* Add support for VOFLAG_HIDDEN to the w32 backend.Gravatar reimar2010-02-04
* Set the PixelFormat right after creating the window and set it only once.Gravatar reimar2010-02-04
* Create the OpenGL probe window as a hidden Window on X11.Gravatar reimar2010-02-04
* Mention rtmp and rtsp specifically as formats supported via ffmpeg.Gravatar reimar2010-02-04
* Enable RTSP and SDP demuxers if network support is enabled, they can now be u...Gravatar reimar2010-02-04
* 100l: Fix compilation (broken by me).Gravatar cehoyos2010-02-04
* Clarify -vo vdpau:pullupGravatar cehoyos2010-02-04
* Audio buffer is too large so that it takes too long time to respond to audioGravatar komh2010-02-04
* Implement shuffle_bytes_abcd() functions and use them for shufflingGravatar stefano2010-02-03
* Replace incorrect usage of strncpy.Gravatar reimar2010-02-03
* ReindentGravatar reimar2010-02-03
* Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.Gravatar reimar2010-02-03
* Use vo_x11_clearwindow instead of XClearWindow, both for consistency and alsoGravatar reimar2010-02-03
* Fix argument order for lseek, fixes cookie loading in Windows and in generalGravatar reimar2010-02-03
* Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpegGravatar komh2010-02-03
* Add missing license headers to test programs for external libraries.Gravatar diego2010-02-03
* Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls thisGravatar reimar2010-02-02
* Remove pointless initializers and also set geometry_*_changed to 0 whenGravatar reimar2010-02-02
* Mention yuv=2 auto-detection in Changelog.Gravatar reimar2010-02-02
* Document auto-detection of -vo gl:yuv=... value.Gravatar reimar2010-02-02
* Add support for autodetection during preinit and use that to detect a defaultGravatar reimar2010-02-02
* Avoid using options before autodetectGlExtensions to allow it to change them ...Gravatar reimar2010-02-02
* Remove vo_config_count check from uninit, it should always be safe to run.Gravatar reimar2010-02-02
* Revert r30324 which broken the struct addrinfo check by making it always pass.Gravatar reimar2010-02-02
* Estimate pts of additional frame generated by tfields also if correct-pts isGravatar reimar2010-02-01
* Enable query_format for vf_tfields to make sure it isn't used for formatsGravatar reimar2010-02-01
* Fix -vf tfields=1 so it does not read out of bounds or leave parts of theGravatar reimar2010-02-01
* Reword tfields documentation to reflect that it works mostly with MPlayer,Gravatar reimar2010-02-01
* Add OS/2 KAI audio driver supportGravatar komh2010-02-01