summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Remove pointless #ifdefs from conditionally used files.Diego Biurrun2009-08-10
* eval: include libavutil/mathematics.h for NAN and M_PIMåns Rullgård2009-08-10
* eval: include our headers after system headersMåns Rullgård2009-08-10
* Remove commented-out cruft.Diego Biurrun2009-08-06
* Make WMV2 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
* Make MPEG-4 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
* Make WMV1 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
* Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER.Diego Biurrun2009-08-05
* Make FLV encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-05
* Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER.Diego Biurrun2009-08-05
* Make H.263+ (H263P) encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-05
* Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on theDiego Biurrun2009-08-05
* Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER orDiego Biurrun2009-08-05
* Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure.Diego Biurrun2009-08-05
* cosmetics: move fixed_coeffs into the aligned arrays comment groupJustin Ruggles2009-08-05
* cosmetics: reindent after last commitJustin Ruggles2009-08-05
* ac3dec: simplify zero-bit mantissa dithering by calculating itJustin Ruggles2009-08-05
* cosmetics: indentation and line wrapJustin Ruggles2009-08-05
* cosmetics after last commitJustin Ruggles2009-08-05
* Modify decode_band_structure() so that the actual band structure is onlyJustin Ruggles2009-08-05
* Use coupling band sizes instead of coupling band structure whenJustin Ruggles2009-08-05
* Parse frame size code, see "svq3.c: parse frame size" thread on ML.Ronald S. Bultje2009-08-04
* Update x264 asm code to latest to add support for 64-bit Windows.John Adcock2009-08-04
* Split RV10 encoder off into its own file.Diego Biurrun2009-08-03
* Split RV20 encoder into its own file.Diego Biurrun2009-08-03
* cosmetics: add more detailed information to the documentation forJustin Ruggles2009-08-03
* Cosmetic: Reindent after last commitJeff Downs2009-08-03
* Revert r18344. Fixes at least issue 1218, 1221, and 1187), see masterJeff Downs2009-08-03
* Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf()Colin McQuillan2009-08-03
* Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.Diego Biurrun2009-08-03
* Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan2009-08-03
* Make the LSP naming more consistentColin McQuillan2009-08-03
* Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type.Justin Ruggles2009-08-03
* Remove commented-out cruft.Diego Biurrun2009-08-02
* Make XVMC mpegvideo decoder depend on mpegvideo decoder.Diego Biurrun2009-08-02
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-08-02
* add approved hunks of the wmapro decoderSascha Sommer2009-08-02
* cosmetics: K&R coding styleDiego Biurrun2009-08-02
* cosmetics: K&R coding styleDiego Biurrun2009-08-02
* cosmetics, reindentBaptiste Coudurier2009-08-02
* cosmetics, reindentBaptiste Coudurier2009-08-02
* fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is setBaptiste Coudurier2009-08-02
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-30
* Remove unused debug av_log() calls.Diego Biurrun2009-07-30
* Remove unused variable intra_count.Diego Biurrun2009-07-30
* Only enable WMV3 decoder when it has been turned on in the build system.Diego Biurrun2009-07-29
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-29
* Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER,Diego Biurrun2009-07-29
* Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is onlyDiego Biurrun2009-07-29
* Use dprintf() instead of '#ifdef DEBUG' and av_log().Diego Biurrun2009-07-28