aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg: Don't presume frame_queue to have been allocatedAndreas Rheinhardt2022-03-031-4/+6
* ffmpeg: ensure a keyframe was not seen before skipping packetsJames Almer2022-02-281-1/+3
* ffmpeg: flush delayed frames in codec copy scenariosJames Almer2022-02-281-5/+8
* fftools/ffmpeg: Restore DTS correction for VP9 copiesDanny Wu2022-02-131-1/+0
* ffmpeg: switch to new FIFO APIAnton Khirnov2022-02-071-42/+27
* ffmpeg: remove a redundant assignment of interrupt_callbackAnton Khirnov2022-01-101-2/+0
* fftools/ffmpeg: close output files before cleanupMarton Balint2021-12-121-1/+13
* ffmpeg: handle errors in print_sdp()Anton Khirnov2021-12-071-12/+25
* ffmpeg: move setting video sync method to new_video_stream()Anton Khirnov2021-12-071-22/+3
* ffmpeg: change vsync value to an enumAnton Khirnov2021-12-071-1/+2
* ffmpeg: drop useless framerate assignmentsAnton Khirnov2021-12-071-4/+0
* fftools/ffmpeg: Avoid creating unnecessary referenceAndreas Rheinhardt2021-12-051-2/+2
* fftools/ffmpeg: Avoid allocating+freeing frame, check allocationsAndreas Rheinhardt2021-12-051-7/+4
* ffmpeg: only copy bits_per_sample from decoder when it remains validAnton Khirnov2021-12-041-9/+5
* ffmpeg: make -bits_per_raw_sample a per-output-stream optionAnton Khirnov2021-12-041-4/+7
* ffmpeg: fix usage of -shortest in codec copy scenariosJames Almer2021-12-011-8/+7
* fftools/ffmpeg_opt: Don't duplicate array unnecessarilyAndreas Rheinhardt2021-11-301-3/+0
* ffmpeg: remove ffmpeg_videotoolboxrcombs2021-11-281-34/+3
* fftools/ffmpeg: Take type limitations of AVFifo API into accountAndreas Rheinhardt2021-11-261-5/+4
* ffmpeg: drop obsolete rotation API remnantsAnton Khirnov2021-11-231-5/+0
* ffmpeg: do not copy chroma_sample_location from the input streamAnton Khirnov2021-11-231-2/+0
* fftools/ffmpeg: Avoid temporary frameAndreas Rheinhardt2021-11-201-15/+7
* ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStreamJames Almer2021-11-191-6/+0
* ffmpeg: remove unused hwaccel_get_buffer function pointerJames Almer2021-11-191-11/+0
* ffmpeg: Allocate InputStream.decoded_frame earlyJames Almer2021-11-191-9/+2
* ffmpeg: Allocate (In|Out)putStream.filter_frame earlyJames Almer2021-11-191-7/+0
* fftools: Constify values from av_dict_get()Chad Fraleigh2021-11-181-3/+3
* ffmpeg: fix loosing gaps between audio frame timestamps when filteringPaul B Mahol2021-11-181-0/+5
* ffmpeg: rewrite setting the stream dispositionAnton Khirnov2021-11-161-34/+1
* lavf: add "disposition" AVOption to AVStream AVClassAnton Khirnov2021-11-161-28/+12
* fftools/ffmpeg: Output log message when interactive q command is receivedSoft Works2021-11-131-1/+3
* fftools/ffmpeg: Fix indentation after changeSoft Works2021-11-131-13/+13
* fftools/ffmpeg: Remove redundant loopSoft Works2021-11-131-3/+1
* fftools/ffmpeg, ffmpeg_opt: Allocate (In|Out)putStream.pkt earlyAndreas Rheinhardt2021-10-081-15/+1
* fftools/ffmpeg: Remove unnecessary av_packet_unref()Andreas Rheinhardt2021-10-081-3/+0
* fftools/ffmpeg: Fix crash when flushing non-fully setup output streamAndreas Rheinhardt2021-10-081-0/+3
* fftools/ffmpeg, doc/examples: Remove redundant av_packet_unrefAndreas Rheinhardt2021-10-031-1/+0
* avfilter/vf_subtitles, fftools/ffmpeg: Don't set sub_text_formatAndreas Rheinhardt2021-09-201-2/+0
* ffmpeg: use display matrix frame side data for autorotationJames Almer2021-09-161-0/+8
* Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and ...Andreas Rheinhardt2021-09-051-5/+0
* ffmpeg: let AVFilterGraph parse the filter_threads optionJames Almer2021-09-041-0/+1
* fftools: Remove remnants of resample_optsAndreas Rheinhardt2021-09-031-1/+0
* ffmpeg: fix order between field order autodetection and overrideJan Ekström2021-07-251-6/+8
* 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-171-3/+10
* fftools/ffmpeg: Add new variant source_no_drop to the force_key_frames optionKeyun Tong2021-07-161-0/+6
* ffmpeg: silence a thread_safe_callbacks deprecation warningJames Almer2021-06-101-0/+2