| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg_opt: restore documented stream selection behaviour | Gyan Doshi | 2021-08-01 | 1 | -27/+50 |
* | ffmpeg: fix order between field order autodetection and override | Jan Ekström | 2021-07-25 | 1 | -6/+8 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -3/+0 |
* | Remove unnecessary mem.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 3 | -0/+3 |
* | avcodec/avcodec: Stop including bsf.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 3 | -0/+3 |
* | lavu/cpu: Use av_cpu_ prefix | Thilo Borgmann | 2021-07-20 | 1 | -1/+1 |
* | fftools/ffmpeg: Fix runlength for strncmp() | Thilo Borgmann | 2021-07-19 | 1 | -1/+1 |
* | ffmpeg: delay readrate enforcement for decoded streams | Gyan Doshi | 2021-07-19 | 1 | -1/+1 |
* | fftools/ffmpeg: Fix declaration-after-statement warning | Andreas Rheinhardt | 2021-07-18 | 1 | -3/+4 |
* | fftools/ffmpeg: fix -t inaccurate recording time | Shiwang.Xie | 2021-07-18 | 1 | -3/+5 |
* | ffmpeg: add option readrate | Gyan Doshi | 2021-07-17 | 3 | -4/+27 |
* | fftools/cmdutils.c: Add cmd line option to override detection of cpu count. | Thilo Borgmann | 2021-07-16 | 2 | -0/+34 |
* | fftools/ffmpeg: Add new variant source_no_drop to the force_key_frames option | Keyun Tong | 2021-07-16 | 2 | -0/+7 |
* | ffprobe: use quotation marks in the xml header output | James Almer | 2021-07-15 | 1 | -3/+3 |
* | ffmpeg: add option recast_media | Gyan Doshi | 2021-07-11 | 1 | -1/+6 |
* | ffmpeg: silence a thread_safe_callbacks deprecation warning | James Almer | 2021-06-10 | 1 | -0/+2 |
* | ffmpeg_videotoolbox: skip memory copy if hwaccel_output_format match | zhilizhao | 2021-06-10 | 1 | -0/+8 |
* | fftools/ffplay: 240M matrix is not the same as BT.601 | Valerii Zapodovnikov | 2021-06-08 | 1 | -2/+2 |
* | fftools/ffprobe: Remove redundant check before avcodec_free_context() | Andreas Rheinhardt | 2021-06-08 | 1 | -2/+1 |
* | fftools/ffmpeg: remove usage of internal timestamp AVStream fields | James Almer | 2021-06-04 | 3 | -4/+8 |
* | ffmpeg: return no chosen output if an uninitialized stream is unavailable | Jan Ekström | 2021-05-13 | 1 | -1/+1 |
* | ffprobe: support printing more packet side data types | Anton Khirnov | 2021-05-09 | 1 | -0/+17 |
* | ffprobe: only hash extradata when it is present | Anton Khirnov | 2021-05-09 | 1 | -2/+5 |
* | ffprobe: add option to control optional fields display | Gyan Doshi | 2021-05-05 | 1 | -2/+21 |
* | ffmpeg: stop accessing private AVStream.codec_info_nb_frames | James Almer | 2021-05-02 | 1 | -1/+2 |
* | avformat: remove deprecated AVStream.codec | James Almer | 2021-04-27 | 1 | -13/+0 |
* | avdevice/avdevice: Constify av_*_device_next API | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avdevice/avdevice: Constify avdevice_list_input_sources/output_sinks | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avformat/avformat: Constify AVFormatContext.*_codec pointers | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | libavresample: Remove deprecated library | Andreas Rheinhardt | 2021-04-27 | 2 | -14/+0 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat: Constify the API wrt AV(In|Out)putFormat | Andreas Rheinhardt | 2021-04-27 | 3 | -9/+12 |
* | fftools/ffprobe: Remove check on show_frames and show_packets in XML writer | Tobias Rapp | 2021-04-16 | 1 | -7/+0 |
* | ffprobe: only print exported private decoder options | James Almer | 2021-04-14 | 1 | -1/+1 |
* | fftools/ffmpeg_filter: Fix check for mjpeg encoder | Andreas Rheinhardt | 2021-04-13 | 1 | -4/+4 |
* | fftools/ffmpeg_filter: Don't needlessly copy string | Andreas Rheinhardt | 2021-04-10 | 1 | -3/+1 |
* | fftools/ffmpeg_filter: Don't write string that is never used | Andreas Rheinhardt | 2021-04-10 | 1 | -2/+1 |
* | fftools/ffmpeg_filter: Avoid allocations when configuring output filters | Andreas Rheinhardt | 2021-04-10 | 1 | -58/+41 |
* | avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmts | Andreas Rheinhardt | 2021-04-10 | 1 | -13/+7 |
* | fftools/ffmpeg: copy average framerate for streamcopy, when known | Anton Khirnov | 2021-04-08 | 1 | -1/+5 |
* | fftools/ffmpeg: when framerate is set, prefer its inverse as output timebase | Anton Khirnov | 2021-04-08 | 1 | -2/+6 |
* | fftools/ffprobe: Add missing dispositions | Andreas Rheinhardt | 2021-03-31 | 1 | -0/+5 |
* | fftools/ffmpeg: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 3 | -150/+177 |
* | fftools/ffprobe: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -15/+19 |
* | cmdutils: replace strncpy() with direct assignment | Anton Khirnov | 2021-03-16 | 1 | -2/+2 |
* | lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS | Anton Khirnov | 2021-03-16 | 1 | -3/+3 |
* | fftools/ffplay: do not write out of rdft visualization texture | Marton Balint | 2021-03-10 | 1 | -2/+2 |
* | ffprobe: switch to av_bprint_escape for XML escaping | Jan Ekström | 2021-03-05 | 1 | -21/+11 |
* | fftools: Switch to const AVCodec * where possible | Andreas Rheinhardt | 2021-03-02 | 7 | -13/+14 |