Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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