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-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-07lavc/takdec: s/get_b/get_bits_esc4Paul B Mahol
2012-12-07avcodec: Fix a typo in an option descriptionMartin Storsjö
2012-12-07lavc/takdec: simplify codePaul B Mahol
2012-12-07Merge commit 'd7d6efe42b0d2057e67999b96b9a391f533d2333'Michael Niedermayer
2012-12-07Merge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152'Michael Niedermayer
2012-12-07diracdec: check dimensions against chroma format.Michael Niedermayer
2012-12-07h264: add a pointer for weighted prediction temporary bufferJanne Grunau
2012-12-07h264: check sps.log2_max_frame_num for validityJanne Grunau
2012-12-07flac: change minimum and default of lpc_passes option to 1Janne Grunau
2012-12-07SBR DSP x86: implement SSE sbr_hf_genChristophe Gisquet
2012-12-07AAC SBR: use AVFloatDSPContext's vector_fmulChristophe Gisquet
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