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
2012-09-28avcodec: Add missing include to version.hjamal
2012-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-28libopus: Remap channels using libopus' internal remapping.Nathan Caldwell
2012-09-28Opus decoder using libopusNicolas George
2012-09-28avcodec: document the use of AVCodecContext.delay for audio decodingNathan Caldwell
2012-09-28vc1dec: add flush function for WMV9 and VC-1 decodersKostya Shishkov
2012-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-28mp3dec: ask for 8khz switch point mp3sMichael Niedermayer
2012-09-28mp3dec: Fix possibly exploitable crashMichael Niedermayer
2012-09-27mpegvideo_enc: reduce QMAT_SHIFT to avoid overflow in dnxhdMichael Niedermayer
2012-09-27h264_refs: Fix debug tprintf argument typesDiego Biurrun
2012-09-27golomb: const correctness for get_ue()/get_se() function argumentsDiego Biurrun
2012-09-27get_bits: const correctness for get_bits_trace()/get_xbits_trace() argumentsDiego Biurrun
2012-09-27dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer
2012-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-27dwt: Drop unused functions spatial_compose{53|97}i()Diego Biurrun
2012-09-27avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun
2012-09-27Add Opus codec id and codec description.Andrew D'Addesio
2012-09-26truemotion2: Request samples for old TM2 headersDiego Biurrun
2012-09-26Revert "arm/h264: fix overreads in h264_chroma_mc8-and-h264_chroma_mc4"Michael Niedermayer
2012-09-26ffv1dec: support decoding older 1.3 bitstream variantMichael Niedermayer
2012-09-26ffv1:update copyright yearMichael Niedermayer
2012-09-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-26diracyasm: fix win64Michael Niedermayer
2012-09-26libx264: fix open GOPMichael Niedermayer
2012-09-26mlpdec: supress layout mismatch warnings for 2 ch upmixed monoMichael Niedermayer
2012-09-26mlpdec: discard a 2nd substream if the stream is monoMichael Niedermayer
2012-09-26mlp_parser: dont override existing channel geometry.Michael Niedermayer
2012-09-26xsub: feed init_get_bits the whole bufferAlexandre Colucci
2012-09-25arm/h264: fix overreads in h264_chroma_mc8-and-h264_chroma_mc4bruce-wu
2012-09-25libfdk-aac: Allow setting VBR modes via a private optionMartin Storsjö
2012-09-25libfdk-aac: Warn the user that the VBR modes are unsupportedMartin Storsjö
2012-09-25Revert "cbrt_tablegen: Include libm.h"Derek Buitenhuis
2012-09-25dnxhdenc: fix speed regressionMichael Niedermayer
2012-09-25mpegvideo: factorize ff_dct_encode_init()Michael Niedermayer
2012-09-25dnxhdenc: remove redundant call to ff_dsputil_init()Michael Niedermayer
2012-09-25avcodec_alloc_frame: dont zero the whole struct twiceMichael Niedermayer
2012-09-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer
2012-09-25pthread: make sure AVFrame.extended_data is set properly.Anton Khirnov
2012-09-25libfdk-aac: reindent after last commitNathan Caldwell
2012-09-25libfdk-aac: Limit to supported sample rates.Nathan Caldwell
2012-09-25cbrt_tablegen: Include libm.hDerek Buitenhuis
2012-09-25ffv1dec: change bitstream end check to a exact check instead of a +-1 checkMichael Niedermayer
2012-09-25ffv1: inject sentinels for RC->VLC transitions begining with 1.3Michael Niedermayer
2012-09-25ffv1enc: fix RC slice sentinelMichael Niedermayer
2012-09-24libx264: change default to closed gop to match x264cliJohn Van Sickle
2012-09-24lavc/mmvideo: forward reget_buffer return value in mm_decode_frame()Stefano Sabatini
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov
2012-09-24lavc: add avcodec_free_frame().Anton Khirnov