summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/aactab: do not use floats for constantsMarton Balint2016-03-15
* avcodec/cbrt_data: include avutil/libm.h to unbreak compilation on systems wi...Hendrik Leppkes2016-03-14
* lavc/ffjni: remove use of private JniInvocation API to retreive the Java VMMatthieu Bouron2016-03-14
* Move cbrt tables to separate cbrt_data(_fixed).c files.Reimar Döffinger2016-03-13
* lavc/hevc_ps: Fix default display window offsets for yuv422 and yuv444.Carl Eugen Hoyos2016-03-13
* lavc/libx265: Support GBR encoding.Carl Eugen Hoyos2016-03-13
* lavc/hevc_ps: Support GBR decoding.Carl Eugen Hoyos2016-03-13
* Use avpriv_tempfile()Michael Niedermayer2016-03-12
* avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()Michael Niedermayer2016-03-12
* avcodec/alsdec: fix max bits in ltp prefix codeUmair Khan2016-03-12
* vp9: fix a few signed integer left-shifts.Ronald S. Bultje2016-03-11
* vp9_superframe: fix endianness of size markers.Ronald S. Bultje2016-03-11
* vp9: add superframe merging bitstream filter.Ronald S. Bultje2016-03-11
* lavf: allow BSFs to drop packets.Ronald S. Bultje2016-03-11
* lavc/lpc: exploit even symmetry of window functionGanesh Ajjanagadde2016-03-10
* lavc/ffjni: fix uninitialized variableMatthieu Bouron2016-03-10
* mips: add support for R6Vicente Olivert Riera2016-03-09
* lavc/mjpegdec: Set sar for multiscope videos.Carl Eugen Hoyos2016-03-09
* lavc/hevc_ps: Fix offset for yuv422 and yuv444.Carl Eugen Hoyos2016-03-09
* Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2016-03-09
* 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