summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-16ffv1: update years in headerMichael Niedermayer3-3/+3
2013-05-11ffv1: check for malloc failure.Michael Niedermayer1-0/+2
2013-05-11ffv1: Switch to ThreadFrameMichael Niedermayer4-24/+33
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer57-87/+162
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun57-87/+161
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2013-02-04ffv1: check for malloc failureMichael Niedermayer1-0/+4
2012-10-31ffv1: assert that there is at least one slicePaul B Mahol1-0/+1
2012-10-21Merge commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd'Michael Niedermayer5-148/+190
2012-10-21Merge commit '71f7b22dba60524b2285643ae0b49d8f64977129'Michael Niedermayer4-4/+4
2012-10-21ffv1: split decoder and encoderMichael Niedermayer5-2086/+2208
2012-10-21ffv1: fix grayMichael Niedermayer1-10/+2
2012-10-20ffv1: update to ffv1 version 3Luca Barbato4-285/+809
2012-10-20ffv1: split decoder and encoderLuca Barbato5-1602/+1705
2012-10-17Merge commit 'a25d912dca9cd553440167e0476c47581359c0fc'Michael Niedermayer8-1045/+1131
2012-10-17ffv1: fix packed rgb with 1.3Michael Niedermayer1-2/+10
2012-10-16ffv1: K&R formatting cosmeticsLuca Barbato1-938/+1055
2012-10-13ffv1: make sure gob_count is not 0Michael Niedermayer1-1/+1
2012-10-12ffv1: avoid checking a double for equalityMichael Niedermayer1-1/+1
2012-10-12lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol5-10/+15
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-10-08ffv1: fix array data typesMichael Niedermayer1-3/+3
2012-10-06ffv1enc: fix assert in put_vlc_symbol() and update to av_assert2()Michael Niedermayer1-1/+1
2012-10-06ffv1: change w/h asserts to check as the condition can likely happenMichael Niedermayer1-1/+3
2012-10-06ffv1: remove commented assertsMichael Niedermayer1-5/+0
2012-10-03ffv1dec: print bps for pict debug tooMichael Niedermayer1-2/+2
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer62-297/+176
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun23-69/+105
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun21-94/+6
2012-09-29ffv1enc: fix integer overflow with high resolutions and lots of slices.Michael Niedermayer1-2/+1
2012-09-26ffv1dec: support decoding older 1.3 bitstream variantMichael Niedermayer1-1/+1
2012-09-26ffv1:update copyright yearMichael Niedermayer1-1/+1
2012-09-25ffv1dec: change bitstream end check to a exact check instead of a +-1 checkMichael Niedermayer1-2/+4
2012-09-25ffv1: inject sentinels for RC->VLC transitions begining with 1.3Michael Niedermayer1-1/+5
2012-09-25ffv1enc: fix RC slice sentinelMichael Niedermayer1-2/+5
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-09-02ffv1: fix 2 uninitialized variable warningsMichael Niedermayer1-2/+3
2012-08-23ffv1: more than 8 bit per RGB channelGeorg Lippitsch1-17/+77
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-27ffv1: Fix warnings about incompatible pointer type and discarded qualifiersjamal1-2/+2
2012-07-16ffv1dec: fix error concealment for gop>1Michael Niedermayer1-1/+2
2012-07-16ffv1dec: detect errors in bytestream end mismatches for ECMichael Niedermayer1-0/+7
2012-07-16ffv1dec: set the first slices bytestream end correctlyMichael Niedermayer1-1/+2
2012-07-16ffv1dec: keep track of errors in slice headers for ECMichael Niedermayer1-1/+3
[next]