| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fftools/cmdutils: Use av_strstart instead of strncmp | Andreas Rheinhardt | 2021-02-28 | 1 | -4/+2 |
* | fftools/ffmpeg, ffplay: Don't set refcounted_frames | Andreas Rheinhardt | 2021-02-28 | 2 | -3/+0 |
* | fftools/ffmpeg_filter: Don't use deprecated function | Andreas Rheinhardt | 2021-02-26 | 1 | -1/+1 |
* | ffprobe: stop setting AVCodecContext.framerate | Anton Khirnov | 2021-02-22 | 1 | -1/+0 |
* | ffprobe: stop printing deprecated fields | Anton Khirnov | 2021-02-22 | 1 | -18/+0 |
* | ffprobe: drop code accessing deprecated AVStream.codec | Anton Khirnov | 2021-02-22 | 1 | -5/+0 |
* | ffprobe: do not use deprecated AVStream.codec for max bitrate | Anton Khirnov | 2021-02-22 | 1 | -4/+4 |
* | ffprobe: remove an unnecessary deprecation guard | Anton Khirnov | 2021-02-22 | 1 | -2/+0 |
* | fftools/ffplay: reindent and some minor cosmetics | Marton Balint | 2021-02-19 | 1 | -50/+45 |
* | fftools/ffplay: use av_packet_alloc() to allocate packets | Marton Balint | 2021-02-19 | 1 | -64/+76 |
* | fftools/ffplay: use context AVPacket in decoder_decode_frame() | Marton Balint | 2021-02-19 | 1 | -12/+9 |
* | fftools/ffplay: get rid of flush_pkt | Marton Balint | 2021-02-19 | 1 | -18/+11 |
* | ffmpeg: add -fpsmax to clamp output framerate | Gyan Doshi | 2021-02-05 | 3 | -4/+29 |
* | avformat/mxfenc: prefer to use the configured metadata | Limin Wang | 2021-02-05 | 1 | -0/+3 |
* | fftools/ffmpeg_filter: Make functions only used locally static | Andreas Rheinhardt | 2021-02-02 | 2 | -9/+3 |
* | fftools/ffmpeg_filter: Remove ist_in_filtergraph | Andreas Rheinhardt | 2021-02-02 | 2 | -10/+0 |
* | fftools/ffmpeg_filter: Remove choose_sample_fmt | Andreas Rheinhardt | 2021-02-02 | 2 | -24/+0 |
* | ffmpeg: remove dead code for -vol | Gyan Doshi | 2021-01-31 | 1 | -7/+0 |
* | avcodec: remove long dead debug_mv code | James Almer | 2021-01-25 | 1 | -5/+1 |
* | ffmpeg_opts: remove lowres check | James Almer | 2021-01-21 | 1 | -9/+0 |
* | ffmpeg: use sigaction() instead of signal() on linux | Andriy Gelman | 2021-01-16 | 1 | -4/+26 |