aboutsummaryrefslogtreecommitdiffstats
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg_opt: restore documented stream selection behaviourGyan Doshi2021-08-011-27/+50
* ffmpeg: fix order between field order autodetection and overrideJan Ekström2021-07-251-6/+8
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-3/+0
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-223-0/+3
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-223-0/+3
* lavu/cpu: Use av_cpu_ prefixThilo Borgmann2021-07-201-1/+1
* fftools/ffmpeg: Fix runlength for strncmp()Thilo Borgmann2021-07-191-1/+1
* ffmpeg: delay readrate enforcement for decoded streamsGyan Doshi2021-07-191-1/+1
* fftools/ffmpeg: Fix declaration-after-statement warningAndreas Rheinhardt2021-07-181-3/+4
* fftools/ffmpeg: fix -t inaccurate recording timeShiwang.Xie2021-07-181-3/+5
* ffmpeg: add option readrateGyan Doshi2021-07-173-4/+27
* fftools/cmdutils.c: Add cmd line option to override detection of cpu count.Thilo Borgmann2021-07-162-0/+34
* fftools/ffmpeg: Add new variant source_no_drop to the force_key_frames optionKeyun Tong2021-07-162-0/+7
* ffprobe: use quotation marks in the xml header outputJames Almer2021-07-151-3/+3
* ffmpeg: add option recast_mediaGyan Doshi2021-07-111-1/+6
* ffmpeg: silence a thread_safe_callbacks deprecation warningJames Almer2021-06-101-0/+2
* ffmpeg_videotoolbox: skip memory copy if hwaccel_output_format matchzhilizhao2021-06-101-0/+8
* fftools/ffplay: 240M matrix is not the same as BT.601Valerii Zapodovnikov2021-06-081-2/+2
* fftools/ffprobe: Remove redundant check before avcodec_free_context()Andreas Rheinhardt2021-06-081-2/+1
* fftools/ffmpeg: remove usage of internal timestamp AVStream fieldsJames Almer2021-06-043-4/+8
* ffmpeg: return no chosen output if an uninitialized stream is unavailableJan Ekström2021-05-131-1/+1
* ffprobe: support printing more packet side data typesAnton Khirnov2021-05-091-0/+17
* ffprobe: only hash extradata when it is presentAnton Khirnov2021-05-091-2/+5
* ffprobe: add option to control optional fields displayGyan Doshi2021-05-051-2/+21
* ffmpeg: stop accessing private AVStream.codec_info_nb_framesJames Almer2021-05-021-1/+2
* avformat: remove deprecated AVStream.codecJames Almer2021-04-271-13/+0
* avdevice/avdevice: Constify av_*_device_next APIAndreas Rheinhardt2021-04-271-2/+2
* avdevice/avdevice: Constify avdevice_list_input_sources/output_sinksAndreas Rheinhardt2021-04-271-2/+2
* avformat/avformat: Constify AVFormatContext.*_codec pointersAndreas Rheinhardt2021-04-271-2/+2
* libavresample: Remove deprecated libraryAndreas Rheinhardt2021-04-272-14/+0
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-273-9/+12
* fftools/ffprobe: Remove check on show_frames and show_packets in XML writerTobias Rapp2021-04-161-7/+0
* ffprobe: only print exported private decoder optionsJames Almer2021-04-141-1/+1
* fftools/ffmpeg_filter: Fix check for mjpeg encoderAndreas Rheinhardt2021-04-131-4/+4
* fftools/ffmpeg_filter: Don't needlessly copy stringAndreas Rheinhardt2021-04-101-3/+1
* fftools/ffmpeg_filter: Don't write string that is never usedAndreas Rheinhardt2021-04-101-2/+1
* fftools/ffmpeg_filter: Avoid allocations when configuring output filtersAndreas Rheinhardt2021-04-101-58/+41
* avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmtsAndreas Rheinhardt2021-04-101-13/+7
* fftools/ffmpeg: copy average framerate for streamcopy, when knownAnton Khirnov2021-04-081-1/+5
* fftools/ffmpeg: when framerate is set, prefer its inverse as output timebaseAnton Khirnov2021-04-081-2/+6
* fftools/ffprobe: Add missing dispositionsAndreas Rheinhardt2021-03-311-0/+5
* fftools/ffmpeg: use av_packet_alloc() to allocate packetsJames Almer2021-03-173-150/+177
* fftools/ffprobe: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-15/+19
* cmdutils: replace strncpy() with direct assignmentAnton Khirnov2021-03-161-2/+2
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-161-3/+3
* fftools/ffplay: do not write out of rdft visualization textureMarton Balint2021-03-101-2/+2
* ffprobe: switch to av_bprint_escape for XML escapingJan Ekström2021-03-051-21/+11
* fftools: Switch to const AVCodec * where possibleAndreas Rheinhardt2021-03-027-13/+14