aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/hap: pass texture-compression destination as argument, not in contextTom Butterworth2016-11-081-3/+9
* opus: move the entropy decoding functions to opus_rc.cRostislav Pehlivanov2016-11-087-320/+380
* opus: move all tables to a separate fileRostislav Pehlivanov2016-11-085-1240/+1421
* aacenc: quit when the audio queue reaches 0 rather than keeping track of empt...Rostislav Pehlivanov2016-11-082-7/+3
* mpegaudio_parser: don't return AVERROR_PATCHWELCOMEAndreas Cadhalpun2016-11-071-1/+1
* mpeg4audio: validate sample_rateAndreas Cadhalpun2016-11-071-0/+5
* lzf: update pointer p after reallocAndreas Cadhalpun2016-11-051-0/+2
* avcodec/nvenc.c: Use new safe dlopen code.Matt Oliver2016-11-051-5/+1
* avcodec/rawdec: check for side data before checking its sizeJames Almer2016-11-041-1/+1
* diracdec: check return code of get_buffer_with_edgeAndreas Cadhalpun2016-11-041-1/+3
* diracdec: clear slice_params_num_buf on allocation failureAndreas Cadhalpun2016-11-041-0/+1
* diracdec: use correct buffer for slice_params_buf reallocAndreas Cadhalpun2016-11-041-1/+1
* avcodec/hap: consistent name for codecTom Butterworth2016-11-043-3/+3
* qsvenc: do not re-execute encoding on all positive status codesAnton Khirnov2016-11-041-1/+1
* libx265: Add option to force IDR framesDerek Buitenhuis2016-11-042-2/+5
* avcodec/ac3dec: Check expaccMichael Niedermayer2016-11-031-0/+4
* hevc: Move hevc_decode_extradata before frame decodingVittorio Giovara2016-11-031-74/+74
* ppc: pixblockdsp: do unaligned block accesses correctly againAndreas Cadhalpun2016-11-031-7/+10
* crystalhd: Update high level descriptionPhilip Langdale2016-11-021-33/+5
* crystalhd: Simplify output frame handlingPhilip Langdale2016-11-021-27/+15
* crystalhd: Loop for a frame internally where possible.Philip Langdale2016-11-021-14/+26
* crystalhd: Keep NOPTS_VALUE so we know it's not there.Philip Langdale2016-11-021-2/+1
* crystalhd: Remove h.264 parserPhilip Langdale2016-11-021-51/+4
* crystalhd: We don't need the track the last picture number anymorePhilip Langdale2016-11-021-40/+0
* crystalhd: Remove trust_interlaced heuristicPhilip Langdale2016-11-021-33/+4
* crystalhd: Revert back to letting hardware handle packed b-framesPhilip Langdale2016-11-021-8/+29
* crystalhd: Switch to new decode API and remove the insanityPhilip Langdale2016-11-022-356/+126
* crystalhd: Fix up the missing first samplePhilip Langdale2016-11-021-0/+9
* lavc: Add hevc main10 profile to ffmpeg cliVittorio Giovara2016-11-021-0/+1
* avcodec/sunrast: Fix input buffer pointer checkMichael Niedermayer2016-11-021-1/+1
* lavc/hapenc: Use the correct printf length modifier for size_t arguments.Carl Eugen Hoyos2016-11-021-1/+1
* avcodec/dnxhdenc: Fix alignment of edge_buf*Michael Niedermayer2016-11-011-2/+2
* apngdec: use side data to pass extradata to the decoderAndreas Cadhalpun2016-11-011-2/+21
* Fix build warnings due to misleading indentationAdriano Pallavicino2016-11-011-27/+27
* interplayacm: increase bitstream buffer size by AV_INPUT_BUFFER_PADDING_SIZEAndreas Cadhalpun2016-11-011-1/+1
* avcodec/smc: Check side data size before useMichael Niedermayer2016-10-311-2/+5
* avcodec/tscc: Check side data size before useMichael Niedermayer2016-10-311-2/+5
* avcodec/rscc: Fix constantMichael Niedermayer2016-10-311-1/+1
* avcodec/qsv: remove MFX_EXTBUFF_CODING_OPTION3Kyle Schwarz2016-10-311-18/+0
* qsvdec: Avoid probing with qsv decodersMark Thompson2016-10-313-4/+4
* qsv: Merge libav implementationMark Thompson2016-10-3110-597/+746
* mpegvideo: Return correct coded frame sizes from parserMark Thompson2016-10-311-2/+4
* hevc: Return stream format information from parserMark Thompson2016-10-311-0/+8
* vc1: Return stream format information from parserMark Thompson2016-10-311-0/+8
* avcodec/rawdec: Check side data size before useMichael Niedermayer2016-10-311-1/+8
* avcodec/rscc: Check side data size before useMichael Niedermayer2016-10-311-2/+5
* avcodec/msvideo1: Check side data size before useMichael Niedermayer2016-10-311-2/+5
* avcodec/qpeg: Check side data size before useMichael Niedermayer2016-10-311-2/+5
* avcodec/qtrle: Check side data size before useMichael Niedermayer2016-10-311-2/+5
* avcodec/msrle: Check side data size before useMichael Niedermayer2016-10-311-2/+5