summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avutil/cpu: #define _GNU_SOURCE before including any standard headersMarton Balint2022-04-22
* avfilter/vsrc_mandelbrot: Check for malloc failureMichael Niedermayer2022-04-22
* swscale: aarch64: Optimize the final summation in the hscale routineMartin Storsjö2022-04-22
* examples/decode_video: flush parser to fix missing frameZhao Zhili2022-04-22
* avfilter/avf_showfreqs: add option to draw subset of channelsPaul B Mahol2022-04-22
* avfilter/avf_showfreqs: filter support all channel countsPaul B Mahol2022-04-22
* avfilter/vf_frei0r: Copy to frame allocated according to frei0r requirementsMichael Niedermayer2022-04-21
* avfilter/video: Add ff_default_get_video_buffer2() to set specific alignmentMichael Niedermayer2022-04-21
* avformat/genh: Check sample rateMichael Niedermayer2022-04-21
* avformat/demux: Use unsigned to check duration vs duration_textMichael Niedermayer2022-04-21
* doc/ffprobe: clarify that the input file is not optionalStefano Sabatini2022-04-21
* doc/ffplay: put keystrokes to decrease and increase volume on the same lineStefano Sabatini2022-04-21
* librtmp: use AVBPrint instead of char *Tristan Matthews2022-04-19
* avfilter/vf_ciescope: add option to disable CIE tongue fillingPaul B Mahol2022-04-19
* avfilter/vf_ciescope: little optimizationsPaul B Mahol2022-04-19
* avfilter/avf_ahistogram: set time_base to outlinkPaul B Mahol2022-04-19
* doc: fix css file install for out-of-tree buildsTimo Rothenpieler2022-04-19
* avfilter/avf_avectorscope: set time_base to outlinkPaul B Mahol2022-04-18
* avfilter/avf_showvolume: set time_base to outlinkPaul B Mahol2022-04-18
* doc: install css files along html docsTimo Rothenpieler2022-04-18
* avfilter/vf_feedback: add missing .process_commandPaul B Mahol2022-04-15
* avfilter: add pixelize video filterPaul B Mahol2022-04-14
* avfilter: add feedback video filterPaul B Mahol2022-04-14
* avfilter/avf_showspectrum: fix pts offset by onePaul B Mahol2022-04-14
* fate/oma: Use REMUX where appropriateAndreas Rheinhardt2022-04-14
* fate/subtitles: Use REMUX where appropriateAndreas Rheinhardt2022-04-14
* fate/image: Use TRANSCODE where appropriateAndreas Rheinhardt2022-04-14
* tests/Makefile: Add auxiliary functions for transcode and stream_remuxAndreas Rheinhardt2022-04-14
* avcodec/mjpegenc: Don't unnecessarily grow bufferAndreas Rheinhardt2022-04-14
* avcodec/mpegvideo_enc: Remove always-true checkAndreas Rheinhardt2022-04-14
* avcodec/mpegvideo_enc: Fix unnecessary linear growth of bufferAndreas Rheinhardt2022-04-14
* avcodec/mpegvideo_enc: Ignore ICC profile size when not MJPEGAndreas Rheinhardt2022-04-14
* avfilter/avf_showspectrum: add alpha pixel format supportPaul B Mahol2022-04-14
* avformat/ipfsgateway: define PATH_MAXMark Gaiser2022-04-14
* avfilter/af_adenorm: simplify handling of commandsPaul B Mahol2022-04-13
* avfilter/avf_showvolume: check for allocation error and stop leaksPaul B Mahol2022-04-13
* avcodec/avcodec: Don't reset decoder-fields for encoders when flushingAndreas Rheinhardt2022-04-13
* avcodec/avcodec: Simplify accessing AVSubtitleRect via dedicated pointerAndreas Rheinhardt2022-04-13
* avcodec/avcodec: Avoid av_frame_unref(NULL)Andreas Rheinhardt2022-04-13
* avcodec/encode: Fix check for encoders impl. encode-simple APIAndreas Rheinhardt2022-04-13
* avcodec/mlpenc: fix encoding after receiving last framePaul B Mahol2022-04-13
* lavc/encode: pick a sane default for bits_per_raw_sample if it's not setAnton Khirnov2022-04-13
* lavc/encode: reindentAnton Khirnov2022-04-13
* lavc/encode: factor audio/video-specific parts out of ff_encode_preinit()Anton Khirnov2022-04-13
* lavc: move default get_buffer2() to its own fileAnton Khirnov2022-04-13
* lavc/encode: drop EncodeSimpleContextAnton Khirnov2022-04-13
* lavc/avcodec: only allocate the encoding frame for encodersAnton Khirnov2022-04-13
* lavc/avcodec: simplify codec id/type validity checkingAnton Khirnov2022-04-13
* fftools/ffmpeg: store output format separately from the muxer contextAnton Khirnov2022-04-13
* fftools/ffmpeg: move freeing the output file to ffmpeg_mux.cAnton Khirnov2022-04-13