summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/get_bits: Document the return code of get_vlc2()Michael Niedermayer2018-01-291-0/+1
* avcodec/mpeg4videodec: Check mb_num also against 0Michael Niedermayer2018-01-291-1/+1
* avcodec/utvideoenc : add SIMD (avx) for sub_left_predictionMartin Vignali2018-01-285-19/+71
* avcodec/nvenc: also clear data pointer after unregistering a resourceTimo Rothenpieler2018-01-281-0/+2
* avcodec/nvenc: add some more error case checksTimo Rothenpieler2018-01-281-6/+18
* avcodec/nvenc: unregister input resource when unmappingTimo Rothenpieler2018-01-281-0/+2
* avcodec/nvenc: refcount input frame mappingsTimo Rothenpieler2018-01-282-17/+24
* avcodec/hevc_cabac: Check prefix so as to avoid invalid shifts in coeff_abs_l...Michael Niedermayer2018-01-271-1/+1
* avcodec/mjpegdec: Fix integer overflow in DC dequantizationMichael Niedermayer2018-01-271-1/+1
* lavc/aarch64/sbrdsp_neon: fix build on old binutilsRodger Combs2018-01-261-1/+1
* Merge commit '559370f2c45110afd8308eec7194437736c323d4'Mark Thompson2018-01-251-1/+5
|\
| * qsv: Skip the packet if decoding failureRuiling, Song2018-01-251-1/+5
* | avcodec/dxtory: Fix bits left checksMichael Niedermayer2018-01-231-5/+5
* | avcodec/hevc_cabac: Move prefix check in coeff_abs_level_remaining_decode() downMichael Niedermayer2018-01-231-4/+7
* | avcodec: v4l2_context: remove unnecessary codeJorge Ramirez-Ortiz2018-01-231-3/+1
* | v4l2_m2m: Fix integer overflow in timestamp handlingMark Thompson2018-01-221-1/+2
* | avcodec/mpeg12dec: fix preprocessor check for mpeg1_nvdec hwaccelJames Almer2018-01-211-1/+1
* | v4l2_m2m: Fix free of the wrong pointer in an error pathMark Thompson2018-01-211-1/+1