summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* Add an AAC encoder by using the libvo-aacenc libraryMartin Storsjö2011-04-114-2/+132
* g722: Return 8 bits per sample for g722 in av_get_bits_per_sampleMartin Storsjö2011-04-111-0/+1
* Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-104-7/+131
* pthread: validate_thread_parameters() ignored slice-threading being intention...Alexander Strange2011-04-091-1/+1
* Use consistent condition for whether to run slice-threading execute function.Reimar Döffinger2011-04-091-1/+1
* vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.Gwenole Beauchesne2011-04-091-0/+3
* vaapi: filter out DELAYED_PIC_REF flag to determine field.Gwenole Beauchesne2011-04-091-0/+1
* lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov2011-04-073-1/+6
* Fix parser: mark av_parser_parse() for removal on next major bumpBrad2011-04-061-1/+1
* psymodel: extend API to include PE and bit allocation.Nathan Caldwell2011-04-051-0/+9
* Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange2011-04-054-11/+10
* Revert "aac_latm_dec: use aac context and aac m4ac"Janne Grunau2011-04-051-2/+2
* ac3enc: NEON optimised extract_exponentsMans Rullgard2011-04-052-0/+22
* ac3enc: move extract_exponents inner loop to ac3dspMans Rullgard2011-04-043-18/+28
* aacenc: reduce the number of loop index variablesYoung Han Lee2011-04-041-8/+8
* ac3enc: select bandwidth based on bit rate, sample rate, and number ofJustin Ruggles2011-04-031-3/+31
* ARM: NEON fixed-point forward MDCTMans Rullgard2011-04-033-0/+206
* ARM: NEON fixed-point FFTMans Rullgard2011-04-035-0/+300
* ac3enc: use generic fixed-point mdctMans Rullgard2011-04-035-422/+21
* lavc: deprecate AVCodecContext.antialias_algoAnton Khirnov2011-04-033-1/+9
* lavc: mark mb_qmin/mb_qmax for removal on next major bump.Anton Khirnov2011-04-033-2/+9
* Fixed-point MDCT with 32-bit unscaled outputMans Rullgard2011-04-024-3/+63
* lavc: deprecate rate_emuAnton Khirnov2011-04-023-1/+8
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-0214-10/+61
* parser: mark av_parser_parse() for removal on next major bumpAnton Khirnov2011-04-021-0/+2
* lavc: add missing audioconvert includesAnton Khirnov2011-04-022-0/+2
* jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEYAnton Khirnov2011-04-021-1/+1
* ac3enc: ARM optimised ac3_compute_matissa_sizeMans Rullgard2011-04-013-1/+59
* ac3: armv6 optimised bit_alloc_calc_bapMans Rullgard2011-04-013-0/+94
* FFT: simplify fft8()Mans Rullgard2011-04-011-9/+4
* Fixed-point support in fft-testMans Rullgard2011-04-013-23/+72
* Fixed-point FFT and MDCTMans Rullgard2011-03-3110-52/+257
* ac3enc: simplify sym_quant()Mans Rullgard2011-03-311-1/+1
* mlp_parse.c: set AVCodecContext channel_layoutJohn Stebbins2011-03-301-2/+57
* Add MxPEG decoderanatoly2011-03-304-1/+343
* Add support for picture_ptr field in MJpegDecodeContextanatoly2011-03-304-27/+30
* Move MJPEG's input buffer preprocessing in separate public functionanatoly2011-03-302-32/+55
* Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly2011-03-303-16/+73
* ac3enc: move compute_mantissa_size() to ac3dspMans Rullgard2011-03-303-26/+29
* ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContextMans Rullgard2011-03-301-8/+7
* ac3enc: NEON optimised float_to_fixed24Mans Rullgard2011-03-292-0/+16
* ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-298-56/+70
* dfa: protect pointer range checks against overflows.Ronald S. Bultje2011-03-291-3/+3
* mimic: implement multithreading.Alexander Strange2011-03-281-11/+49
* ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by usingJustin Ruggles2011-03-281-17/+17
* Chronomaster DFA decoderKostya Shishkov2011-03-285-1/+399
* ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles2011-03-275-18/+446
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-265-52/+70
* Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-258-3/+29
* Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles2011-03-253-1/+31
OpenPOWER on IntegriCloud