summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* pthread: validate_thread_parameters() ignored slice-threading being intention...Alexander Strange2011-04-09
* Use consistent condition for whether to run slice-threading execute function.Reimar Döffinger2011-04-09
* vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.Gwenole Beauchesne2011-04-09
* vaapi: filter out DELAYED_PIC_REF flag to determine field.Gwenole Beauchesne2011-04-09
* lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov2011-04-07
* Fix parser: mark av_parser_parse() for removal on next major bumpBrad2011-04-06
* psymodel: extend API to include PE and bit allocation.Nathan Caldwell2011-04-05
* Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange2011-04-05
* Revert "aac_latm_dec: use aac context and aac m4ac"Janne Grunau2011-04-05
* ac3enc: NEON optimised extract_exponentsMans Rullgard2011-04-05
* ac3enc: move extract_exponents inner loop to ac3dspMans Rullgard2011-04-04
* aacenc: reduce the number of loop index variablesYoung Han Lee2011-04-04
* ac3enc: select bandwidth based on bit rate, sample rate, and number ofJustin Ruggles2011-04-03
* ARM: NEON fixed-point forward MDCTMans Rullgard2011-04-03
* ARM: NEON fixed-point FFTMans Rullgard2011-04-03
* ac3enc: use generic fixed-point mdctMans Rullgard2011-04-03
* lavc: deprecate AVCodecContext.antialias_algoAnton Khirnov2011-04-03
* lavc: mark mb_qmin/mb_qmax for removal on next major bump.Anton Khirnov2011-04-03
* Fixed-point MDCT with 32-bit unscaled outputMans Rullgard2011-04-02
* lavc: deprecate rate_emuAnton Khirnov2011-04-02
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-02
* parser: mark av_parser_parse() for removal on next major bumpAnton Khirnov2011-04-02
* lavc: add missing audioconvert includesAnton Khirnov2011-04-02
* jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEYAnton Khirnov2011-04-02
* ac3enc: ARM optimised ac3_compute_matissa_sizeMans Rullgard2011-04-01
* ac3: armv6 optimised bit_alloc_calc_bapMans Rullgard2011-04-01
* FFT: simplify fft8()Mans Rullgard2011-04-01
* Fixed-point support in fft-testMans Rullgard2011-04-01
* Fixed-point FFT and MDCTMans Rullgard2011-03-31
* ac3enc: simplify sym_quant()Mans Rullgard2011-03-31
* mlp_parse.c: set AVCodecContext channel_layoutJohn Stebbins2011-03-30
* Add MxPEG decoderanatoly2011-03-30
* Add support for picture_ptr field in MJpegDecodeContextanatoly2011-03-30
* Move MJPEG's input buffer preprocessing in separate public functionanatoly2011-03-30
* Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly2011-03-30
* ac3enc: move compute_mantissa_size() to ac3dspMans Rullgard2011-03-30
* ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContextMans Rullgard2011-03-30
* ac3enc: NEON optimised float_to_fixed24Mans Rullgard2011-03-29
* ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-29
* dfa: protect pointer range checks against overflows.Ronald S. Bultje2011-03-29
* mimic: implement multithreading.Alexander Strange2011-03-28
* ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by usingJustin Ruggles2011-03-28
* Chronomaster DFA decoderKostya Shishkov2011-03-28
* ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles2011-03-27
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-26
* Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-25
* Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles2011-03-25
* aacenc: indentationYoung Han Lee2011-03-24
* aacenc: fix the side calculation in search_for_msYoung Han Lee2011-03-24
* vp8.c: rename EDGE_* to VP8_EDGE_*.Alexander Strange2011-03-24