aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
...
* 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
* Make init_video function in dec_video static, it is not used outside that file.Gravatar reimar2007-12-11
* Fix all current known multi-channel wrong order problems by addingGravatar ulion2007-12-10
* Prevent from outputing mass of 'skip' log messages in verbose level.Gravatar ulion2007-12-05
* Use correct printf length modifiers, fixes the following warnings:Gravatar diego2007-12-03
* 10l, len may change after initialization timeGravatar rfelker2007-12-03
* fix declaration after statement, take 2Gravatar rfelker2007-12-03
* fix declaration after statementGravatar rfelker2007-12-03
* Make m_option_t arrays referenced by cfg-common.h constGravatar reimar2007-12-02
* Add appropriate const specifiers to some custom parse functions.Gravatar reimar2007-12-02
* get/set video colors string is constantGravatar reimar2007-12-02
* vf_equalizer_t string is constantGravatar reimar2007-12-02