aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Output number of reference frames before creating H264 vdpau decoder.Gravatar cehoyos2009-03-09
* Update entry for libdvdread; add entry for libdvdnav.Gravatar diego2009-03-09
* cosmetics: Add newlines for better readability, rename Homepage entry to URL.Gravatar diego2009-03-09
* GraphEdit is also available in the Microsoft SDK nowadays.Gravatar diego2009-03-09
* typoGravatar kraymer2009-03-09
* libmpdemux/nuppelvideo.h was removed.Gravatar diego2009-03-09
* partial further sync by patch by sevenfourk, sevenfourk gmail comGravatar diego2009-03-09
* Ensure the string we're trying to compare is actually not NULL.Gravatar ben2009-03-09
* The first valid index is total count - 1 (usually 0)Gravatar ben2009-03-09
* Do not call waveOutReset in uninit if you should wait till playing finishes,Gravatar reimar2009-03-09
* Reuse libavutil fifo code instead of reimplementing it over and over.Gravatar reimar2009-03-09
* Mask all unused bits for packed pixel format instead of green and alpha mask ...Gravatar kostya2009-03-09
* Get rid of DEMUXER_TYPE_NUV define, it is no longer used.Gravatar reimar2009-03-09
* Get rid of nuppelvideo.h and its ugly packed struct and instead write theGravatar reimar2009-03-09
* people are forgetting to update the changelogGravatar compn2009-03-09
* Fix type of zlen, fixes crashes on 64 bit systems.Gravatar reimar2009-03-09
* Do not calculate the same value twiceGravatar reimar2009-03-09
* Allocate buffer for lzo compression correctly also for large frame sizes.Gravatar reimar2009-03-09
* nuv encoder 64 bit fix: avoid using long/sizeof(long)Gravatar reimar2009-03-09
* Remove now unused parts of nuppelvideo.hGravatar reimar2009-03-09
* Remove native nuv demuxer, it only needs more code to achieve the same thingGravatar reimar2009-03-09
* Make fastmemcpybench almost working - only thing missing is a way toGravatar reimar2009-03-09
* synced with r28895Gravatar Gabrov2009-03-09
* comment/output cosmeticsGravatar diego2009-03-09
* whitespace cosmetics:Gravatar diego2009-03-09
* Merge two preprocessor conditions in order to drop one duplicated #else case.Gravatar diego2009-03-09
* Ignore all fastmem-* binaries.Gravatar diego2009-03-09
* Change default OSD/subtitle font sizes.Gravatar greg2009-03-09
* Fix fastmemcpybench tools build:Gravatar diego2009-03-09
* sync w/r28895Gravatar gpoirier2009-03-08
* Synced with r28895.Gravatar bircoph2009-03-08
* Cosmetics: reindent.Gravatar eugeni2009-03-08
* Treat -font/-subfont as Fontconfig pattern in libass.Gravatar eugeni2009-03-08
* Add test for C memcpy()Gravatar michael2009-03-08
* Resurrect script needed for easy use of fastmemcpybench.c.Gravatar michael2009-03-08
* Remove extraneous braces.Gravatar greg2009-03-08
* Don't assume width == stride for bitmap composition.Gravatar greg2009-03-08
* Revert Gravatar michael2009-03-08
* rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordinglyGravatar reimar2009-03-08
* Remove internal NuppelVideo decoder, the code in libavcodec can decodeGravatar reimar2009-03-08
* Get rid of pointless debugging codeGravatar reimar2009-03-08
* Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is thereGravatar reimar2009-03-08
* Remove colourspace-conversion stuff from rtjpeg, we have functions to do thatGravatar reimar2009-03-08
* Mark everything not used outside the file as "static"Gravatar reimar2009-03-08
* Remove functions not used by MPlayer from headerGravatar reimar2009-03-08
* Remove useless "extern" in function declarations.Gravatar reimar2009-03-08
* Add a small howto explaining how to cross-compile for MinGWGravatar reimar2009-03-08
* Explain that disabling other input methods is not the purpose of -slaveGravatar reimar2009-03-08
* Remove unused variable from demux_mov.Gravatar reimar2009-03-08
* Add an option to disable the default key binding that MPlayer includesGravatar reimar2009-03-08