summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec/dca: remove useless debug messagefoo862016-05-20
* avutil/eval-test: Check av_expr_parse_and_eval() for failure and also check i...Michael Niedermayer2016-05-20
* avcodec/dca: remove Rice code length limitfoo862016-05-20
* doc/filters: fix order of tinterlace filter drop modesPaul B Mahol2016-05-20
* avcodec/utils: Move avctx->codec check before its useMichael Niedermayer2016-05-20
* avcodec/adpcm: pick correct step_index for IMA AMVPaul B Mahol2016-05-19
* avcodec/options-test: Check avcodec_open2() return valueMichael Niedermayer2016-05-19
* lavf/mpegts: add ID3 entry to the REGD_types arrayStefano Sabatini2016-05-19
* lavf/mpegtsenc: set metadata stream type and write descriptor for ID3 packetsStefano Sabatini2016-05-19
* avcodec/diracdec: Fix potential integer overflowMichael Niedermayer2016-05-19
* avformat/iff: parse DPAN chunkPaul B Mahol2016-05-19
* avcodec/iff: add support for ANBR filesPaul B Mahol2016-05-19
* avformat/dtshddec: move data_start outside of DTSHDDemuxContextJames Almer2016-05-19
* avcodec/exr: Fix potential integer overflowMichael Niedermayer2016-05-19
* avcodec/h264: Check init_get_bits8() for failureMichael Niedermayer2016-05-19
* ffmpeg_filter: Fix AVBufferSrcParameters leakMichael Niedermayer2016-05-19
* avformat/avidec: Detect index with too short entriesMichael Niedermayer2016-05-18
* avcodec/m101: Ask for samples with too small extradata_sizeMichael Niedermayer2016-05-18
* avfilter: add loudnormKyle Swanson2016-05-18
* avcodec/m101: Check BPS valueMichael Niedermayer2016-05-18
* avcodec/iff: add forgotten checks for end of input bufferPaul B Mahol2016-05-18
* avcodec/iff: scala anim32 & anim16 decompressionPaul B Mahol2016-05-18
* avformat/avio: Fix null pointer dereference in case of memleakMichael Niedermayer2016-05-18
* avformat/avio: fix memory leak in url_find_protocolYong Lei2016-05-18
* avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()Chris Cunningham2016-05-17
* Merge commit '71d3305c2711d4f6ec8b92db09ff64cf4e19a58e'Derek Buitenhuis2016-05-17
|\
| * h264_parse: make sure the ref count is zeroed on all failure pathsAnton Khirnov2016-04-24
* | Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa'Derek Buitenhuis2016-05-17
|\|
| * h264: factor out parsing the reference count into a separate fileAnton Khirnov2016-04-24
* | Merge commit '56b17a33f231859cbccbd741b4763617cb4ecf03'Derek Buitenhuis2016-05-17
|\|
| * h264: stop testing whether the reference count changes in ff_set_ref_count()Anton Khirnov2016-04-24
* | Merge commit 'e9f884416c76558098fc1f63825b293956e8483c'Derek Buitenhuis2016-05-17
|\|
| * h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()Anton Khirnov2016-04-24
* | Merge commit '8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6'Hendrik Leppkes2016-05-17
|\|
| * h264_parser: switch to h2645_parse for NAL unescapingAnton Khirnov2016-04-24
* | h2645_parse: support badly muxed mp4 streamsHendrik Leppkes2016-05-17
* | avcodec/iff: fix artifacts with uncompressed ham ANIMsPaul B Mahol2016-05-17
* | avcodec/mips/h264dsp_mmi: Version 2 of the optimizations for loongson mmiZhouXiaoyong2016-05-17
* | avformat/dtshddec: implement AUPR_HDR chunk parsingJames Almer2016-05-16
* | avformat/dtshddec: parse chunks stored after audio dataJames Almer2016-05-16
* | avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMsPaul B Mahol2016-05-16
* | avcodec/iff: check if there is enough bytes leftPaul B Mahol2016-05-16
* | avformat/utils: Do not compute the bitrate from duration == 0Michael Niedermayer2016-05-16
* | ffmpeg: Check that r_frame_rate is set before attempting to use itMichael Niedermayer2016-05-16
* | swresample/resample: Fix division by 0 with tap_count=1Michael Niedermayer2016-05-16
* | swresample/rematrix: Use clipping s16 rematrixing if overflows are possibleMichael Niedermayer2016-05-15
* | avformat/adxdec: set bit_rate, fixes duration calculationPaul B Mahol2016-05-15
* | swresample/rematrix: Use error diffusion to avoid error in the DC component o...Michael Niedermayer2016-05-15
* | avcodec/dsd: Fix "warning: ctables defined but not used [-Wunused-variable]"Michael Niedermayer2016-05-15
* | avcodec/iff: rewrite out of bounds checking in writerPaul B Mahol2016-05-15