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-10-28lpc: check that lpc_type is valid in ff_lpc_calc_coefsMichael Niedermayer
2012-10-28tak_parser: check ff_combine_frame() return codeMichael Niedermayer
2012-10-27msmpeg4dec: fix init code to not fail when called from 2 threads at the same ...Michael Niedermayer
2012-10-27ff_h263_decode_init_vlc: fix order of operations to avoid failure with 2 threadsMichael Niedermayer
2012-10-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-27fix a compiling error with llvm-gccXidorn Quan
2012-10-27Update my email addressMichael Bradshaw
2012-10-26lavc/srtenc: fix invalid read in case of SubRip.Clément Bœsch
2012-10-26ivi_common: Drop unused function parameter from decode_band()Diego Biurrun
2012-10-26cook: Remove some silly Doxygen commentsDiego Biurrun
2012-10-26cook: Remove senseless maybe_reformat_buffer32() functionDiego Biurrun
2012-10-26cook: cosmetics: Better names for joint_decode() function parametersDiego Biurrun
2012-10-26cook: cosmetics: Better name for ccpl COOKSubpacket memberDiego Biurrun
2012-10-26h263: avoid memcpys over array bound in motion vector caching for obmcJanne Grunau
2012-10-26aacps: fix order of operands of ipdopd_reset().Michael Niedermayer
2012-10-26aacps: loose self assignmentMichael Niedermayer
2012-10-26aacenc: replace scale factor warning by assertMichael Niedermayer
2012-10-26fraps: use meaningful error codesPaul B Mahol
2012-10-25dsicinav: return proper error code in case of malloc failurePaul B Mahol
2012-10-25dsicinav: return meaningful error codePaul B Mahol
2012-10-25aacdec: reorder multiuplications to make code safer against too large input v...Michael Niedermayer
2012-10-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun
2012-10-25mpegvideo: fix lowres on field picturesMichael Niedermayer
2012-10-25roqaudioenc: remove dead codeMichael Niedermayer
2012-10-25srt: make the demuxer output SubRip packets.Clément Bœsch
2012-10-25lavc: add AV_PKT_DATA_SUBTITLE_POSITION side data type.Clément Bœsch
2012-10-25lavc/utils: make sub decode consistent with A/V.Clément Bœsch
2012-10-24pgmyuvenc: do not create files which are not supportedPaul B Mahol
2012-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-24Merge commit 'c68317ebbe4915035df0b08c23eea7a0b80ab881'Michael Niedermayer
2012-10-24Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa'Michael Niedermayer
2012-10-24Merge commit '80521c1997a23e148edf89e11b939ab8646297ca'Michael Niedermayer
2012-10-24g.723.1: add missing CODEC_CAP_DR1Anton Khirnov
2012-10-24lavc: initialize output AVFrame before decoding.Anton Khirnov
2012-10-24mpegvideo enc: choose VBV buffer size for mpeg4 when none is specified instea...Michael Niedermayer
2012-10-24mpegvideo enc: choose VBV buffer size for mpeg1/2 when none is specified inst...Michael Niedermayer
2012-10-24lavc/utils: fix a few grammar/style nits in log messagesStefano Sabatini
2012-10-24lavc/utils: propagate or return meaningful error codes in avcodec_open2()Stefano Sabatini
2012-10-23lavc: fix documentation for AVCodecContext.delayJustin Ruggles
2012-10-23atrac3: return an error if extradata_size is not a specific known sizeJustin Ruggles
2012-10-23lavc: use the correct API version guard macro for avcodec_encode_audio()Justin Ruggles
2012-10-23dfa: use av_memcpy_backptr() where previously impossibleMans Rullgard
2012-10-23av_memcpy_backptr: Drop no longer necessary malloc paddingDiego Biurrun
2012-10-23pnmdec: use more meaningful error codesPaul B Mahol
2012-10-23dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxUDiego Biurrun
2012-10-23dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16Diego Biurrun
2012-10-23Merge commit 'ec444c84cfd30ef34a4e7b4ec7ee77d7e5250d25'Michael Niedermayer
2012-10-23Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer
2012-10-23mp3: properly forward mp_decode_frame errorsLuca Barbato