| Commit message (Expand) | Author | Age |
* | 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 |
* | vf_screenshot does not depend on libpng; it uses libavcodec now | rfelker | 2007-11-09 |
* | Simplify decode_audio function a bit. | reimar | 2007-11-08 |
* | Remove a check+abort, this case should never happen anyway, and if it does | reimar | 2007-11-03 |
* | Simplify init_audio_filters() arguments | uau | 2007-11-01 |
* | audio: simplify buffer allocation code | uau | 2007-11-01 |
* | Change decode_audio() interface | uau | 2007-11-01 |
* | Replace hopefully unreachable code with abort() | uau | 2007-11-01 |
* | dec_audio.c: Make some functions static | uau | 2007-11-01 |
* | Simplify audio buffer allocation logic | uau | 2007-11-01 |
* | Reindent dec_audio.c | uau | 2007-11-01 |
* | Comment out uninit function, its use is commented out. Fixes warning: | diego | 2007-10-30 |
* | Remove commented-out and unused fmt_list array. | diego | 2007-10-30 |
* | Remove unused fmt_list array, fixes the warnings: | diego | 2007-10-30 |
* | Remove unused functions, fixes the warnings: | diego | 2007-10-30 |