summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec/tests/avcodec: Test AVCodec and AVCodecDescriptor consistencyAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Add basic sanity checks for AVCodec propertiesAndreas Rheinhardt2021-09-26
* avcodec/tests/utils: Rename to avcodecAndreas Rheinhardt2021-09-26
* avfilter/formats: Avoid reallocations for video in ff_all_formats()Andreas Rheinhardt2021-09-26
* avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt2021-09-26
* avfilter/vf_swaprect: Use ff_formats_pixdesc_filter()Andreas Rheinhardt2021-09-26
* avfilter/vf_colorbalance: fix min/max check that can never be truePaul B Mahol2021-09-26
* avfilter/vf_selectivecolor: reduce number of operations with r/g/b/a pointersPaul B Mahol2021-09-26
* avfilter/vf_selectivecolor: refactor some repeating calculationsPaul B Mahol2021-09-26
* avformat/dv: Set AVFMTCTX_NOHEADER flagAndreas Rheinhardt2021-09-26
* avformat/argo_asf: Use memcpy to copy string without its NULAndreas Rheinhardt2021-09-26
* avformat/jvdec: Make sizeof(JVFrame) smaller to save memoryAndreas Rheinhardt2021-09-26
* webp: fix transforms after a palette with pixel packing.Maryla2021-09-25
* fate/subtitles: Add JACOsub remuxing testAndreas Rheinhardt2021-09-25
* avformat/jacosubenc: Fix writing extradataAndreas Rheinhardt2021-09-25
* avcodec/qsvenc: Remove dead code for user-provided buffersAndreas Rheinhardt2021-09-25
* avcodec/qsvenc: Fix memleaks upon allocation errorsAndreas Rheinhardt2021-09-25
* swresample/aarch64: fix relocation out of range errorZhao Zhili2021-09-25
* lavc/aarch64: fix relocation out of range errorZhao Zhili2021-09-25
* avcodec/libsvtav1: Fix value range for rc modeLimin Wang2021-09-25
* avcodec/libsvtav1: make coded GOP type configurableLimin Wang2021-09-25
* avcodec/libsvtav1: Fix duplicate definition of caps_internalLimin Wang2021-09-25
* avfilter/vf_v360: refactor uf/vf scalingPaul B Mahol2021-09-24
* avcodec/av1_parser: constify some variablesJames Almer2021-09-24
* libavutil/hwcontext_qsv: fix a bug for mapping qsv frame to vaapiWenbin Chen2021-09-23
* avformat/aviobuf: Extend ffio_fill to 64bitsAndreas Rheinhardt2021-09-24
* avformat/omadec: Don't output uninitialized valuesAndreas Rheinhardt2021-09-24
* avformat/riffenc: Fix indentationAndreas Rheinhardt2021-09-24
* avformat/movenchint: Simplify writing paddingAndreas Rheinhardt2021-09-24
* avcodec/elbg: Mark ELBGContext as being unaliased by using av_restrictAndreas Rheinhardt2021-09-24
* avcodec/elbg: Add flags to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avfilter/vf_elbg: Check call to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/msvideo1enc: Check all calls to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/cinepakenc: Check all calls to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/elbg: Also allocate buffers for recursion only onceAndreas Rheinhardt2021-09-23
* avcodec/mlpenc: fix encoding stereo single stream in TrueHDPaul B Mahol2021-09-23
* avcodec/mlpdec: fix decoding single stereo stream in TrueHDPaul B Mahol2021-09-23
* avfilter/af_silenceremove: improve trimming middle silencePaul B Mahol2021-09-23
* avfilter/framesync: Remove redundant setting of AVClassAndreas Rheinhardt2021-09-23
* avfilter/vf_convolve: Deduplicate framesync auxiliary functionsAndreas Rheinhardt2021-09-23
* avfilter/vf_lut3d: Deduplicate optionsAndreas Rheinhardt2021-09-23
* avfilter/framesync: Separate framesync AVClass and auxiliary functionsAndreas Rheinhardt2021-09-23
* avformat/astenc: Simplify writing paddingAndreas Rheinhardt2021-09-23
* avformat/mov: Set AVSTREAM_PARSE_HEADERS flag for H264Nicolas Gaullier2021-09-23
* avformat/demux: Use r_frame_rate in compute_frame_duration if codec_framerate...Nicolas Gaullier2021-09-23
* avcodec/h264_parser: Set AVCodecContext.framerateNicolas Gaullier2021-09-23
* avformat/mxfdec: rename sub_descriptors as file_descriptorsMarc-Antoine Arnaud2021-09-22
* avcodec/cbs_h265: support general_profile_idc 11James Almer2021-09-22
* avformat/concatdec: Use FAIL() macro instead of direct return in concat_parse...Michael Niedermayer2021-09-22
* avcodec/dynamic_hdr10_plus: check size before using itLimin Wang2021-09-22