summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavfi/dnn_backend_tensorflow.c: fix mem leak in load_tf_modelTing Fu2021-03-25
* avfilter/overlay_cuda: fix framesync with embedded PGS subtitlenyanmisaka2021-03-25
* avfilter/hwupload_cuda: add YUVA420P format supportnyanmisaka2021-03-25
* MAINTAINERS: add myself as adpcm maintainerZane van Iperen2021-03-25
* avformat/pp_bnk: allow seeking to startZane van Iperen2021-03-25
* avformat/alp: allow seeking to startZane van Iperen2021-03-25
* avformat/kvag: allow seeking to startZane van Iperen2021-03-25
* avcodec/adpcm_ima_cunning: reset state on flushZane van Iperen2021-03-25
* avcodec/adpcm_ima_alp: reset state on flushZane van Iperen2021-03-25
* avcodec/adpcm_ima_ssi: reset state on flushZane van Iperen2021-03-25
* avcodec/adpcm_argo: reset state on flushZane van Iperen2021-03-25
* avcodec/adpcm_aica: reset state in flush callbackZane van Iperen2021-03-25
* avcodec/adpcm_zork: reset state in flush callbackZane van Iperen2021-03-25
* avcodec/adpcm: add comment to has_status fieldZane van Iperen2021-03-25
* avcodec/kmvc: Avoid branch when swapping pointersAndreas Rheinhardt2021-03-25
* avcodec/kmvc: Move commonly used variables to the front of the contextAndreas Rheinhardt2021-03-25
* avcodec/kmvc: Prefer in-band paletteAndreas Rheinhardt2021-03-25
* avcodec/vc1dec: Postpone allocating sprite frame to avoid segfaultAndreas Rheinhardt2021-03-25
* doc/filters: fix option name for mix filterGyan Doshi2021-03-24
* avutil/frame: Deprecate av_get_colorspace_name()Andreas Rheinhardt2021-03-24
* avcodec/avcodec: Use AVBPrint in avcodec_string()Andreas Rheinhardt2021-03-24
* avcodec/avcodec: Update check for identical colorspace/primaries/trc namesAndreas Rheinhardt2021-03-24
* avcodec/avcodec: Don't use NULL for %s printf specifierAndreas Rheinhardt2021-03-24
* avcodec/avcodec: Use dedicated pointer to access AVCodecInternalAndreas Rheinhardt2021-03-24
* tests/dnn/dnn-layer-mathunary-test: add unit test for expWenlong Ding2021-03-24
* lavfi/dnn/dnn_backend_native_layer_mathunary: add exp supportWenlong Ding2021-03-24
* avformat/amvenc: Remove unnecessary av_packet_free()Andreas Rheinhardt2021-03-24
* avformat/webpenc: Fix memleak when trailer is never writtenAndreas Rheinhardt2021-03-24
* avformat/webpenc: ReindentationAndreas Rheinhardt2021-03-24
* avformat/webpenc: Fix memleak when using invalid packetsAndreas Rheinhardt2021-03-24
* avformat/webpenc: Use init instead of write_header functionAndreas Rheinhardt2021-03-24
* avformat/ipmovie: Avoid stack packetAndreas Rheinhardt2021-03-24
* avformat/ipmovie: Remove redundant initializationsAndreas Rheinhardt2021-03-24
* avformat/ipmovie: Fix indentationAndreas Rheinhardt2021-03-24
* avformat/ipmovie: Deduplicate parsing video data opcodesAndreas Rheinhardt2021-03-24
* avformat/ipmovie: Avoid reading packets during read_headerAndreas Rheinhardt2021-03-24
* avformat/ipmovie: Remove redundant av_packet_unref()Andreas Rheinhardt2021-03-24
* avformat/asfdec_f: Avoid stack packetAndreas Rheinhardt2021-03-24
* avformat/moflex: Simplify freeing packetsAndreas Rheinhardt2021-03-24
* avformat/matroskadec: Reuse AVFormatInternal.parse_pktAndreas Rheinhardt2021-03-24
* avformat/rtpdec: attach producer reference time if availableAlok Priyadarshi2021-03-23
* lavc/mjpegdec: Decode format 211121 as YUV 4:4:4Carl Eugen Hoyos2021-03-23
* avformat/utils: Don't allocate separate packet for extract_extradataAndreas Rheinhardt2021-03-23
* libavformat/utils: Fix indentationAndreas Rheinhardt2021-03-23
* avcodec/svq3: Don't copy watermarked frame data twiceAndreas Rheinhardt2021-03-23
* avcodec/svq3: Use av_fast_padded_malloc() instead of av_fast_malloc()Andreas Rheinhardt2021-03-23
* avformat/s337m: Use av_get_packet() to read packetAndreas Rheinhardt2021-03-23
* avformat/s337m: Use and test Dolby-E-parserAndreas Rheinhardt2021-03-23
* avformat/utils: Fix confusing return value for ff_read_packet()Andreas Rheinhardt2021-03-23
* avcodec: Factor updating palette outAndreas Rheinhardt2021-03-22