| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics after last commit | Justin Ruggles | 2009-08-05 | 1 | -4/+2 |
* | Modify decode_band_structure() so that the actual band structure is only | Justin Ruggles | 2009-08-05 | 2 | -9/+10 |
* | Use coupling band sizes instead of coupling band structure when | Justin Ruggles | 2009-08-05 | 2 | -9/+6 |
* | Parse frame size code, see "svq3.c: parse frame size" thread on ML. | Ronald S. Bultje | 2009-08-04 | 1 | -3/+14 |
* | Update x264 asm code to latest to add support for 64-bit Windows. | John Adcock | 2009-08-04 | 5 | -142/+507 |
* | Split RV10 encoder off into its own file. | Diego Biurrun | 2009-08-03 | 3 | -47/+72 |
* | Split RV20 encoder into its own file. | Diego Biurrun | 2009-08-03 | 3 | -44/+72 |
* | cosmetics: add more detailed information to the documentation for | Justin Ruggles | 2009-08-03 | 1 | -0/+4 |
* | Cosmetic: Reindent after last commit | Jeff Downs | 2009-08-03 | 1 | -1/+1 |
* | Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master | Jeff Downs | 2009-08-03 | 1 | -1/+0 |
* | Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf() | Colin McQuillan | 2009-08-03 | 1 | -1/+1 |
* | Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. | Diego Biurrun | 2009-08-03 | 2 | -24/+23 |
* | 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 |