aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Grayscale encoding/decoding with FFmpeg is no longer enabled, remove referencesGravatar diego2008-03-07
* Fix printf format string mismatch, eliminates the warning:Gravatar diego2008-03-06
* Add necessary header #includes to fix 'make checkheaders'.Gravatar diego2008-03-06
* ve_vfw.c: #include aviheader.h instead of wine avifmt.hGravatar uau2008-03-06
* Fix ffvorbis decoder's output channel order with channel reordering function.Gravatar ulion2008-03-05
* Remove ugly workaround for conflicting dca.h headers, it is no longerGravatar diego2008-03-03
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* 10l: Revert nonsense commit.Gravatar diego2008-02-25
* Remove old EMU_OLD cruft.Gravatar diego2008-02-25
* Do not use a global temps variable, this is ugly and does not compile with ICC.Gravatar reimar2008-02-24
* Get rid of pointless and confusing commentsGravatar reimar2008-02-24
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Consistently use filename as multiple inclusion guard.Gravatar diego2008-02-21
* vf_sab mirrors coefficients past the edge of the picture instead of cropping:Gravatar diego2008-02-20
* Allow specifying a size for -vf rgbtestGravatar reimar2008-02-17
* Avoid reinit of vo with the exactly same parameters over and over.Gravatar reimar2008-02-16
* typo fix: inited --> initializedGravatar diego2008-02-14
* Fix typo.Gravatar cehoyos2008-02-13
* mark constants as suchGravatar reimar2008-01-30
* Simplify: use DECLARE_ASM_CONSTGravatar reimar2008-01-30
* clarify comments/docs about lav* being the preferred place to implement newGravatar ivo2008-01-28
* copy note on new demuxers and codecs to the top of the array as well to beGravatar ivo2008-01-28
* note on new demuxers and codecs, add them to lav* instead of libmp*Gravatar ivo2008-01-28
* Consistently use uppercase filename as multiple inclusion guard.Gravatar diego2008-01-28
* Add multiple inclusion guards.Gravatar diego2008-01-27
* Replace with the output of the updated alaw-gen generator program.Gravatar diego2008-01-27
* Add global ass_force_reload flag.Gravatar eugeni2008-01-23
* Zero codec_inited in the init() function, so that it's cleared everytime Gravatar rtogni2008-01-23
* Use the proper option name for constant quantizer Gravatar iive2008-01-23
* Remove useless castsGravatar reimar2008-01-21
* Avoid warning:Gravatar reimar2008-01-19
* Remove unused variableGravatar reimar2008-01-12
* Move uselessly global variablesGravatar reimar2008-01-12
* Colourspace conversions do _not_ belong into a decoder!Gravatar reimar2008-01-12
* Cosmetics: get rid of huge amounts of trailing whitespaceGravatar reimar2008-01-12
* Remove an unused global variableGravatar reimar2008-01-12
* Avoid uselessly global variablesGravatar reimar2008-01-12
* Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" withGravatar reimar2008-01-12
* Use malloc for codecdata. Fixes segfault in free_sh_sub.Gravatar eugeni2008-01-10
* Remove unnecessary <signal.h> includesGravatar uau2008-01-09
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reservedGravatar diego2008-01-06
* Do not pass timestamp to realvideo binary decoderGravatar rtogni2008-01-06
* Remove unused definition.Gravatar diego2008-01-06
* remove code for colorspaces x264 doesn't supportGravatar lorenm2008-01-05
* fix artifacts in -vf fspp. regression in r23476.Gravatar lorenm2008-01-05
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Remove unused static variable pass, fixes the warning:Gravatar diego2007-12-27
* Add a missing free of the avctxGravatar reimar2007-12-25
* change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ...Gravatar rik2007-12-18