| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: move mpeg4 profiles to profiles.h | Marton Balint | 2020-05-22 | 1 | -15/+2 |
* | avcodec/options_table: remove dts profiles | Marton Balint | 2020-05-22 | 1 | -10/+0 |
* | avcodec: move aacenc profiles to profiles.h | Marton Balint | 2020-05-22 | 1 | -20/+0 |
* | avcodec/options_table: make AVCodecContext->profile search for child constants | Marton Balint | 2020-05-22 | 1 | -0/+2 |
* | avutil/opt: add AV_OPT_FLAG_CHILD_CONSTS | Marton Balint | 2020-05-22 | 1 | -0/+3 |
* | avcodec.h: split bitstream filters API into its own header | Anton Khirnov | 2020-05-22 | 1 | -0/+1 |
* | avcodec.h: split AVCodecParameters API into its own header | Anton Khirnov | 2020-05-22 | 1 | -0/+3 |
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 3 | -3/+3 |
* | avfilter/af_aiir: add more descriptive options aliases | Paul B Mahol | 2020-05-22 | 1 | -7/+7 |
* | avfilter/af_aiir: export normalize option | Paul B Mahol | 2020-05-22 | 1 | -0/+4 |
* | avcodec: deprecate Lossless and Intra Only encoder capabilites | James Almer | 2020-05-21 | 1 | -0/+3 |
* | avcodec: Add MediaFoundation encoder wrapper | wm4 | 2020-05-19 | 1 | -0/+8 |
* | avfilter: add gradients source video filter | Paul B Mahol | 2020-05-19 | 1 | -0/+27 |
* | doc/muxers: Document title tag for attachments | Andreas Rheinhardt | 2020-05-19 | 1 | -1/+2 |
* | avutil: bump version after addition of av_sat_add64 and av_sat_sub64 | James Almer | 2020-05-17 | 1 | -0/+3 |
* | avfilter/vf_minterpolate: change the default threshold to get better scene ch... | Limin Wang | 2020-05-14 | 1 | -1/+1 |
* | avfilter/vf_scdet: add filter to detect scene change | Limin Wang | 2020-05-14 | 1 | -0/+35 |
* | lavc: add a flag for exporting AVVideoEncParams from decoders | Anton Khirnov | 2020-05-12 | 1 | -0/+3 |
* | libavutil: add API for exporting video frame quantizers | Juan De León | 2020-05-12 | 1 | -0/+4 |
* | doc/examples/muxing: convert to new encoding API | Anton Khirnov | 2020-05-12 | 1 | -56/+39 |
* | doc/examples/demuxing_decoding: convert to new decoding API | Anton Khirnov | 2020-05-12 | 1 | -86/+91 |
* | doc/examples/demuxing_decoding: drop -refcount | Anton Khirnov | 2020-05-12 | 1 | -22/+6 |
* | hwcontext_vulkan: expose enabled device and instance extensions | Lynne | 2020-05-10 | 1 | -0/+4 |
* | hwcontext_vulkan: let users enable device and instance extensions using options | Lynne | 2020-05-10 | 1 | -0/+15 |
* | doc/encoders: remove unsubstantiated ffaacenc > fdk-aac claim | Lou Logan | 2020-05-08 | 1 | -9/+2 |
* | Revert "doc/mailing-list-faq: Mention current problem with GMX" | Michael Niedermayer | 2020-05-08 | 1 | -4/+0 |
* | avcodec/pcm_rechunk_bsf: add bitstream filter to rechunk pcm audio | Marton Balint | 2020-05-07 | 1 | -0/+30 |
* | doc/muxers: remove hls_fmp4_init_resend parameter | Steven Liu | 2020-05-04 | 1 | -1/+1 |
* | avcodec/prores_metadata_bsf: add arib-std-b67 format support | Limin Wang | 2020-05-03 | 1 | -0/+7 |
* | avcodec/prores_metadata_bsf: add smpte2084 format support | Limin Wang | 2020-05-03 | 1 | -0/+2 |
* | doc/protocols: clarify timeout and latency unit of measurement for SRT | Limin Wang | 2020-05-03 | 1 | -6/+6 |
* | fftools/ffprobe: show closed caption info in the stream dump | vectronic | 2020-05-02 | 1 | -0/+1 |
* | doc/mailing-list-faq: Mention current problem with GMX | Michael Niedermayer | 2020-05-02 | 1 | -0/+4 |
* | avformat/hlsenc: add support for microseconds since epoch based sequence number | Marton Balint | 2020-05-01 | 1 | -0/+3 |
* | doc/utils: add more examples for valid time duration | Limin Wang | 2020-05-01 | 1 | -0/+9 |
* | avfilter/af_crossfeed: make options runtime configurable | Paul B Mahol | 2020-04-30 | 1 | -0/+4 |
* | avfilter/af_crossfeed: make slope configurable | Paul B Mahol | 2020-04-30 | 1 | -0/+4 |
* | avfilter: add asubboost filter | Paul B Mahol | 2020-04-30 | 1 | -0/+39 |
* | avfilter/vf_v360: make FOV adjusted for dual fisheye too | Paul B Mahol | 2020-04-29 | 1 | -11/+11 |
* | avfilter/af_amix: make weights option runtime configured | Paul B Mahol | 2020-04-29 | 1 | -0/+8 |
* | avfilter/vf_v360: adjustment out_pad and in_pad maximum value to 1/10 | Steven Liu | 2020-04-29 | 1 | -0/+1 |
* | avfilter/f_interleave: add duration option | Paul B Mahol | 2020-04-25 | 1 | -0/+15 |
* | lavu/version: bump minor version for DOVI sidedata | Jun Zhao | 2020-04-25 | 1 | -2/+3 |
* | avcodec: add support for Cunning Developments' ADPCM | Zane van Iperen | 2020-04-24 | 1 | -0/+1 |
* | doc/APIChanges: add AV_PKT_DATA_DOVI_CONF entry | Jun Zhao | 2020-04-23 | 1 | -0/+3 |
* | avformat/mpegtsenc: use standard pids for m2ts | Marton Balint | 2020-04-21 | 1 | -2/+4 |
* | avformat/matroskaenc: Redo handling of FlagDefault | Andreas Rheinhardt | 2020-04-21 | 1 | -0/+19 |
* | avformat/dashenc: add a PlaybackRate element | James Almer | 2020-04-20 | 1 | -0/+8 |
* | doc/muxers: fix some dashenc option names | James Almer | 2020-04-20 | 1 | -4/+4 |
* | avfilter: add maskedthreshold filter | Paul B Mahol | 2020-04-18 | 1 | -0/+21 |