summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '90adbf4abf336f8042aecdf1e18fdf76a96304b1'James Almer2019-02-201-6/+7
|\
| * cook: Use the correct table for 6-bit stereo couplingLuca Barbato2019-01-171-6/+7
| * libdav1d: update API usage to the first stable releaseJames Almer2018-12-122-62/+30
| * libdav1d: fix build after a recent API breakJames Almer2018-11-141-3/+9
| * qsvenc: Add VDENC support for H264 and HEVCLinjie Fu2018-11-134-0/+11
| * avcodec: libdav1d AV1 decoder wrapper.James Almer2018-11-064-1/+272
| * libx264: Pass the reordered_opaque field through the encoderMartin Storsjö2018-11-053-4/+43
| * libaom: remove references to yuva444p pixfmtJames Almer2018-10-271-4/+0
| * Revert "decode: copy the output parameters from the last bsf in the chain bac...James Almer2018-10-271-4/+0
| * lavc/qsvenc_jpeg: set a default qualityZhong Li2018-10-131-0/+6
| * lavc/qsvenc_jpeg: add async_depth supportZhong Li2018-10-131-0/+1
| * avcodec/libaomenc: export the Sequence Header OBU as extradataJames Almer2018-10-111-1/+33
| * avcodec/libaomenc: remove AVOption related to frame partitionsJames Almer2018-10-111-4/+0
| * avcodec/extract_extradata: don't uninitialize the H2645Packet on every proces...James Almer2018-10-061-14/+19
| * avcodec/extract_extradata: Move the reference in the bsf internal bufferJames Almer2018-10-061-7/+6
| * avcodec/extract_extradata: Do not allocate more space than needed when removi...James Almer2018-10-061-5/+7
| * avcodec/extract_extradata: Zero-initialize the padding bytes in all allocated...James Almer2018-10-061-0/+5
| * avcodec/extract_extradata_bsf: Fix leak discovered via fuzzingNikolas Bowe2018-10-031-1/+1
| * avcodec/bsf: Add ff_bsf_get_packet_ref() functionJan Sebechlebsky2018-10-032-0/+27
* | aarch64: vp8: Move the vp8dsp makefile entries to the right placesMartin Storsjö2019-02-191-2/+2
* | aarch64: vp8: Remove superfluous includesMartin Storsjö2019-02-191-4/+0
* | aarch64: vp8: Fix assembling with armasm64Martin Storsjö2019-02-191-1/+1
* | aarch64: vp8: Fix assembling with clangMartin Storsjö2019-02-191-69/+69
* | libavcodec/zmbvenc: motion estimation improvements/bug fixes:Matthew Fearnley2019-02-191-18/+53
* | libavcodec/zmbvenc: block scoring improvements/bug fixesMatthew Fearnley2019-02-191-6/+16
* | lavc/libdavs2: fix parameter setting errorhwren2019-02-191-1/+1
* | lavc/libxavs2: use upper layer qp parameters firsthwren2019-02-191-2/+2
* | lavc/libxavs2: remove unused context parameterhwren2019-02-191-1/+0
* | avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner ...Kevin Backhouse via RT2019-02-171-2/+21
* | avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner ...Kevin Backhouse via RT2019-02-171-1/+29
* | avcodec/mpegvideo_enc: Use av_assert1() instead of assert()Michael Niedermayer2019-02-171-4/+4
* | lavc/libgsmenc: Force mono and use 13k as default bitrate.Carl Eugen Hoyos2019-02-171-0/+8
* | avcodec/mips: [loongson] optimize theora decoding with mmi.gxw2019-02-164-0/+790
* | avcodec/mpeg4videodec: Clear interlaced_dct for studio profileMichael Niedermayer2019-02-161-0/+1
* | avcodec/version: Bump micro-version for nvdec/cuviddec changesPhilip Langdale2019-02-161-1/+1
* | avcodec/cuviddec: Add support for decoding HEVC 4:4:4 contentPhilip Langdale2019-02-161-20/+46
* | avcodec/nvdec: Explicitly mark codecs that support 444 output formatsPhilip Langdale2019-02-1610-13/+23
* | avcodec/nvdec: Add support for decoding HEVC 4:4:4 contentPhilip Langdale2019-02-163-8/+67
* | avcodec/hevc_ps: Expose all SPS and PPS range extension flagsPhilip Langdale2019-02-162-11/+12
* | avcodec/nvenc: add b_as_ref support for HEVCRoman Arzumanyan2019-02-144-1/+21
* | avutil/cuda_check: avoid pointlessly exporting same symbol from two librariesTimo Rothenpieler2019-02-142-4/+3
* | lavc/libaribb24: use integer math to calculate font scalingJan Ekström2019-02-121-5/+5
* | lavc/libaribb24: add missing type struct members to AVOptionsJan Ekström2019-02-121-2/+2
* | lavc/libaribb24: protect handled value with parenthesis in RGB_TO_BGRJan Ekström2019-02-121-1/+1
* | lavc/libaribb24: add error handling to region handlingJan Ekström2019-02-121-7/+18
* | avcodec/cbs_av1: don't call cbs_av1_read_trailing_bits() when no bits remain ...James Almer2019-02-101-2/+6
* | add libaribb24 ARIB STD-B24 caption decoderJan Ekström2019-02-108-2/+406
* | avcodec/sbrdsp_fixed.c: remove input value limit for sbr_sum_square_c()Michael Niedermayer2019-02-091-15/+19
* | avcodec/h264_parse: Clear ref_list[1] if only [0] is usedMichael Niedermayer2019-02-081-0/+4
* | avcodec/h264_parse: no need check ref list1 for P slices.Decai Lin2019-02-081-5/+6