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
2013-07-08mpeg12dec: avoid reinitializtation on PS changes when possible.Michael Niedermayer
2013-07-08Check the return value of ff_rv34_decode_init() in rv30.c and rv40.cCarl Eugen Hoyos
2013-07-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-08Merge commit '76efedeadb1f6bf79020c44a71dd0cee13d932ad'Michael Niedermayer
2013-07-08Merge commit 'f054e309c58894450a5d18cce9799ef58aab9f14'Michael Niedermayer
2013-07-08Merge commit 'c4abc9098cacb227dba39bac6aea16b2bceba0d0'Michael Niedermayer
2013-07-08zmbvenc: remove unused AVFrame from encoder private contextPaul B Mahol
2013-07-08zmbvenc: do not set avctx->coded_framePaul B Mahol
2013-07-08gif: remove unused AVFrame from encoder private contextPaul B Mahol
2013-07-08gif: do not set avctx->coded_framePaul B Mahol
2013-07-08qdm2: check and reset dithering index per channelLuca Barbato
2013-07-08qdm2: formatting cosmeticsLuca Barbato
2013-07-08qdm2: use init_static_dataLuca Barbato
2013-07-08vqavideo: check the versionLuca Barbato
2013-07-07vp8: Wait for prev_frame to parse segment_map before reading itRonald S. Bultje
2013-07-06dxa: make code independent of sizeof(AVFrame)Paul B Mahol
2013-07-07Merge commit '4e7f0b082d8c4b360312216b9241bec65ff63b35'Michael Niedermayer
2013-07-07Merge commit '8f689770548c86151071ef976cf9b6998ba21c2a'Michael Niedermayer
2013-07-07dct_unquantize_h263_intra_c: fix assert conditionMichael Niedermayer
2013-07-07libavcodec/x86/mpegvideo: Move mmx functions under HAVE_MMX_INLINEMichael Niedermayer
2013-07-07avcodec/x86/vp3dsp_init: move mmx functions under HAVE_MMX_INLINEMichael Niedermayer
2013-07-06kmvc: Clip pixel position to valid rangeLuca Barbato
2013-07-06kmvc: use fixed sized arrays in the contextLuca Barbato
2013-07-06replace some deprecated definesPaul B Mahol
2013-07-06avcodec/x86/cabac: Disable get_cabac_bypass_x86() on broken llvm/clangMichael Niedermayer
2013-07-06avcodec/x86/cabac: factorize broken llvm/clang check outMichael Niedermayer
2013-07-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-06avformat/avidec: Fix incorrect detection of badly interleaved aviNigel Touati-Evans
2013-07-05ADPCM IMA WAV 2, 3 and 5 bits decoderPaul B Mahol
2013-07-05bitstream_filter: K&R formatting cosmeticsLuca Barbato
2013-07-05get_bits: add get_bits_le()Paul B Mahol
2013-07-05libavcodec: use 64bit counter in deprecated audio encoder API to prevent prob...Peter Große
2013-07-05Merge commit '6a10142faa1cca8ba2bfe51b970754f62d60f320'Michael Niedermayer
2013-07-05Merge commit '6dfacd7ab126aea1392949d1aa10fdc3d3eeb911'Michael Niedermayer
2013-07-05Merge commit '62256010e9bc8879e2bf7f3b94af8ff85e239082'Michael Niedermayer
2013-07-05Merge commit 'f6f36ca8ca1b2526d3abff7d7c627322d3bce912'Michael Niedermayer
2013-07-05Merge commit 'e6d8acf6a8fba4743eb56eabe72a741d1bbee3cb'Michael Niedermayer
2013-07-05lavc/avcodec.h: document bitstream filter APIStefano Sabatini
2013-07-05lavc/bitstream_filter: do not crash in case the argument of av_bitstream_filt...Stefano Sabatini
2013-07-05avcodec/svq1enc: fix frame rotation codeMichael Niedermayer
2013-07-05libstagefright: port to refcounted framesPaul B Mahol
2013-07-05libstagefright: unbreak compilationPaul B Mahol
2013-07-04Rename "AVClass class" as "AVClass component_class" for external codecs.Sean McGovern
2013-07-04Fix opacity and increase colour dynamics of initial vmd palette.Carl Eugen Hoyos
2013-07-04indeo: reject negative array indexesLuca Barbato
2013-07-04indeo: Cosmetic formattingLuca Barbato
2013-07-04indeo: Refactor ff_ivi_init_tiles and ivi_decode_blocksLuca Barbato
2013-07-04indeo: Refactor ff_ivi_dec_huff_descLuca Barbato
2013-07-04indeo: use a typedef for the mc function pointerLuca Barbato
2013-07-04cabac: x86 version of get_cabac_bypassJason Garrett-Glaser