summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.Jun Zhao2018-05-162-3/+66
* lavc/h2645_parse: rename the nal_unit_name to hevc_nal_unit_name.Jun Zhao2018-05-161-2/+2
* lavc/h2645_parse: log more HEVC NAL type.Jun Zhao2018-05-162-29/+94
* avcodec: Disable new iterate API for ossfuzzMichael Niedermayer2018-05-161-0/+5
* avcodec/h2645_parse: skip NALUs with no content after stripping all the trail...James Almer2018-05-141-1/+1
* avcodec/vp3: Check that there will be sufficient input for the coded fragment...Michael Niedermayer2018-05-131-1/+4
* cbs_h264: Add support for mastering display SEI messagesMark Thompson2018-05-104-0/+35
* cbs_h264: Add support for pan-scan rectangle SEI messagesMark Thompson2018-05-104-0/+42
* h264_metadata: Fix AUD writingMark Thompson2018-05-101-4/+5
* h264_metadata: Remove redundant setting of SEI payload sizeMark Thompson2018-05-101-2/+0
* cbs_h264: Fix handling of unknown SEIMark Thompson2018-05-101-2/+5
* lavc/qdrw: Read PixMap palette.Carl Eugen Hoyos2018-05-101-5/+7
* vaapi_encode_h265: Insert content light level informationHaihao Xiang2018-05-101-3/+33
* cbs_h265: read/write content light level information SEI messageHaihao Xiang2018-05-103-0/+24
* vaapi_encode_h265: Insert mastering display colour volumeHaihao Xiang2018-05-101-1/+131
* cbs_h265: read/write HEVC PREFIX SEIHaihao Xiang2018-05-103-0/+239
* vaapi_encode: Add an assert in vaapi_encode_truncate_gop()Haihao Xiang2018-05-101-2/+2
* avcodec/nvdec_hevc: fix scaling listsPhilip Langdale2018-05-101-6/+6
* avcodec/hevcdec: make ff_hevc_frame_nb_refs take a const pointerTimo Rothenpieler2018-05-102-3/+3
* avcodec/cuviddec: explicitly synchronize cuMemcpy callsTimo Rothenpieler2018-05-101-1/+5
* avcodec/nvdec: pass CUstream in vpp parametersTimo Rothenpieler2018-05-101-1/+6
* avcodec/nvdec: avoid needless copy of output frameTimo Rothenpieler2018-05-101-23/+73
* Revert "avcodec/nvenc: make hw_frames_ctx fully optional"Timo Rothenpieler2018-05-101-22/+15
* avcodec/hevc: remove videotoolbox hackAman Gupta2018-05-091-3/+0
* avcodec/videotoolbox: split h264/hevc callbacksAman Gupta2018-05-091-10/+33
* avcodec/videotoolbox: cleanupsAman Gupta2018-05-091-4/+2
* avcodec/cbs_h2645: use AVBufferRef to store list of active parameter setsJames Almer2018-05-093-20/+31
* lavc/cfhd: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch2018-05-081-1/+1
* mdct15: simplify x86 exptab permutationRostislav Pehlivanov2018-05-071-29/+24
* mdct15: simplify the fft15 x86 SIMDRostislav Pehlivanov2018-05-071-20/+17
* vaapi_encode_vp8: memset the the structure to 0Haihao Xiang2018-05-071-0/+2
* cbs_h264: Need [] in the name when subscript is requiredHaihao Xiang2018-05-071-1/+1
* lavc/qsvenc: set corret maximum value of look_ahead_downsamplingZhong Li2018-05-071-1/+1
* avcodec/libzvbi-teletextdec: remove DEBUG codeMarton Balint2018-05-061-25/+0
* avcodec/libzvbi-teletextdec: allow -1 subtitle duration and make it the defaultMarton Balint2018-05-062-2/+2
* avcodec/jpeg2000dec: Fix undefined shift in the jpeg2000_decode_packets_po_it...Michael Niedermayer2018-05-061-2/+2
* avcodec/jpeg2000dec: Skip init for component in CPRL if nothing is to be doneMichael Niedermayer2018-05-061-0/+3
* avcodec/jpeg2000dec: Reduce the number of tile parts allocatedMichael Niedermayer2018-05-061-2/+5
* avcodec/g2meet: Change order of operations to avoid undefined behaviorMichael Niedermayer2018-05-061-3/+5
* swscale: add gray14 supportPaul B Mahol2018-05-051-0/+2
* mpegvideo: add deprecated flags to the rc_strategy optionRostislav Pehlivanov2018-05-051-3/+3
* dcaenc: fix segfault when attempting to encode with invalid samplerateRostislav Pehlivanov2018-05-051-2/+5
* mpegvideo: remove support for libxvid's RC systemRostislav Pehlivanov2018-05-054-198/+6
* avcodec/flac_parser: Fix infinite loopMichael Niedermayer2018-05-051-2/+7
* avcodec/videotoolbox: fix kVTCouldNotFindVideoDecoderErr trying to decode HEV...Aman Gupta2018-05-041-1/+6
* avcodec/videotoolbox: improve logging of decoder errorsAman Gupta2018-05-041-1/+4
* avcodec/nvenc: move reconfig_encoder call inside of push/pop ctxTimo Rothenpieler2018-05-041-5/+3
* avcodec/nvenc: add A53CC supportRoman Arzumanyan2018-05-041-2/+28
* avcodec/nvenc: support dynamic bitrate changespkviet2018-05-042-3/+58
* avcodec/nvenc: support dynamic aspect ratio changeMiroslav Slugeň2018-05-041-7/+60
OpenPOWER on IntegriCloud