aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/magicyuv: Don't invert Huffman table symbols twiceAndreas Rheinhardt2020-09-011-9/+9
* avformat/wavdec: allow to change max size of single demuxed packetPaul B Mahol2020-09-011-3/+18
* avformat/wavdec: add support for demuxing Broadcast Wave 64BitPaul B Mahol2020-09-011-5/+11
* avdevice/lavfi: Don't set pkt->size to the value it already hasAndreas Rheinhardt2020-09-011-1/+0
* avdevice/lavfi: Don't reimplement av_frame_get_side_data()Andreas Rheinhardt2020-09-011-6/+2
* avdevice/lavfi: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt2020-09-011-4/+1
* avcodec/bitstream: Remove outdated commentAndreas Rheinhardt2020-09-011-3/+0
* doc/decoders: Document default value of ac3's drc_scale optionAman Verma2020-08-311-1/+1
* libavformat/dashenc: Reduce confusion in par error messageChris Miceli2020-08-311-1/+1
* hwcontext_vaapi: Don't require a render node when deriving from DRMMark Thompson2020-08-311-12/+16
* avcodec/sheervideo: use cached bitstream reader except for x32Paul B Mahol2020-08-311-0/+2
* avfilter/f_graphmonitor: also show link EOF status in bluePaul B Mahol2020-08-312-0/+12
* avcodec/magicyuv: change bits used by 12bit tablesPaul B Mahol2020-08-311-1/+1
* avcodec/magicyuv: use cached bitstream reader except for x32Paul B Mahol2020-08-311-0/+2
* avcodec/magicyuv: invert symbols when building vlcPaul B Mahol2020-08-311-5/+5
* avfilter/vsrc_gradients: add speed optionPaul B Mahol2020-08-312-1/+6
* avfilter/vsrc_gradients: do not use (l)lrint variants for doublePaul B Mahol2020-08-311-8/+8
* avfilter/vsrc_gradients: add duration optionPaul B Mahol2020-08-312-1/+19
* dnn/tensorflow: add log error messageTing Fu2020-08-311-2/+57
* dnn/openvino: add log error messageTing Fu2020-08-311-8/+43
* avfilter/src_movie: Avoid intermediate buffer for writing stringAndreas Rheinhardt2020-08-311-3/+1
* avcodec/roqvideodec: Remove set-but-unused frame statsAndreas Rheinhardt2020-08-311-3/+0
* avcodec/roqvideodec: Move transient GetByteContext to the stackAndreas Rheinhardt2020-08-312-31/+31
* avcodec/cdxl: also mark decoded frame as keyframePaul B Mahol2020-08-311-0/+1
* avcodec/qpeg: reduce unnecessary size of tablesPaul B Mahol2020-08-301-2/+2
* libavcodec/jpeg2000: fix tag tree resetGautam Ramakrishnan2020-08-3011-23/+23
* libavcodec/j2kenc: Support for multiple layersGautam Ramakrishnan2020-08-3013-103/+471
* libavcodec/j2kenc: Fix tag tree codingGautam Ramakrishnan2020-08-303-16/+27
* libavcodec/jpeg2000: Make tag tree functions non staticGautam Ramakrishnan2020-08-302-6/+9
* avcodec/cfhd: Check transform typeMichael Niedermayer2020-08-301-0/+4
* avcodec/aacdec_template: Initialize `layout_map` on declarationXiaohan Wang2020-08-301-1/+1
* avcodec/mpegvideo_enc: Replace some s->avctx by avctxMichael Niedermayer2020-08-301-48/+48
* adtsenc: Add ability to write MPEG2 IDMarvin Scholz2020-08-301-1/+3
* avcodec/cfhd: Replace a few literal numbers by named constantsMichael Niedermayer2020-08-302-4/+8
* avfilter/vf_xfade: fix excessive number of queued framesPaul B Mahol2020-08-301-7/+9
* avcodec/truemotion1: Cleanup generically after init failureAndreas Rheinhardt2020-08-301-3/+2
* avcodec/y41penc: Remove empty close functionAndreas Rheinhardt2020-08-301-6/+0
* avcodec/yuv4enc: Remove empty functionsAndreas Rheinhardt2020-08-301-12/+0
* avcodec/wnv1: Move temporary variables from context to stackAndreas Rheinhardt2020-08-301-23/+17
* avcodec/wnv1: Use LE bitstream reader, avoid copying packet, fix memleakAndreas Rheinhardt2020-08-301-21/+7
* avcodec/roqvideoenc: Cleanup generically after init failureAndreas Rheinhardt2020-08-301-6/+3
* avcodec/roqvideodec: Cleanup generically after init failureAndreas Rheinhardt2020-08-301-4/+2
* avcodec/mss3: Cleanup generically after init failureAndreas Rheinhardt2020-08-301-7/+2
* avcodec/mss3: Remove unnecessary free of unallocated frameAndreas Rheinhardt2020-08-301-1/+0
* avcodec/interplayvideo: Cleanup generically after init failureAndreas Rheinhardt2020-08-301-9/+2
* avcodec/eacmv: Cleanup generically after init failureAndreas Rheinhardt2020-08-301-4/+2
* avcodec/cinepakenc: Cleanup generically after init failureAndreas Rheinhardt2020-08-301-26/+10
* avcodec/truemotion2: Avoid duplicating array, fix memleakAndreas Rheinhardt2020-08-291-9/+2
* libavformat/mxfenc: color_range should be inclusiveHarry Mallon2020-08-291-1/+1
* avformat/mxfdec: Read video range from CDCIEssenceDescriptorHarry Mallon2020-08-293-2/+39