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
2013-10-26avcodec/jpeg2000dec: non zero image offsets are not supportedMichael Niedermayer
2013-10-26h264: make flush_change() set mmco_resetMichael Niedermayer
2013-10-25avcodec/h264: reduce noisiness of "mmco: unref short failure"Michael Niedermayer
2013-10-25avcodec/twinvq: return the actual number of consumed bytesMichael Niedermayer
2013-10-25metasound & twinvqdec: return the number of read bytes from read_bitstreamMichael Niedermayer
2013-10-25avcodec/wmalosslessdec: fix data flushing at the endMichael Niedermayer
2013-10-25avcodec/h264: do not trust last_pic_droppable when marking pictures as doneMichael Niedermayer
2013-10-24avcodec/flicvideo: use avpriv_request_sample()Paul B Mahol
2013-10-24avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86...Ronald S. Bultje
2013-10-24fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis
2013-10-24dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis
2013-10-24lavc/libmp3lame: add comments about CBR/VBR modesTimothy Gu
2013-10-24lavc/libmp3lame: fix alignment and capitalization in AVOptionsTimothy Gu
2013-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-24golomb: reduce scope of a few variablesVittorio Giovara
2013-10-24avcodec/mpegaudio_tablegen: fix build with hardcoded tablesMichael Niedermayer
2013-10-24avcodec/metasound_data: Fix inconsistency in tablesMichael Niedermayer
2013-10-23avcodec/hevc: remove CODEC_CAP_EXPERIMENTALMichael Niedermayer
2013-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-23Merge commit '1ce3ec24b35d9d549b12f17bd7fd391abaf3a6f7'Michael Niedermayer
2013-10-23avcodec/utils: use a default lock manager that uses a pthread mutexMichael Niedermayer
2013-10-23avcodec/vc1dec: use logical operation instead of bitwise for twomvMichael Niedermayer
2013-10-23fix order of operations in commentsMichael Niedermayer
2013-10-23golomb: K&R formatting cosmeticsVittorio Giovara
2013-10-23h263: K&R formatting cosmeticsLuca Barbato
2013-10-23avcodec/aacdec: fix more avpriv_report_missing_feature() argumentsMichael Niedermayer
2013-10-23mpegvideo: Drop a faulty assertLuca Barbato
2013-10-23avcodec/aacdec: fix avpriv_report_missing_feature() argumentsMichael Niedermayer
2013-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-23Merge commit 'f457edb69794c7e13b3630456d72f7942fff19f7'Michael Niedermayer
2013-10-23aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse
2013-10-23aacdec: Use avpriv_report_missing_feature() instead of custom logging.Alex Converse
2013-10-23avcodec/sgi: Fix dereferencing uninitialized pointerMichael Niedermayer
2013-10-22avcodec/hevc/extract_rbsp: fix error return typeMichael Niedermayer
2013-10-22hevc: add wavefront parallel processingMickaël Raulet
2013-10-22avcodec/pthread: add wpp apiMickaël Raulet
2013-10-22Merge commit '103d073dd7ce23b912df32be8c9524ba25dd5991'Michael Niedermayer
2013-10-22vp9: always consume the full input packetHendrik Leppkes
2013-10-22avcodec/vcr1: print the actual size when its insufficientMichael Niedermayer
2013-10-22avcodec/vcr1: Fix bitstream input size checkMichael Niedermayer
2013-10-22libavcodec/mpegaudio_tablegen: clip value before castingMichael Niedermayer
2013-10-22h264_parser: Use ff_h264_reset_sei()Yusuke Nakamura
2013-10-22h264_parser: Fix order of operationsMichael Niedermayer
2013-10-22hevc: fix transform_skip which is only valid for 4x4(cherry picked from commi...Mickaël Raulet
2013-10-22hevc: pretty print(cherry picked from commit 6332b3afe298b9e1060e8549aea3aa27...Mickaël Raulet
2013-10-22hevc: cleaning disable field in deblocking filter(cherry picked from commit 7...Mickaël Raulet
2013-10-22hevc: remove disable_au option(cherry picked from commit e90b3f6753d645fec076...Mickaël Raulet
2013-10-22h263dec: use init_get_bits8() and check its return codeMichael Niedermayer
2013-10-21Merge commit '5152196b2b47d446d9a509b9bfb318daa26a1f2b'Michael Niedermayer
2013-10-21pthread: Avoid spurious wakeupsBen Jackson