| Commit message (Expand) | Author | Age | Files | Lines |
* | Expose QCELP's floating-point LSP-to-LPC function | Colin McQuillan | 2009-08-03 | 5 | -89/+58 |
* | Make the LSP naming more consistent | Colin McQuillan | 2009-08-03 | 2 | -13/+13 |
* | Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type. | Justin Ruggles | 2009-08-03 | 1 | -3/+3 |
* | Remove commented-out cruft. | Diego Biurrun | 2009-08-02 | 1 | -7/+0 |
* | Make XVMC mpegvideo decoder depend on mpegvideo decoder. | Diego Biurrun | 2009-08-02 | 1 | -1/+1 |
* | cosmetics: K&R coding style, prettyprinting | Diego Biurrun | 2009-08-02 | 2 | -31/+31 |
* | add approved hunks of the wmapro decoder | Sascha Sommer | 2009-08-02 | 2 | -0/+746 |
* | cosmetics: K&R coding style | Diego Biurrun | 2009-08-02 | 1 | -314/+391 |
* | cosmetics: K&R coding style | Diego Biurrun | 2009-08-02 | 2 | -68/+54 |
* | cosmetics, reindent | Baptiste Coudurier | 2009-08-02 | 1 | -3/+3 |
* | cosmetics, reindent | Baptiste Coudurier | 2009-08-02 | 1 | -6/+6 |
* | fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set | Baptiste Coudurier | 2009-08-02 | 1 | -0/+4 |
* | Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. | Diego Biurrun | 2009-07-30 | 9 | -97/+42 |
* | Remove unused debug av_log() calls. | Diego Biurrun | 2009-07-30 | 2 | -16/+0 |
* | Remove unused variable intra_count. | Diego Biurrun | 2009-07-30 | 1 | -2/+0 |
* | Only enable WMV3 decoder when it has been turned on in the build system. | Diego Biurrun | 2009-07-29 | 1 | -0/+2 |
* | Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, | Diego Biurrun | 2009-07-29 | 5 | -9/+8 |
* | Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER, | Diego Biurrun | 2009-07-29 | 1 | -1/+1 |
* | Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only | Diego Biurrun | 2009-07-29 | 1 | -2/+0 |
* | Use dprintf() instead of '#ifdef DEBUG' and av_log(). | Diego Biurrun | 2009-07-28 | 1 | -18/+6 |
* | ARM: cleaner selection of ELF-spefic assembler directives | Måns Rullgård | 2009-07-27 | 1 | -8/+8 |
* | Remove disabled function get_num(). | Diego Biurrun | 2009-07-27 | 1 | -15/+0 |
* | Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE. | Martin Storsjö | 2009-07-27 | 1 | -0/+6 |
* | Set subtitle type in DVD and XSUB subtitle decoders. | Janne Grunau | 2009-07-26 | 2 | -0/+2 |
* | Remove unnecessary mpeg12data.o entries from OBJS- variables. | Diego Biurrun | 2009-07-26 | 1 | -15/+15 |
* | Remove duplicated mpeg12data.o entries. | Diego Biurrun | 2009-07-26 | 1 | -2/+2 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 14 | -22/+22 |
* | fix various compilation dependencies | Aurelien Jacobs | 2009-07-24 | 1 | -4/+4 |
* | refactoring: properly separate AC-3 and E-AC-3 code | Diego Biurrun | 2009-07-23 | 7 | -1077/+1138 |
* | Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set. | Diego Biurrun | 2009-07-23 | 1 | -0/+2 |
* | Remove useless #include <unistd.h> from many files | Måns Rullgård | 2009-07-22 | 21 | -21/+0 |
* | cosmetics: Reorder some tables/lines to make future diffs smaller. | Diego Biurrun | 2009-07-22 | 2 | -8/+8 |
* | #include just the required stdint.h instead of libavutil/common.h. | Diego Biurrun | 2009-07-22 | 1 | -1/+1 |
* | cosmetics: small typo fixes | Diego Biurrun | 2009-07-22 | 1 | -3/+3 |
* | cosmetics: reindent/prettyprint after last commit | Diego Biurrun | 2009-07-22 | 1 | -70/+70 |
* | Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled. | Diego Biurrun | 2009-07-22 | 2 | -2/+5 |
* | Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. | Diego Biurrun | 2009-07-22 | 5 | -7/+7 |
* | Make Theora decoder depend on the VP3 decoder. | Diego Biurrun | 2009-07-22 | 1 | -4/+1 |
* | Add missing stdint.h #include to fix 'make checkheaders'. | Diego Biurrun | 2009-07-22 | 1 | -0/+2 |
* | Revert unintended portion of last commit. (Setting the default coder to | Alex Converse | 2009-07-22 | 1 | -1/+1 |
* | Be sure to increment our position in the coefficient array when skipping a zero | Alex Converse | 2009-07-22 | 2 | -2/+4 |
* | Make E-AC-3 decoder depend on the AC-3 decoder. | Diego Biurrun | 2009-07-21 | 1 | -1/+0 |
* | ARM: handle VFP register arguments in ff_vector_fmul_window_neon() | Måns Rullgård | 2009-07-20 | 1 | -2/+4 |
* | ARM: check for VFP register arguments | Måns Rullgård | 2009-07-20 | 1 | -0/+9 |
* | Remove an unused field from the BandCodingPath struct. | Alex Converse | 2009-07-20 | 1 | -1/+0 |
* | Actually use all the codebooks we are iterating over in the two-loop scalefac... | Alex Converse | 2009-07-20 | 1 | -1/+1 |
* | Fix an integer overflow in the AAC encoder. | Alex Converse | 2009-07-20 | 1 | -2/+2 |
* | Make VP6A/VP6F decoders depend on the VP6 decoder. | Diego Biurrun | 2009-07-20 | 1 | -8/+0 |
* | Remove two more lines related to the WMV3 decoder. | Diego Biurrun | 2009-07-19 | 1 | -2/+0 |
* | Make WMV3 decoders depend on their VC-1 counterparts. | Diego Biurrun | 2009-07-19 | 1 | -2/+0 |