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-12-07diracdec: check dimensions against chroma format.Michael Niedermayer
2012-12-07diracdec: fix typo in mctmp allocationMichael Niedermayer
2012-12-07diracdec: Test mctmp and mcscratch for malloc failure.Michael Niedermayer
2012-12-07diracdec: fix emulated_edge condition, fix out of array readsMichael Niedermayer
2012-12-07takdec: use samplefmt.h from libavutilPaul B Mahol
2012-12-07add missing dependency for tak demuxerPaul B Mahol
2012-12-07takdec: remove get_code() and use get_sbits() directlyPaul B Mahol
2012-12-07bitstream: make vlc init of static tables thread safe.Michael Niedermayer
2012-12-06dxa: port to bytestream2 APIPaul B Mahol
2012-12-06huffyuv: return meaningful error codesPaul B Mahol
2012-12-06huffyuv: check for malloc failuresPaul B Mahol
2012-12-06huffyuv: make use of av_fast_padded_malloc()Paul B Mahol
2012-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-06h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau
2012-12-06h264: slice-mt: get last_pic_dropable from master contextJanne Grunau
2012-12-06ff_lock_avcodec: make the lock state be consistent in case of failure.Michael Niedermayer
2012-12-06avcodec_open: if obtaining a lock fails, dont attempt to unlock it.Michael Niedermayer
2012-12-06Revert "Acquire lock when initializing parsers."Michael Niedermayer
2012-12-06Revert "Add assert that the avcodec lock is held when initializing static VLC...Michael Niedermayer
2012-12-06frame_thread_encoder: fix locking while locks are heldMichael Niedermayer
2012-12-06vc1dec: prevent v_edge_pos from becoming negative.Michael Niedermayer
2012-12-06resample: remove disabled debug codeMichael Niedermayer
2012-12-06h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau
2012-12-06h264: slice-mt: get last_pic_dropable from master contextJanne Grunau
2012-12-06alacenc: add support for multi-channel encodingJustin Ruggles
2012-12-06lavc/dxa: return meaningful error codesPaul B Mahol
2012-12-06Add assert that the avcodec lock is held when initializing static VLC tables.Reimar Döffinger
2012-12-06Acquire lock when initializing parsers.Reimar Döffinger
2012-12-06avcodec: add ff_lock/unlock_avcodec functions.Reimar Döffinger
2012-12-05wmaenc: add new line to some error messagesPiotr Bandurski
2012-12-05mpegvideo_parser: fix buffer access beyond endWolfram Gloger
2012-12-05mpegvideo_enc: use av_log() in debug codeMichael Niedermayer
2012-12-05motion_est: use av_log() in debug codeMichael Niedermayer
2012-12-05j2kenc: remove duplicate debug functionsMichael Niedermayer
2012-12-05j2k: avoid printf() useage in debug codeMichael Niedermayer
2012-12-05mpegvideo: remove #if/define PARANOID codeMichael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol
2012-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05Merge commit '387bef95d28019c13c6805cfa4079e59948284e5'Michael Niedermayer
2012-12-05Merge commit 'e57c4706e969afa1f2384481b955ccd9494cddb5'Michael Niedermayer
2012-12-05lavc: move ff_init_buffer_info() down to ff_get_buffer()Michael Niedermayer
2012-12-05Merge commit 'ff953fecffd3b9a616a046723fb9d4690be032a6'Michael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05vc1dec: Fix null pointer dereference in vc1_decode_skip_blocks()Michael Niedermayer
2012-12-05lavc/dvdsubdec: accept palette from options.Nicolas George
2012-12-05ff_emulated_edge_mc: fix handling of w/h being 0Michael Niedermayer
2012-12-05ffv1enc: allow encoding with 1 slice for CIF and smaller in version 3Michael Niedermayer
2012-12-05mimic: initialize padding of swap_buf through av_fast_padded_mallocJanne Grunau