summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc/cfhd: Remove one more \n from avpriv_report_missing_feature().Carl Eugen Hoyos2016-03-061-1/+1
* lavc/cfhd: Sanitize avpriv_report_missing_feature() usage.Carl Eugen Hoyos2016-03-061-3/+3
* avcodec/dca: clear X96 channels if nothing was decodedfoo862016-03-061-0/+1
* avcodec/cfhd: Fixes cfhd_odd.mov which has a resolution of 496x241Kieran Kunhya2016-03-061-0/+3
* avcodec/alsdec: treat quant_cof as a signed valueUmair Khan2016-03-061-1/+1
* bitstream.c: improve init_vlc error messages.Reimar Döffinger2016-03-061-1/+1
* aacenc: avoid double in quantize_bands.Reimar Döffinger2016-03-061-3/+2
* lavc: restore ABI compatibility with 3.x (sub_text_format)Clément Bœsch2016-03-051-6/+12
* avcodec/cos_tablegen: extend table generation to 17bitsJames Almer2016-03-051-1/+1
* avcodec/utils: Fix memleak on error in convert_sub_to_old_ass_form()Michael Niedermayer2016-03-051-0/+1
* vc2enc: minor cosmetic changesRostislav Pehlivanov2016-03-041-5/+4
* vc2enc: remove useless alignment on slice encodingRostislav Pehlivanov2016-03-041-1/+0
* vc2enc: do not allocate packet until exact frame size is knownRostislav Pehlivanov2016-03-041-166/+166
* Merge commit '5e555f93009f0605db120eec78262d0fe337e645'Derek Buitenhuis2016-03-041-1/+1
|\
| * mpeg12enc: always write closed gops for intra only outputsMarton Balint2016-02-221-1/+1
| * h264: Add an AVClass pointer to H264ContextMichael Niedermayer2016-02-221-0/+1
| * libx264: Fix noise_reduction option assignmentVittorio Giovara2016-02-221-2/+2
* | avcodec/fft: Add revtab32 for FFTs with more than 65536 samplesMichael Niedermayer2016-03-043-5/+30
* | avcodec: Extend fft to size 2^17Michael Niedermayer2016-03-046-137/+272
* | avcodec/nvenc: Fix H264 and HEVC vui info updateAgatha Hu2016-03-041-4/+23
* | avcodec/utils: Fix 'ISO C90 forbids mixed declarations and code'Michael Niedermayer2016-03-031-1/+1
* | avcodec/dca: simplify conditionfoo862016-03-031-11/+6
* | avcodec/dca: fix av_cold placement in declarationsfoo862016-03-031-2/+2
* | lavc/videotoolboxenc: remove *_NULLABLE annotations; fixes pre-10.11 buildRodger Combs2016-03-021-7/+7
* | lavc: add VideoToolbox H.264 EncoderRick Kern2016-03-023-0/+1341
* | lavc/aacenc_utils: replace sqrtf(Q*sqrtf(Q)) by precomputed valueGanesh Ajjanagadde2016-03-011-2/+1
* | Move the |die| member of FrameThreadContext to PerThreadContext.Wan-Teh Chang2016-03-011-6/+5
* | vc2enc: fix packet underallocation and minimum bitrate with interlacingRostislav Pehlivanov2016-03-011-1/+3
* | vc2enc: simplify slice cost cachingRostislav Pehlivanov2016-03-011-31/+13
* | vc2enc: remove redundant put_padding() and use skip_put_bytes() insteadRostislav Pehlivanov2016-03-011-15/+3
* | avcodec: Add utils testMichael Niedermayer2016-02-292-0/+21
* | x86/vc1dsp: Split the file into MC and loopfilterTimothy Gu2016-02-293-295/+320
* | lavc/pcxenc: Update format description link.Carl Eugen Hoyos2016-02-291-1/+1
* | avcodec/libzvbi-teletextdec: Remove unused variableMichael Niedermayer2016-02-281-1/+0
* | vc2enc: redistribute leftover bytesRostislav Pehlivanov2016-02-281-5/+55
* | vc2enc: allocate the DWT context with the current plane sizeRostislav Pehlivanov2016-02-281-2/+2
* | 2enc: clip and warn when user bitrate set too lowRostislav Pehlivanov2016-02-281-2/+2
* | vc2enc: clip and warn when user bitrate set too lowRostislav Pehlivanov2016-02-281-0/+23
* | vc2enc: carry over quantization index across frames as a starting pointRostislav Pehlivanov2016-02-281-6/+6
* | vc2enc: use 32 bits for quantized coefficients LUTRostislav Pehlivanov2016-02-281-9/+9
* | vc2enc: cache bits per quantizer, calculate wasted bitsRostislav Pehlivanov2016-02-281-5/+32
* | avcodec/mjpegdec: Fix decoding slightly odd progressive jpegMichael Niedermayer2016-02-281-6/+4
* | Document and validate AVFrame plane pointers.Reimar Döffinger2016-02-282-1/+27
* | mjpegdec: Do not assume unused plane pointer are NULL.Reimar Döffinger2016-02-281-3/+8
* | mss2: Fix buffer overflow.Reimar Döffinger2016-02-281-2/+2
* | lavc/aac_ac3_parser: reindentRodger Combs2016-02-271-22/+23
* | lavc/aac_ac3_parser: avoid zeroing codec parameters if we haven't read a frameRodger Combs2016-02-271-0/+4
* | lavc/Makefile: dnxhd demuxer depends on dnxhddata.oRodger Combs2016-02-271-0/+1
* | avcodec/cfhd: Add support for 12-bit RGBA.Kieran Kunhya2016-02-271-9/+15
* | cfhd: reallocate internal buffers on format change.Kieran Kunhya2016-02-272-6/+14
OpenPOWER on IntegriCloud