summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/nvenc: support for HEVC timecode passthroughLimin Wang2020-06-283-0/+19
* avcodec/nvenc: add more sei data supportLimin Wang2020-06-281-14/+22
* avcodec/utils: add ff_alloc_timecode_sei() for hevc timecode seiLimin Wang2020-06-282-0/+78
* avcodec/hevcdec: create AVFrame side data from HEVC timecodes like H.264Limin Wang2020-06-281-0/+24
* avcodec/hevc_sei: support HEVC timecode decodeLimin Wang2020-06-282-0/+70
* avcodec/h264_slice: use av_timecode_get_smpte()Limin Wang2020-06-281-27/+6
* avcodec/bitstream: Avoid allocation when creating VLC tablesAndreas Rheinhardt2020-06-271-6/+8
* avcodec/bitstream: Don't check for undefined behaviour after it happenedAndreas Rheinhardt2020-06-271-1/+1
* libavcodec/jpeg2000dec.c Fixed WRITE_FRAME and tile co-ordinates:Gautam Ramakrishnan2020-06-271-10/+14
* libavcodec/jpeg2000dec.c: Modify image dimensionsGautam Ramakrishnan2020-06-271-5/+14
* avcodec/adpcm_ima_apm: support new extradata formatZane van Iperen2020-06-261-5/+12
* avcodec/mpeg12dec: switch to AVBufferRef buffer for a53 captionLimin Wang2020-06-261-45/+40
* avcodec: add AV1 profiles to profile.hJames Almer2020-06-252-0/+6
* avcodec/cbs_h265: set default VUI parameters when vui_parameters_present_flag...James Almer2020-06-251-0/+28
* lavc/aac_ac3_parser: improve the raw AAC file bit rate calculationJun Zhao2020-06-262-2/+9
* avcodec/cbs_av1: Simplify writing uvlc elementsAndreas Rheinhardt2020-06-241-10/+5
* avcodec/cbs_av1: Fix writing uvlc numbers >= INT_MAXAndreas Rheinhardt2020-06-241-2/+3
* avcodec/hevc: export chroma sample locationHendrik Leppkes2020-06-241-0/+9
* avcodec/ccaption_dec: add support for background colorsPaul B Mahol2020-06-231-4/+64
* lavc: Lower MediaFoundation audio encoder priority.Carl Eugen Hoyos2020-06-231-3/+3
* avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt2020-06-223-3/+3
* avcodec/packet: Improve documentation of av_packet_get_side_dataAndreas Rheinhardt2020-06-221-1/+2
* avcodec/nellymoserdec: Don't use invalid AVPacketSideDataTypeAndreas Rheinhardt2020-06-221-10/+0
* avcodec/hcadec: get intensity from correct channelsummertriangle.dev@gmail.com2020-06-211-1/+1
* avcodec/hcadec: fix decoding of hfr channelssummertriangle.dev@gmail.com2020-06-212-7/+10
* avcodec/adpcmenc: remove forward declarationAndriy Gelman2020-06-201-2/+0
* avcodec/mpeg12dec: do not discard older a53 captionsPaul B Mahol2020-06-201-5/+17
* avcodec/ccaption_dec: use uint8_t type for prev_cmd arrayPaul B Mahol2020-06-201-1/+1
* avcodec/ccaption_dec: do not modify packet data in case of parity errorPaul B Mahol2020-06-201-8/+8
* avcodec/ccaption_dec: allow selection of second field captionsPaul B Mahol2020-06-201-3/+12
* avcodec/ccaption_dec: rework non-real-time mode with pop-on captions by delayingPaul B Mahol2020-06-201-49/+68
* avcodec/av1_parser: initialize avctx->pix_fmtManoj Bonda2020-06-191-0/+2
* avcodec/av1_parser: add missing parsing for RGB pixel format signalingJames Almer2020-06-191-0/+10
* avcodec/av1_parser: set context values outside the OBU parsing loopJames Almer2020-06-191-29/+32
* avcodec/libx265: Fix integer overflow in computation of max and avg bitrateLimin Wang2020-06-191-2/+2
* avcodec/encode: restructure the old encode APIJames Almer2020-06-183-263/+116
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-1827-220/+443
* avcodec/ccaption_dec: do not modify pkt data and stop removing parity bit twicePaul B Mahol2020-06-171-6/+1
* avcodec/ccaption_dec: remove usage of extra bufferPaul B Mahol2020-06-161-12/+1
* avcodec/ccaption_dec: fix some small style issuesPaul B Mahol2020-06-161-6/+5
* avcodec/ccaption_dec: remove pts parameter from handle_char()Paul B Mahol2020-06-161-4/+4
* avcodec/tiff: Check stride for dngMichael Niedermayer2020-06-151-0/+3
* avcodec/ccaption_dec: add support for colorsPaul B Mahol2020-06-151-8/+35
* avcodec/iirfilter: Fix memleakAndreas Rheinhardt2020-06-151-2/+4
* avcodec/hevc_mp4toannexb_bsf: Check NAL size against available inputAndreas Rheinhardt2020-06-151-1/+5
* avcodec/h264: create user data unregistered SEI side data for H.264Limin Wang2020-06-153-3/+32
* avcodec/hevc_sei: add support for user data unregistered SEI messageLimin Wang2020-06-153-0/+53
* avcodec/cbs_av1: abort when written inferred values don't matchJames Almer2020-06-141-1/+2
* avcodec/cbs_h2645: abort when written inferred values don't matchJames Almer2020-06-141-1/+2
* avcodec/libzvbi-teletextdec: fix txt_default_region limitsMarton Balint2020-06-141-1/+1