aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* cosmetics after last commitJustin Ruggles2009-08-051-4/+2
* Modify decode_band_structure() so that the actual band structure is onlyJustin Ruggles2009-08-052-9/+10
* Use coupling band sizes instead of coupling band structure whenJustin Ruggles2009-08-052-9/+6
* Parse frame size code, see "svq3.c: parse frame size" thread on ML.Ronald S. Bultje2009-08-041-3/+14
* Update x264 asm code to latest to add support for 64-bit Windows.John Adcock2009-08-045-142/+507
* Split RV10 encoder off into its own file.Diego Biurrun2009-08-033-47/+72
* Split RV20 encoder into its own file.Diego Biurrun2009-08-033-44/+72
* cosmetics: add more detailed information to the documentation forJustin Ruggles2009-08-031-0/+4
* Cosmetic: Reindent after last commitJeff Downs2009-08-031-1/+1
* Revert r18344. Fixes at least issue 1218, 1221, and 1187), see masterJeff Downs2009-08-031-1/+0
* Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf()Colin McQuillan2009-08-031-1/+1
* Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.Diego Biurrun2009-08-032-24/+23
* Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan2009-08-035-89/+58
* Make the LSP naming more consistentColin McQuillan2009-08-032-13/+13
* Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type.Justin Ruggles2009-08-031-3/+3
* Remove commented-out cruft.Diego Biurrun2009-08-021-7/+0
* Make XVMC mpegvideo decoder depend on mpegvideo decoder.Diego Biurrun2009-08-021-1/+1
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-08-022-31/+31
* add approved hunks of the wmapro decoderSascha Sommer2009-08-022-0/+746
* cosmetics: K&R coding styleDiego Biurrun2009-08-021-314/+391
* cosmetics: K&R coding styleDiego Biurrun2009-08-022-68/+54
* cosmetics, reindentBaptiste Coudurier2009-08-021-3/+3
* cosmetics, reindentBaptiste Coudurier2009-08-021-6/+6
* fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is setBaptiste Coudurier2009-08-021-0/+4
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-309-97/+42
* Remove unused debug av_log() calls.Diego Biurrun2009-07-302-16/+0
* Remove unused variable intra_count.Diego Biurrun2009-07-301-2/+0
* Only enable WMV3 decoder when it has been turned on in the build system.Diego Biurrun2009-07-291-0/+2
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-295-9/+8
* Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER,Diego Biurrun2009-07-291-1/+1
* Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is onlyDiego Biurrun2009-07-291-2/+0
* Use dprintf() instead of '#ifdef DEBUG' and av_log().Diego Biurrun2009-07-281-18/+6
* ARM: cleaner selection of ELF-spefic assembler directivesMåns Rullgård2009-07-271-8/+8
* Remove disabled function get_num().Diego Biurrun2009-07-271-15/+0
* Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE.Martin Storsjö2009-07-271-0/+6
* Set subtitle type in DVD and XSUB subtitle decoders.Janne Grunau2009-07-262-0/+2
* Remove unnecessary mpeg12data.o entries from OBJS- variables.Diego Biurrun2009-07-261-15/+15
* Remove duplicated mpeg12data.o entries.Diego Biurrun2009-07-261-2/+2
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-2614-22/+22
* fix various compilation dependenciesAurelien Jacobs2009-07-241-4/+4
* refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun2009-07-237-1077/+1138
* Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.Diego Biurrun2009-07-231-0/+2
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-2221-21/+0
* cosmetics: Reorder some tables/lines to make future diffs smaller.Diego Biurrun2009-07-222-8/+8
* #include just the required stdint.h instead of libavutil/common.h.Diego Biurrun2009-07-221-1/+1
* cosmetics: small typo fixesDiego Biurrun2009-07-221-3/+3
* cosmetics: reindent/prettyprint after last commitDiego Biurrun2009-07-221-70/+70
* Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.Diego Biurrun2009-07-222-2/+5
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-225-7/+7
* Make Theora decoder depend on the VP3 decoder.Diego Biurrun2009-07-221-4/+1