| Commit message (Expand) | Author | Age |
* | Remove unused variable | reimar | 2008-01-12 |
* | Move uselessly global variables | reimar | 2008-01-12 |
* | Colourspace conversions do _not_ belong into a decoder! | reimar | 2008-01-12 |
* | Cosmetics: get rid of huge amounts of trailing whitespace | reimar | 2008-01-12 |
* | Remove an unused global variable | reimar | 2008-01-12 |
* | Avoid uselessly global variables | reimar | 2008-01-12 |
* | Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with | reimar | 2008-01-12 |
* | Use malloc for codecdata. Fixes segfault in free_sh_sub. | eugeni | 2008-01-10 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 |
* | Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved | diego | 2008-01-06 |
* | Do not pass timestamp to realvideo binary decoder | rtogni | 2008-01-06 |
* | Remove unused definition. | diego | 2008-01-06 |
* | remove code for colorspaces x264 doesn't support | lorenm | 2008-01-05 |
* | fix artifacts in -vf fspp. regression in r23476. | lorenm | 2008-01-05 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 |
* | Remove unused static variable pass, fixes the warning: | diego | 2007-12-27 |
* | Add a missing free of the avctx | reimar | 2007-12-25 |
* | change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ... | rik | 2007-12-18 |
* | Make init_video function in dec_video static, it is not used outside that file. | reimar | 2007-12-11 |
* | Fix all current known multi-channel wrong order problems by adding | ulion | 2007-12-10 |
* | Prevent from outputing mass of 'skip' log messages in verbose level. | ulion | 2007-12-05 |
* | Use correct printf length modifiers, fixes the following warnings: | diego | 2007-12-03 |
* | 10l, len may change after initialization time | rfelker | 2007-12-03 |
* | fix declaration after statement, take 2 | rfelker | 2007-12-03 |
* | fix declaration after statement | rfelker | 2007-12-03 |
* | Make m_option_t arrays referenced by cfg-common.h const | reimar | 2007-12-02 |
* | Add appropriate const specifiers to some custom parse functions. | reimar | 2007-12-02 |
* | get/set video colors string is constant | reimar | 2007-12-02 |
* | vf_equalizer_t string is constant | reimar | 2007-12-02 |
* | Make all vf_info_t structs const | reimar | 2007-12-02 |
* | Mark several uses of vo_functions_t as const to stop some of the current | reimar | 2007-12-02 |
* | Remove completely outdated commented-out code | reimar | 2007-12-02 |
* | Add support for Apple's yuv2 raw format | reimar | 2007-11-30 |
* | Fix warnings: | ulion | 2007-11-27 |
* | Simplify convert_14bits_to_16bits function in ad_hwac3 | reimar | 2007-11-26 |
* | Support convert 14-bit DTS stream into 16-bit stream if needed, | ulion | 2007-11-24 |
* | Make hwdts support more dts format identification, 14bits or 16bits, LE or BE. | ulion | 2007-11-21 |
* | Replace stupid "unsigned long" by the correct uint32_t. | reimar | 2007-11-12 |
* | Use proper inttypes.h types instead of broken uint32 etc. defines | reimar | 2007-11-12 |
* | Add missing header files, fixes the warnings: | diego | 2007-11-09 |
* | Add missing header file, fixes the warnings: | diego | 2007-11-09 |
* | Remove misleading comment and remove unnecessary #includes. | diego | 2007-11-09 |
* | Rearrange headers to get rid of an #undef and remove unnecessary headers. | diego | 2007-11-09 |
* | Remove unnecessary dsputil.h #include, fixes the warnings: | diego | 2007-11-09 |
* | #include libavcodec/eval.h instead of manually declaring ff_eval. | diego | 2007-11-09 |
* | const fix | rfelker | 2007-11-09 |
* | ack, can't believe i wrote this crap with void pointer arithmetic | rfelker | 2007-11-09 |
* | begin moving const filter data to .text/.rodata sections | rfelker | 2007-11-09 |
* | stage 1 of applying const to vf structs | rfelker | 2007-11-09 |