summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec/agm: Fix off by 1 error in decode_inter_plane()Michael Niedermayer2020-09-10
* avcodec/fastaudio: Remove redundant % 32Michael Niedermayer2020-09-10
* configure: Fix msa can't be disabled when '--cpu=loongson3a' assigned.Shiyou Yin2020-09-10
* avcodec/mips: [loongson] Fixed mmi optimizationgxw2020-09-10
* avfilter/src_movie: Fix leak of packet upon errorAndreas Rheinhardt2020-09-10
* avfilter/src_movie: Remove unnecessary secondary AVPacketAndreas Rheinhardt2020-09-10
* avfilter/src_movie: Remove unneeded resetting of AVPacketAndreas Rheinhardt2020-09-10
* avformat/brstm: clip timestamp when seeking into acceptable rangePaul B Mahol2020-09-10
* avformat/mca: clip timestamp when seeking into acceptable rangePaul B Mahol2020-09-10
* avformat: add mca demuxerZixing Liu2020-09-10
* tests: fix warning ISO C90 forbids mixed declarations and codeLimin Wang2020-09-10
* libavcodec/options_table: Add missing colorspace optionsHarry Mallon2020-09-10
* avformat/segment: Avoid duplicating string when parsing frames listAndreas Rheinhardt2020-09-10
* avformat/segment: Fix error messagesAndreas Rheinhardt2020-09-10
* avformat/segment: Remove redundant code for freeing in write_trailerAndreas Rheinhardt2020-09-10
* avformat/segment: Free SegmentListEntries in deinit, not write_trailerAndreas Rheinhardt2020-09-10
* avformat/segment: Fix leak and invalid free of AVIOContextAndreas Rheinhardt2020-09-10
* avformat/segment: Fix leak of string on errorAndreas Rheinhardt2020-09-10
* avformat/segment: Fix segfault when error happens and segment list is outputAndreas Rheinhardt2020-09-10
* avformat/segment: Fix segfault on allocation error, avoid allocationAndreas Rheinhardt2020-09-10
* avformat/segment: Fix leak of duration/framenumber lists upon errorAndreas Rheinhardt2020-09-10
* avformat/segment: Don't overwrite AVCodecParameters after initAndreas Rheinhardt2020-09-10
* avfilter/avfilter: remove obsolete commentPaul B Mahol2020-09-10
* avfilter/vf_premultiply: add support for gbrapf32 formatMark Reid2020-09-10
* lavfi/buffersink: cast to uint64_t before shifting.Nicolas George2020-09-09
* avcodec/extract_extradata: Consolidate zeroing extradata paddingAndreas Rheinhardt2020-09-09
* dnn/dnn_backend_native_layer_conv2d: Fix allocation sizeAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Don't check for clipping in separate loopAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Remove pointless additionsAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Use more appropriate variable nameAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Avoid indirection for function pointerAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Avoid allocating arrayAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Don't allocate unused element in arrayAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Only keep one AVFrame at a timeAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Avoid intermediate buffer IIIAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Simplify finding channel indexAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Fix channel assignmentAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Avoid intermediate buffers IIAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Avoid intermediate buffers IAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Remove delay fieldsAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Remove unused arraysAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Avoid duplicating string needlesslyAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Simplify parsing channel mapping stringAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Use uint64_t for channel mappingAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Only attempt once to init coeffsAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Combine several loops when checking for EOFAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Fix stack buffer overflowAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Don't overrun arrayAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Fix segfault when using very short streamsAndreas Rheinhardt2020-09-09
* avfilter/af_headphone: Check for the existence of samplesAndreas Rheinhardt2020-09-09