aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* Add recently added FFmpeg subdirs to DIRS variable.Gravatar diego2009-04-02
* override codec tag for pcm s32le and s32be, used in movGravatar bcoudurier2009-04-02
* Add config.h #include, necessary for HAVE_MALLOC_H check.Gravatar diego2009-04-01
* Remove unused variable along with the related warning.Gravatar diego2009-04-01
* Increase probe buffer size to 32kB, this makes ac3 auto-detection far more re...Gravatar reimar2009-04-01
* At least direct3d vo supports -xineramascreen, tooGravatar reimar2009-04-01
* Make examples and test progs depend on librariesGravatar mru2009-04-01
* Prefer vo vdpau over vo xv where available.Gravatar cehoyos2009-03-31
* 100l, add forgotten BGR15 format to fmt-conversion.c tableGravatar reimar2009-03-31
* cdvh decodes with ffdvGravatar compn2009-03-31
* Add forgotten escapes for -Gravatar reimar2009-03-31
* Add missing $(EXESUF) to example/test program dependency declaration.Gravatar diego2009-03-31
* Explain relationship between -geometry and -xineramascreen.Gravatar reimar2009-03-31
* Get rid of nonsensical limits on -geometry x, y,w and h values, they onlyGravatar reimar2009-03-31
* More flags; sync with Linux kernel.Gravatar zuxy2009-03-31
* override lavf tag for pcm s24le, mov uses the same for s24beGravatar bcoudurier2009-03-30
* Support IMGFMT_NV12 for vo vdpau.Gravatar cehoyos2009-03-30
* Set the forced_subs_only value correctly whenever a new spudec is created.Gravatar reimar2009-03-30
* Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.Gravatar reimar2009-03-30
* Make sure we do not accidentally use the vdp_get_error_string from theGravatar reimar2009-03-30
* Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.Gravatar cehoyos2009-03-29
* VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.Gravatar cehoyos2009-03-29
* Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...Gravatar reimar2009-03-29
* Globally ignore all example binaries.Gravatar diego2009-03-29
* Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.Gravatar reimar2009-03-29
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Gravatar diego2009-03-29
* Move swscale AltiVec template code to ppc subdirectory.Gravatar diego2009-03-29
* Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.Gravatar reimar2009-03-29
* Relicense file to LGPL with the permission of Romain Dolbeau, the author.Gravatar diego2009-03-29
* sync with en/mplayer.1 r29059Gravatar jrash2009-03-29
* Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream isGravatar reimar2009-03-29
* Cosmetics: Reindent after last commit.Gravatar cehoyos2009-03-29
* 10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.Gravatar cehoyos2009-03-29
* synced with r29059Gravatar Gabrov2009-03-28
* Move config.h include directive up as a precaution measure.Gravatar bircoph2009-03-28
* Reorder includes alphabetically.Gravatar bircoph2009-03-28
* Remove af_mp.h and add its content to af.hGravatar bircoph2009-03-28
* Remove af_msg special-casing API in libaf.Gravatar bircoph2009-03-28
* Document the ass_render_event event_images parameter.Gravatar reimar2009-03-28
* Initialize all structs to 0 before using them.Gravatar reimar2009-03-28
* Check for ddk/ntddcdrm.h header before enabling VCD on mingw.Gravatar reimar2009-03-28
* 100l, revert r29082, I missed that the vts comparison should be case-insensit...Gravatar reimar2009-03-28
* ReindentGravatar reimar2009-03-28
* Simplify extracting title number from ifo nameGravatar reimar2009-03-28
* Move bfin specific code to its subdir.Gravatar ramiro2009-03-27
* Simplify detection of .ifo extension.Gravatar reimar2009-03-27
* Use x86_reg instead of long in several video filters to fix compilation on Mi...Gravatar reimar2009-03-27
* Directly include libavutil/x86_cpu.h in cpudetect.h instead of duplicating itGravatar reimar2009-03-27
* Get rid of gettimeofday reimplementation for MinGW, all remotely recentGravatar reimar2009-03-27