summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/extract_extradata: don't uninitialize the H2645Packet on every proces...James Almer2018-03-221-14/+19
* avcodec/mpeg4_unpack_bframes: make sure the packet is writable when data need...James Almer2018-03-221-0/+3
* lavc/cfhd: add alpha decompanding in rgba12Gagandeep Singh2018-03-221-0/+19
* avcodec/dxva2_vc1: add missing frame_params callback to vc1_d3d11va2 hwaccelJames Almer2018-03-221-0/+1
* avcodec/avpacket: add av_packet_make_writable()James Almer2018-03-213-1/+36
* lavc/remove_extradata_bsf: support dump options.Jun Zhao2018-03-211-5/+6
* lavc/noise_bsf: support dump options.Jun Zhao2018-03-211-2/+3
* lavc/dump_extradata_bsf: support dump options.Jun Zhao2018-03-211-5/+6
* avcodec/vp9_superframe_split: fix memory leak in case of output packet creati...James Almer2018-03-211-0/+2
* avcodec/mediacodecdec: propagate SAR to h/w framesAman Gupta2018-03-202-0/+13
* avcodec/mpeg2_metadata: unref output packet on failureJames Almer2018-03-201-4/+4
* avcodec/h265_metadata: fix memory leak in case of output packet creation failureJames Almer2018-03-201-1/+3
* avcodec/h264_metadata: fix memory leak in case of output packet creation failureJames Almer2018-03-201-1/+3
* avcodec/mpeg4_unpack_bframes: reduce code duplicationJames Almer2018-03-201-10/+10
* avcodec/mp3_header_decompress: don't free the user provided packet on errorJames Almer2018-03-201-1/+1
* avcodec/vp9_superframe_split: move the reference in the bsf internal bufferJames Almer2018-03-191-11/+10
* h264_metadata: Fix memory leak on multiple display orientation messagesMark Thompson2018-03-191-0/+4
* lavc/mpeg2_metadata_bsf: support dump options.Jun Zhao2018-03-181-6/+7
* lavc/h265_metadata_bsf: support dump options.Jun Zhao2018-03-181-17/+21
* lavc/h264_metadata_bsf: support dump options.Jun Zhao2018-03-181-28/+38
* avcodec/aac_adtstoasc: move the reference in the bsf internal bufferJames Almer2018-03-181-19/+14
* lavc: Add filter_units bitstream filterMark Thompson2018-03-183-0/+258
* cbs: Add a table of all supported codec IDsMark Thompson2018-03-183-8/+22
* h264_metadata: Remove unused fieldsMark Thompson2018-03-181-7/+5
* h264_metadata: Add support for display orientation SEI messagesMark Thompson2018-03-181-4/+165
* cbs_h265: Use helper macro for maximum values of fixed-width elementsMark Thompson2018-03-181-8/+8
* cbs_h264: Fix overflow in shiftsMark Thompson2018-03-182-11/+15
* avformat/codec2: don't include avcodec objectsJames Almer2018-03-171-0/+3
* Partially revert "avcodec/hapqa_extract: remove the AVOption flagsJames Almer2018-03-171-3/+4
* lavc/extract_extradata_bsf: support dump options.Jun Zhao2018-03-171-1/+2
* avcodec/null_bsf: move the reference in the bsf internal bufferJames Almer2018-03-161-10/+2
* avcodec/hapqa_extract: remove the AVOption flagsJames Almer2018-03-141-4/+3
* avcodec/hapqa_extract: fix two error return valuesJames Almer2018-03-131-0/+2
* avcodec/hapqa_extract: move the reference in the bsf internal bufferJames Almer2018-03-131-9/+6
* avcodec/mediacodecdec: fix immediate EAGAIN with buffered packetAman Gupta2018-03-131-1/+1
* avcodec/hapqa_extract_bsf : add new bsf filterMartin Vignali2018-03-133-0/+137
* avcodec/hap : move parse_section_header to hap.c in order to be use by new bs...Martin Vignali2018-03-133-29/+32
* vc2enc: properly promote operations to 64 bitsRostislav Pehlivanov2018-03-131-5/+5
* h264_mp4toannexb_bsf: Fix start code size of parameter sets.Yusuke Nakamura2018-03-131-11/+11
* avcodec/mediacodecdec_common: make INFO_TRY_AGAIN trace messages more consistentMatthieu Bouron2018-03-121-2/+2
* avcodec/mediacodecdec: add debug logging around hw buffer lifecycleAman Gupta2018-03-123-3/+16
* avcodec/nuv: rtjpeg with dimensions less than 16 would result in no decoded p...Michael Niedermayer2018-03-121-0/+3
* avcodec/nuv: Check for minimum input size for uncomprssed and rtjpegMichael Niedermayer2018-03-121-0/+11
* avcodec/wmalosslessdec: Reset num_saved_bits on error pathMichael Niedermayer2018-03-121-0/+1
* avcodec/trace_headers: move the reference in the bsf internal bufferJames Almer2018-03-111-17/+15
* avcodec/remove_extradata: move the reference in the bsf internal bufferJames Almer2018-03-111-11/+7
* avcodec/mov2textsub: move the reference in the bsf internal bufferJames Almer2018-03-111-20/+8
* avcodec/extract_extradata: move the reference in the bsf internal bufferJames Almer2018-03-111-7/+6
* avcodec/dca_core: move the reference in the bsf internal bufferJames Almer2018-03-111-9/+5
* avcodec/chomp: move the reference in the bsf internal bufferJames Almer2018-03-111-8/+4
OpenPOWER on IntegriCloud