summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | ffv1: Always store slice size when error reobustness is enabled.Michael Niedermayer2012-04-251-3/+3
* | ffv1: include solution hint in the slice error messageMichael Niedermayer2012-04-251-1/+1
* | ffv1: support vlc mode in 1.3Michael Niedermayer2012-04-241-1/+1
* | ffv1: move the decoder side ac->vlc switch to decode_slice()Michael Niedermayer2012-04-241-11/+8
* | ffv1: allow selecting 1.3 by using -levelMichael Niedermayer2012-04-241-0/+5
* | ffv1: move ac->vlc switch to encode_slice()Michael Niedermayer2012-04-241-12/+8
* | ffv1dec: Require a valid keyframe for decoding non keyframes.Michael Niedermayer2012-04-221-0/+7
* | ffv1: add optional per slice CRCs to detect undamaged slices.Michael Niedermayer2012-04-201-1/+22
* | ffv1: move most fields from the frame header to the slice headers with ffv1.3Michael Niedermayer2012-04-201-6/+100
* | ffv1: refactor slice decoding init loop so that the first is less a special caseMichael Niedermayer2012-04-201-15/+18
* | ffv1: clear slice state in decode_slice()Michael Niedermayer2012-04-201-2/+3
* | ffv1: split clear_slice_state() out so individual slices can be cleared.Michael Niedermayer2012-04-201-4/+10
* | ffv1: split init_slice_state() out so individual slices can be initedMichael Niedermayer2012-04-201-7/+14
* | ffv1: Add a CRC check to the global header with version 1.3Michael Niedermayer2012-04-201-1/+14
* | ffv1: attempt to workaround intel CC fate issue.Michael Niedermayer2012-04-161-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-131-1/+1
|\ \ | |/
| * ffv1: Fix size mismatch in encode_line.Alex Converse2012-04-121-1/+1
* | ffv1: set slice geometry based on user specified slices.Michael Niedermayer2012-04-081-2/+9
* | ffv1: allow enabling of version 2 by using some of its features.Michael Niedermayer2012-04-081-0/+9
* | ffv1: fix version=2 chroma handlingMichael Niedermayer2012-04-081-1/+1
* | ffv1: add a minor version field beginning with ffv1.3Michael Niedermayer2012-04-081-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-4/+5
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-5/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-041-2/+2
|\ \ | |/
| * cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-041-2/+2
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | ffv1enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-3/+2
* | ffv1enc: Check context_modelMichael Niedermayer2012-03-201-0/+4
* | ffv1: PIX_FMT_YUV444P10 supportPaul B Mahol2012-03-071-4/+6
* | ffv1: PIX_FMT_YUV444P9 & PIX_FMT_YUV422P9 supportPaul B Mahol2012-03-071-4/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-241-11/+23
|\ \ | |/
| * ffv1enc: switch to encode2().Anton Khirnov2012-02-231-11/+23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
| * ffv1: Fixed size given to init_get_bits() in decoder.Laurent Aimar2011-09-091-2/+2
OpenPOWER on IntegriCloud