summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge commit '5e555f93009f0605db120eec78262d0fe337e645'Derek Buitenhuis2016-03-04
|\
| * mpeg12enc: always write closed gops for intra only outputsMarton Balint2016-02-22
| * h264: Add an AVClass pointer to H264ContextMichael Niedermayer2016-02-22
| * libx264: Fix noise_reduction option assignmentVittorio Giovara2016-02-22
* | avcodec/fft: Add revtab32 for FFTs with more than 65536 samplesMichael Niedermayer2016-03-04
* | avcodec: Extend fft to size 2^17Michael Niedermayer2016-03-04
* | avcodec/nvenc: Fix H264 and HEVC vui info updateAgatha Hu2016-03-04
* | avcodec/utils: Fix 'ISO C90 forbids mixed declarations and code'Michael Niedermayer2016-03-03
* | avcodec/dca: simplify conditionfoo862016-03-03
* | avcodec/dca: fix av_cold placement in declarationsfoo862016-03-03
* | lavc/videotoolboxenc: remove *_NULLABLE annotations; fixes pre-10.11 buildRodger Combs2016-03-02
* | lavc: add VideoToolbox H.264 EncoderRick Kern2016-03-02
* | lavc/aacenc_utils: replace sqrtf(Q*sqrtf(Q)) by precomputed valueGanesh Ajjanagadde2016-03-01
* | Move the |die| member of FrameThreadContext to PerThreadContext.Wan-Teh Chang2016-03-01
* | vc2enc: fix packet underallocation and minimum bitrate with interlacingRostislav Pehlivanov2016-03-01
* | vc2enc: simplify slice cost cachingRostislav Pehlivanov2016-03-01
* | vc2enc: remove redundant put_padding() and use skip_put_bytes() insteadRostislav Pehlivanov2016-03-01
* | avcodec: Add utils testMichael Niedermayer2016-02-29
* | x86/vc1dsp: Split the file into MC and loopfilterTimothy Gu2016-02-29
* | lavc/pcxenc: Update format description link.Carl Eugen Hoyos2016-02-29
* | avcodec/libzvbi-teletextdec: Remove unused variableMichael Niedermayer2016-02-28
* | vc2enc: redistribute leftover bytesRostislav Pehlivanov2016-02-28
* | vc2enc: allocate the DWT context with the current plane sizeRostislav Pehlivanov2016-02-28
* | 2enc: clip and warn when user bitrate set too lowRostislav Pehlivanov2016-02-28
* | vc2enc: clip and warn when user bitrate set too lowRostislav Pehlivanov2016-02-28
* | vc2enc: carry over quantization index across frames as a starting pointRostislav Pehlivanov2016-02-28
* | vc2enc: use 32 bits for quantized coefficients LUTRostislav Pehlivanov2016-02-28
* | vc2enc: cache bits per quantizer, calculate wasted bitsRostislav Pehlivanov2016-02-28
* | avcodec/mjpegdec: Fix decoding slightly odd progressive jpegMichael Niedermayer2016-02-28
* | Document and validate AVFrame plane pointers.Reimar Döffinger2016-02-28
* | mjpegdec: Do not assume unused plane pointer are NULL.Reimar Döffinger2016-02-28
* | mss2: Fix buffer overflow.Reimar Döffinger2016-02-28
* | lavc/aac_ac3_parser: reindentRodger Combs2016-02-27
* | lavc/aac_ac3_parser: avoid zeroing codec parameters if we haven't read a frameRodger Combs2016-02-27
* | lavc/Makefile: dnxhd demuxer depends on dnxhddata.oRodger Combs2016-02-27
* | avcodec/cfhd: Add support for 12-bit RGBA.Kieran Kunhya2016-02-27
* | cfhd: reallocate internal buffers on format change.Kieran Kunhya2016-02-27
* | avcodec/utils: Check that the video data[] arrays are NULL on the input to ge...Michael Niedermayer2016-02-27
* | avcodec/utils: Check all data[] pointers in video_get_buffer() not just the f...Michael Niedermayer2016-02-27
* | lavc: reindent a few decoders after previous commitsClément Bœsch2016-02-26
* | lavc: deprecate decoded ass subtitles with timingsClément Bœsch2016-02-26
* | lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch2016-02-26
* | lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-26
* | Kill timed SSAClément Bœsch2016-02-26
* | avcodec/utils: Merge identical if conditionsMichael Niedermayer2016-02-26
* | vc2enc: calculate the minimum slice size only onceRostislav Pehlivanov2016-02-26
* | vc2enc: halve allocated table size, refactor and optimize quantizationRostislav Pehlivanov2016-02-26
* | vc2enc: use FFABS() instead of abs()Rostislav Pehlivanov2016-02-26
* | vc2enc: correctly zero out coefficient array paddingRostislav Pehlivanov2016-02-26
* | vc2enc: mark as FF_CODEC_CAP_INIT_THREADSAFE and align AVCodec entriesRostislav Pehlivanov2016-02-26