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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-12ppc: fix some unused variable warningsMans Rullgard
2012-11-12binkaudio: set channel layoutJustin Ruggles
2012-11-11build: Drop AVX assembly ifdefsDiego Biurrun
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-11mss2: prevent potential uninitialized readsAlberto Delmás
2012-11-11mss2: reindent after last commitKostya Shishkov
2012-11-11mss2: fix handling of unmasked implicit WMV9 rectanglesAlberto Delmás
2012-11-10x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macrosDiego Biurrun
2012-11-10x86: PALIGNR: port to cpuflagsDiego Biurrun
2012-11-10x86: h264_qpel_10bit: port to cpuflagsDiego Biurrun
2012-11-08flacenc: ensure the order is within the min/max range in LPC order searchJustin Ruggles
2012-11-08x86: h264_intrapred: port to cpuflagsDiego Biurrun
2012-11-08libvpxenc: Allow enabling constrained quality (CQ) modeJames Zern
2012-11-07libopencore-amr: Check the return value of amr_decode_fix_avctxMartin Storsjö
2012-11-06flacenc: use RICE2 entropy coding mode for 24-bitJustin Ruggles
2012-11-06flacenc: add 24-bit encodingJustin Ruggles
2012-11-06flacdsp: move lpc encoding from FLAC encoder to FLACDSPContextJustin Ruggles
2012-11-06flacenc: use uint64_t for bit countsJustin Ruggles
2012-11-06flacenc: remove wasted trailing 0 bitsJustin Ruggles
2012-11-06flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endianJustin Ruggles
2012-11-05x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabledDiego Biurrun
2012-11-05x86: PABSW: port to cpuflagsDiego Biurrun
2012-11-05x86: vc1dsp: port to cpuflagsDiego Biurrun
2012-11-02x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun
2012-11-02parser: Move Doxygen documentation to the header filesDiego Biurrun
2012-11-02PGS subtitles: Expose forced flagJohn Stebbins
2012-11-02x86: PMINUB: port to cpuflagsDiego Biurrun
2012-11-02x86: ac3dsp: port to cpuflagsDiego Biurrun
2012-11-02lavc: add some AVPacket doxy.Anton Khirnov
2012-11-01decode_audio3: initialize AVFrameIlkka Ollakka
2012-11-01ws-snd1: set channel layoutJustin Ruggles
2012-11-01wmavoice: set channel layoutJustin Ruggles
2012-11-01wmapro: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles
2012-11-01wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles
2012-11-01vmdaudio: set channel layoutJustin Ruggles
2012-11-01twinvq: validate sample rate codeJustin Ruggles
2012-11-01twinvq: set channel layoutJustin Ruggles
2012-11-01twinvq: validate that channels is not <= 0Justin Ruggles
2012-11-01truespeech: set channel layoutJustin Ruggles
2012-11-01sipr: set channel layoutJustin Ruggles
2012-11-01shorten: validate that the channel count in the header is not <= 0Justin Ruggles
2012-11-01ra288dec: set channel layoutJustin Ruggles
2012-11-01ra144dec: set channel layoutJustin Ruggles
2012-11-01qdm2: remove unneeded checks for channel countJustin Ruggles
2012-11-01qdm2: make sure channels is not <= 0 and set channel layoutJustin Ruggles
2012-11-01qcelpdec: set channel layoutJustin Ruggles
2012-11-01nellymoserdec: set channels to 1Justin Ruggles
2012-11-01libopencore-amr: set channel layout for amr-nb or if not set by the userJustin Ruggles
2012-11-01libilbc: set channel layoutJustin Ruggles
2012-11-01dpcm: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles