summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/resample: Remove disabled and faulty codeMichael Niedermayer2016-03-161-6/+0
* dxva2_h264: fix size alignment assertsHendrik Leppkes2016-03-161-6/+6
* lavc/dxva2_h264: Fix incorrect assert statement.Matt Oliver2016-03-161-1/+6
* indeo2: Fix banding artefactsLuca Barbato2016-03-162-39/+138
* indeo2data: K&R formatting cosmeticsLuca Barbato2016-03-161-104/+104
* avcodec/mediacodec_sw_buffer: remove redundant articleMichael Niedermayer2016-03-151-1/+1
* lavc/mediacodec: remove stray empty linesMatthieu Bouron2016-03-152-8/+0
* lavc/mediacodec: fix codec_name leakMatthieu Bouron2016-03-152-1/+3
* avcodec/pthread_frame: Remove unused variableMichael Niedermayer2016-03-151-1/+0
* avcodec/aactab: do not use floats for constantsMarton Balint2016-03-152-14/+14
* avcodec/cbrt_data: include avutil/libm.h to unbreak compilation on systems wi...Hendrik Leppkes2016-03-141-0/+2
* lavc/ffjni: remove use of private JniInvocation API to retreive the Java VMMatthieu Bouron2016-03-141-86/+3
* Move cbrt tables to separate cbrt_data(_fixed).c files.Reimar Döffinger2016-03-139-27/+116
* lavc/hevc_ps: Fix default display window offsets for yuv422 and yuv444.Carl Eugen Hoyos2016-03-131-5/+6
* lavc/libx265: Support GBR encoding.Carl Eugen Hoyos2016-03-132-1/+13
* lavc/hevc_ps: Support GBR decoding.Carl Eugen Hoyos2016-03-132-1/+14
* Use avpriv_tempfile()Michael Niedermayer2016-03-122-3/+3
* avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()Michael Niedermayer2016-03-121-2/+0
* avcodec/alsdec: fix max bits in ltp prefix codeUmair Khan2016-03-121-1/+1
* vp9: fix a few signed integer left-shifts.Ronald S. Bultje2016-03-111-10/+10
* vp9_superframe: fix endianness of size markers.Ronald S. Bultje2016-03-111-3/+3
* vp9: add superframe merging bitstream filter.Ronald S. Bultje2016-03-113-0/+191
* lavf: allow BSFs to drop packets.Ronald S. Bultje2016-03-112-2/+3
* lavc/lpc: exploit even symmetry of window functionGanesh Ajjanagadde2016-03-101-1/+2
* lavc/ffjni: fix uninitialized variableMatthieu Bouron2016-03-101-1/+1
* mips: add support for R6Vicente Olivert Riera2016-03-0920-1/+79
* lavc/mjpegdec: Set sar for multiscope videos.Carl Eugen Hoyos2016-03-091-1/+3
* lavc/hevc_ps: Fix offset for yuv422 and yuv444.Carl Eugen Hoyos2016-03-091-5/+6
* Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2016-03-093-5/+5
* avcodec/ffjni: Fix occured typoMichael Niedermayer2016-03-091-2/+2
* avcodec/ffjni: Fix ;;Michael Niedermayer2016-03-091-1/+1
* aacenc_utils: Use temporary variable.Reimar Döffinger2016-03-081-2/+3
* aacenc: use generational cache instead of resetting.Reimar Döffinger2016-03-083-8/+9
* lavc/mjpegdec: avoid printing useless message in default log levelMoritz Barsnick2016-03-081-1/+1
* avcodec/nvenc: Fix typo and preset error messageTimo Rothenpieler2016-03-081-1/+1
* avcodec/nvenc: Add encoder statsLucas Cooper2016-03-081-7/+14
* avcodec: try to document timebase a bit moreMichael Niedermayer2016-03-071-1/+9
* lavc/utils: fix extra ASS sanity check in convert_sub_to_old_ass_form()Clément Bœsch2016-03-071-1/+1
* lavc/mediacodec: fix chroma width for yuv420pMatthieu Bouron2016-03-071-2/+2
* lavc/mjpegdec: avoid unneeded allocation if the frame is to be skippedMatthieu Bouron2016-03-071-0/+7
* lavc: add h264 mediacodec decoderMatthieu Bouron2016-03-0710-2/+3225
* lavc: add JNI supportMatthieu Bouron2016-03-075-0/+765
* 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
OpenPOWER on IntegriCloud