summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ffv1enc: fix assert in put_vlc_symbol() and update to av_assert2()Michael Niedermayer2012-10-061-1/+1
* | ffv1: change w/h asserts to check as the condition can likely happenMichael Niedermayer2012-10-061-1/+3
* | ffv1: remove commented assertsMichael Niedermayer2012-10-061-5/+0
* | ffv1dec: print bps for pict debug tooMichael Niedermayer2012-10-031-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-9/+12
|\ \ | |/
| * avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-5/+11
| * avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-6/+1
* | ffv1enc: fix integer overflow with high resolutions and lots of slices.Michael Niedermayer2012-09-291-2/+1
* | ffv1dec: support decoding older 1.3 bitstream variantMichael Niedermayer2012-09-261-1/+1
* | ffv1:update copyright yearMichael Niedermayer2012-09-261-1/+1
* | ffv1dec: change bitstream end check to a exact check instead of a +-1 checkMichael Niedermayer2012-09-251-2/+4
* | ffv1: inject sentinels for RC->VLC transitions begining with 1.3Michael Niedermayer2012-09-251-1/+5
* | ffv1enc: fix RC slice sentinelMichael Niedermayer2012-09-251-2/+5
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
* | ffv1: fix 2 uninitialized variable warningsMichael Niedermayer2012-09-031-2/+3
* | ffv1: more than 8 bit per RGB channelGeorg Lippitsch2012-08-231-17/+77
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | ffv1: Fix warnings about incompatible pointer type and discarded qualifiersjamal2012-07-271-2/+2
* | ffv1dec: fix error concealment for gop>1Michael Niedermayer2012-07-161-1/+2
* | ffv1dec: detect errors in bytestream end mismatches for ECMichael Niedermayer2012-07-161-0/+7
* | ffv1dec: set the first slices bytestream end correctlyMichael Niedermayer2012-07-161-1/+2
* | ffv1dec: keep track of errors in slice headers for ECMichael Niedermayer2012-07-161-1/+3
* | ffv1dec: add simple error concealment in case of CRC errors on slices.Michael Niedermayer2012-07-161-0/+23
* | ffv1: keep last_frame (to be used for error concealment)Michael Niedermayer2012-07-161-1/+6
* | ffv1enc: use default number of slices if unspecifiedMichael Niedermayer2012-07-131-1/+1
* | ffv1dec: print timestamp at which a CRC mismatch happenedMichael Niedermayer2012-07-131-1/+9
* | Set default ffv1 coder to -1.Carl Eugen Hoyos2012-07-101-1/+11
* | Cosmetics: Return AVERROR_INVALIDDATA from ffv1 encoder initialisation if inv...Carl Eugen Hoyos2012-07-101-6/+6
* | Cosmetics: Move ffv1 encoder initialisation code.Carl Eugen Hoyos2012-07-101-4/+4
* | cosmetics: align more codecs declarationsPaul B Mahol2012-06-121-1/+9
* | ffv1enc: add yuva422p to .pix_fmtsPaul B Mahol2012-06-091-1/+1
* | ffv1dec: print more information for -debug 1Michael Niedermayer2012-06-041-1/+2
* | ffv1: fix log level of FF_DEBUG_PICT_INFOMichael Niedermayer2012-06-041-1/+1
* | ffv1: fix integer overflow in quant table initializationMichael Niedermayer2012-06-021-2/+2
* | ffv1: fix crash caused by version becoming inconsistentMichael Niedermayer2012-06-021-1/+6
* | ffv1: fix reading global header with CRCMichael Niedermayer2012-05-311-1/+3
* | ffv1: fix decoder state_transition tableMichael Niedermayer2012-05-231-1/+1
* | Support yuva422p in ffv1.Carl Eugen Hoyos2012-05-081-0/+2
* | Remove unused variable from ffv1 decoder.Carl Eugen Hoyos2012-05-051-1/+1
* | ffv1: 10l add forgotten avclassMichael Niedermayer2012-04-301-0/+1
* | ffv1: add slicecrc optionMichael Niedermayer2012-04-301-1/+21
* | ffv1: add examples of supported slices countsMichael Niedermayer2012-04-261-1/+1
* | ffv1: remove clear_state(), it has become unusedMichael Niedermayer2012-04-251-9/+0
* | ffv1: move clear_state() to clear_slice_state() in encoding threadsMichael Niedermayer2012-04-251-1/+2
* | ffv1: indentMichael Niedermayer2012-04-251-5/+5
* | ffv1: move init_slice_state() into the decoder threads.Michael Niedermayer2012-04-251-12/+4
* | ffv1: Remove slice count field with 1.3 and just count slices.Michael Niedermayer2012-04-251-6/+15
* | ffv1: store slice size with all slices in 1.3Michael Niedermayer2012-04-251-3/+3
* | ffv1: add 1 status byte to slices in in case crcs are stored too.Michael Niedermayer2012-04-251-2/+4
OpenPOWER on IntegriCloud