summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '5b145290df2998a9836a93eb925289c6c8b63af0'Mark Thompson2018-02-124-1/+25
|\
| * lavc: Add support for increasing hardware frame pool sizesMark Thompson2018-02-114-1/+25
* | h264_idct: enable unmacro on newer NASM versionsRostislav Pehlivanov2018-02-121-1/+5
* | Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906'James Almer2018-02-111-1/+0
|\ \ | |/
| * Drop some unnecessary config.h #includesDiego Biurrun2018-02-061-1/+0
| * avpacket: Initialize the allocated padding area in side dataMartin Storsjö2018-02-011-0/+1
| * vc1: skip motion compensation when data for last picture is invalidSean McGovern2018-01-301-0/+5
* | Merge commit '6829a079444e10818a847e153121fb458cc5c0a8'James Almer2018-02-112-4/+1
|\ \ | |/
| * qsvdec: Relax the surface vs coded dimension checkZhong Li2018-01-262-4/+1
* | fate/libavcodec: add codec_desc testMuhammad Faiz2018-02-123-24/+46
* | avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs()Michael Niedermayer2018-02-111-1/+3
* | avcodec/mpeg4videodec: Ignore multiple VOL headersMichael Niedermayer2018-02-111-2/+2
* | avcodec/mpeg2dec: Fix motion vector rounding for chroma componentsNekopanda2018-02-111-14/+16
* | avcodec/vp3: Check eob_runMichael Niedermayer2018-02-111-0/+3
* | avcodec/utvideodec: Add several out of array read related checksMichael Niedermayer2018-02-111-4/+10
* | avcodec/pafvideo: Check allocated frame sizeMichael Niedermayer2018-02-111-0/+4
* | avcodec/scpr: Fix reading a pixel before the firstMichael Niedermayer2018-02-111-0/+4
* | avcodec/mpeg2dec: Fix field selection for skipped macroblocksNekopanda2018-02-111-0/+2
* | aptx: indentation (cosmetics only)Aurelien Jacobs2018-02-091-52/+52
* | aptx: implement the aptX HD bluetooth codecAurelien Jacobs2018-02-095-27/+337
* | aptx: do some clipping to match original codec in extreme casesAurelien Jacobs2018-02-091-1/+2
* | aptx: factorize FFABS calculationAurelien Jacobs2018-02-091-3/+5
* | aptx: simplify by pre-calculating factor_maxAurelien Jacobs2018-02-091-9/+7
* | avcodec/codec_desc: sort codec_descriptorsMuhammad Faiz2018-02-091-527/+550
* | avcodec/huffyuvdec: Check input buffer sizeMichael Niedermayer2018-02-091-0/+3
* | avcodec: Document that init_static_data() is not intended for time consuming ...Michael Niedermayer2018-02-081-0/+3
* | api: add missing version bumps and APIChanges entriesJames Almer2018-02-061-1/+1
* | avcodec/ffv1: Support for RGBA64 and GBRAP16Jérôme Martinez2018-02-064-12/+41
* | avcodec/libopus: support disabling phase inversion.Menno2018-02-062-0/+47
* | lavc/bsf: make BSF iteration the same as other iteratorsJosh de Kock2018-02-063-14/+25
* | lavc: add new API for iterating codecs and codec parsersJosh de Kock2018-02-066-734/+951
* | avcodec/me_cmp: remove ff_me_cmp_init_static()Muhammad Faiz2018-02-056-31/+42
* | avcodec/utvideodec: Fix bytes left check in decode_frame()Michael Niedermayer2018-02-051-1/+1
* | avcodec: do not use init_static_data on some codecsMuhammad Faiz2018-02-043-11/+19
* | avcodec/wavpack: Fix integer overflow in FFABSMichael Niedermayer2018-02-031-1/+1
* | avcodec/ffv1enc: mark RGB48 support as non-experimentalJérôme Martinez2018-02-031-4/+0
* | librsvgdec: Fix frame clearing codeCalvin Walton2018-02-021-2/+4
* | avcodec/aacsbr_fixed: Fix overflows in rounding in sbr_hf_assemble()Michael Niedermayer2018-02-021-4/+5
* | avcodec/exr: Fix memleaks in decode_header()Michael Niedermayer2018-02-021-26/+56
* | avcodec/vc2enc: prevent bitrate overshootsRostislav Pehlivanov2018-01-311-8/+14
* | avcodec/dirac_dwt: Fix several integer overflowsMichael Niedermayer2018-01-302-3/+3
* | avcodec/indeo5: Do not leave frame_type set to an invalid valueMichael Niedermayer2018-01-301-0/+1
* | avcodec/hevc_ps: Check log2_sao_offset_scale_*Michael Niedermayer2018-01-301-0/+5
* | avcodec/mediacodecdec: use ff_hevc_ps_uninit()James Almer2018-01-301-0/+2
* | avcodec/hevc_parser: use ff_hevc_decode_extradata() to parse extradataJames Almer2018-01-301-12/+9
* | avcodec/mpegaudio_parser: Skip APE tags when parsing mp3 packets.Dale Curtis2018-01-301-0/+7
* | avcodec/Makefile: add missing opus.c dependency to opus encoderJames Almer2018-01-301-1/+1
* | avcodec/mlp_parser: reindent after last commitJames Almer2018-01-291-46/+46
* | avcodec/mlp_parser: don't try to combine frames when full frames are providedJames Almer2018-01-291-0/+4
* | avcodec/mpeg4videodec: Avoid possibly aliasing violating castsMichael Niedermayer2018-01-291-2/+5
OpenPOWER on IntegriCloud