summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/ffjni: Fix occured typoMichael Niedermayer2016-03-09
* avcodec/ffjni: Fix ;;Michael Niedermayer2016-03-09
* aacenc_utils: Use temporary variable.Reimar Döffinger2016-03-08
* aacenc: use generational cache instead of resetting.Reimar Döffinger2016-03-08
* lavc/mjpegdec: avoid printing useless message in default log levelMoritz Barsnick2016-03-08
* avcodec/nvenc: Fix typo and preset error messageTimo Rothenpieler2016-03-08
* avcodec/nvenc: Add encoder statsLucas Cooper2016-03-08
* avcodec: try to document timebase a bit moreMichael Niedermayer2016-03-07
* lavc/utils: fix extra ASS sanity check in convert_sub_to_old_ass_form()Clément Bœsch2016-03-07
* lavc/mediacodec: fix chroma width for yuv420pMatthieu Bouron2016-03-07
* lavc/mjpegdec: avoid unneeded allocation if the frame is to be skippedMatthieu Bouron2016-03-07
* lavc: add h264 mediacodec decoderMatthieu Bouron2016-03-07
* lavc: add JNI supportMatthieu Bouron2016-03-07
* lavc/cfhd: Remove one more \n from avpriv_report_missing_feature().Carl Eugen Hoyos2016-03-06
* lavc/cfhd: Sanitize avpriv_report_missing_feature() usage.Carl Eugen Hoyos2016-03-06
* avcodec/dca: clear X96 channels if nothing was decodedfoo862016-03-06
* avcodec/cfhd: Fixes cfhd_odd.mov which has a resolution of 496x241Kieran Kunhya2016-03-06
* avcodec/alsdec: treat quant_cof as a signed valueUmair Khan2016-03-06
* bitstream.c: improve init_vlc error messages.Reimar Döffinger2016-03-06
* aacenc: avoid double in quantize_bands.Reimar Döffinger2016-03-06
* lavc: restore ABI compatibility with 3.x (sub_text_format)Clément Bœsch2016-03-05
* avcodec/cos_tablegen: extend table generation to 17bitsJames Almer2016-03-05
* avcodec/utils: Fix memleak on error in convert_sub_to_old_ass_form()Michael Niedermayer2016-03-05
* vc2enc: minor cosmetic changesRostislav Pehlivanov2016-03-04
* vc2enc: remove useless alignment on slice encodingRostislav Pehlivanov2016-03-04
* vc2enc: do not allocate packet until exact frame size is knownRostislav Pehlivanov2016-03-04
* 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