| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/dca: use LUT for LBR frequency ranges | foo86 | 2016-05-20 | 3 | -12/+12 |
* | avcodec/dca: simplify 'residual ok' flag tracking | foo86 | 2016-05-20 | 2 | -21/+18 |
* | avcodec/dca_parser: improve frame end search | foo86 | 2016-05-20 | 1 | -14/+80 |
* | avcodec/dca: don't set initial sample_fmt | foo86 | 2016-05-20 | 1 | -3/+0 |
* | avcodec/dca: remove useless debug message | foo86 | 2016-05-20 | 1 | -3/+1 |
* | avcodec/dca: remove Rice code length limit | foo86 | 2016-05-20 | 1 | -1/+1 |
* | avcodec/utils: Move avctx->codec check before its use | Michael Niedermayer | 2016-05-20 | 1 | -2/+3 |
* | avcodec/adpcm: pick correct step_index for IMA AMV | Paul B Mahol | 2016-05-19 | 1 | -2/+2 |
* | avcodec/options-test: Check avcodec_open2() return value | Michael Niedermayer | 2016-05-19 | 1 | -1/+6 |
* | avcodec/diracdec: Fix potential integer overflow | Michael Niedermayer | 2016-05-19 | 1 | -2/+2 |
* | avcodec/iff: add support for ANBR files | Paul B Mahol | 2016-05-19 | 1 | -6/+18 |
* | avcodec/exr: Fix potential integer overflow | Michael Niedermayer | 2016-05-19 | 1 | -1/+1 |
* | avcodec/h264: Check init_get_bits8() for failure | Michael Niedermayer | 2016-05-19 | 1 | -1/+6 |
* | avcodec/m101: Ask for samples with too small extradata_size | Michael Niedermayer | 2016-05-18 | 1 | -1/+3 |
* | avcodec/m101: Check BPS value | Michael Niedermayer | 2016-05-18 | 1 | -2/+5 |
* | avcodec/iff: add forgotten checks for end of input buffer | Paul B Mahol | 2016-05-18 | 1 | -2/+2 |
* | avcodec/iff: scala anim32 & anim16 decompression | Paul B Mahol | 2016-05-18 | 1 | -2/+128 |
* | Merge commit '71d3305c2711d4f6ec8b92db09ff64cf4e19a58e' | Derek Buitenhuis | 2016-05-17 | 1 | -1/+6 |
|\ |
|
| * | h264_parse: make sure the ref count is zeroed on all failure paths | Anton Khirnov | 2016-04-24 | 1 | -6/+9 |
* | | Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa' | Derek Buitenhuis | 2016-05-17 | 6 | -52/+62 |
|\| |
|
| * | h264: factor out parsing the reference count into a separate file | Anton Khirnov | 2016-04-24 | 6 | -53/+60 |
* | | Merge commit '56b17a33f231859cbccbd741b4763617cb4ecf03' | Derek Buitenhuis | 2016-05-17 | 1 | -8/+3 |
|\| |
|
| * | h264: stop testing whether the reference count changes in ff_set_ref_count() | Anton Khirnov | 2016-04-24 | 1 | -8/+3 |
* | | Merge commit 'e9f884416c76558098fc1f63825b293956e8483c' | Derek Buitenhuis | 2016-05-17 | 3 | -2/+6 |
|\| |
|
| * | h264: move reading direct_spatial_mv_pred out of ff_set_ref_count() | Anton Khirnov | 2016-04-24 | 3 | -2/+6 |
* | | Merge commit '8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6' | Hendrik Leppkes | 2016-05-17 | 4 | -134/+28 |
|\| |
|
| * | h264_parser: switch to h2645_parse for NAL unescaping | Anton Khirnov | 2016-04-24 | 4 | -128/+28 |
* | | h2645_parse: support badly muxed mp4 streams | Hendrik Leppkes | 2016-05-17 | 1 | -2/+18 |
* | | avcodec/iff: fix artifacts with uncompressed ham ANIMs | Paul B Mahol | 2016-05-17 | 1 | -2/+2 |
* | | avcodec/mips/h264dsp_mmi: Version 2 of the optimizations for loongson mmi | ZhouXiaoyong | 2016-05-17 | 1 | -2127/+2451 |
* | | avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMs | Paul B Mahol | 2016-05-16 | 1 | -9/+6 |
* | | avcodec/iff: check if there is enough bytes left | Paul B Mahol | 2016-05-16 | 1 | -0/+6 |
* | | avcodec/dsd: Fix "warning: ctables defined but not used [-Wunused-variable]" | Michael Niedermayer | 2016-05-15 | 1 | -1/+0 |
* | | avcodec/iff: rewrite out of bounds checking in writer | Paul B Mahol | 2016-05-15 | 1 | -14/+12 |
* | | avcodec/dstdec: Fix "warning: initialization from incompatible pointer type [... | Michael Niedermayer | 2016-05-15 | 1 | -1/+1 |
* | | hevc: Fix memory leak related to a53_caption data | Will Kelleher | 2016-05-15 | 4 | -0/+19 |
* | | avcodec/escape124: change transitions table type to int8_t | Paul B Mahol | 2016-05-15 | 1 | -1/+1 |
* | | avcodec: bump minor and update Changelog for recent DST addition | Paul B Mahol | 2016-05-15 | 1 | -2/+2 |
* | | avcodec: add Direct Stream Transfer (DST) decoder | Peter Ross | 2016-05-15 | 10 | -81/+533 |
* | | avcodec/dca: print error message when no frame is found in packet | foo86 | 2016-05-14 | 1 | -1/+6 |
* | | avcodec/iff: check for end of buffer in input for delta_l decompression | Paul B Mahol | 2016-05-14 | 1 | -1/+1 |
* | | avcodec/iff: implement 3rd delta ANIM decompression | Paul B Mahol | 2016-05-13 | 1 | -0/+57 |
* | | avcodec/iff: change delta l offset to uint32_t | Paul B Mahol | 2016-05-13 | 1 | -1/+1 |
* | | avcodec/avpacket: Respect payload offset in av_packet_ref | Andriy Lysnevych | 2016-05-13 | 1 | -1/+3 |
* | | lavc: add IFF ANIM decoder | Paul B Mahol | 2016-05-13 | 2 | -76/+751 |
* | | Merge commit 'f3ed484953b81856e40239d2410058a96188b2be' | Derek Buitenhuis | 2016-05-12 | 1 | -1/+10 |
|\| |
|
| * | h264_mp4toannexb_bsf: do not fail on annex B extradata | Anton Khirnov | 2016-04-24 | 1 | -1/+10 |
* | | ape: Unbreak adaptcoeffs computation | Luca Barbato | 2016-05-12 | 1 | -2/+10 |
* | | Merge commit '5fca95c8e515a5ae542d9626ec088bdfc658450e' | Derek Buitenhuis | 2016-05-12 | 1 | -0/+7 |
|\| |
|
| * | libx264: Forbid inverted Stereo3D mode | Vittorio Giovara | 2016-04-21 | 1 | -0/+7 |