| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg: Don't presume frame_queue to have been allocated | Andreas Rheinhardt | 2022-03-03 | 1 | -4/+6 |
* | ffmpeg: ensure a keyframe was not seen before skipping packets | James Almer | 2022-02-28 | 1 | -1/+3 |
* | ffmpeg: flush delayed frames in codec copy scenarios | James Almer | 2022-02-28 | 1 | -5/+8 |
* | fftools/ffmpeg: Restore DTS correction for VP9 copies | Danny Wu | 2022-02-13 | 1 | -1/+0 |
* | ffmpeg: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -42/+27 |
* | ffmpeg: remove a redundant assignment of interrupt_callback | Anton Khirnov | 2022-01-10 | 1 | -2/+0 |
* | fftools/ffmpeg: close output files before cleanup | Marton Balint | 2021-12-12 | 1 | -1/+13 |
* | ffmpeg: handle errors in print_sdp() | Anton Khirnov | 2021-12-07 | 1 | -12/+25 |
* | ffmpeg: move setting video sync method to new_video_stream() | Anton Khirnov | 2021-12-07 | 1 | -22/+3 |
* | ffmpeg: change vsync value to an enum | Anton Khirnov | 2021-12-07 | 1 | -1/+2 |
* | ffmpeg: drop useless framerate assignments | Anton Khirnov | 2021-12-07 | 1 | -4/+0 |
* | fftools/ffmpeg: Avoid creating unnecessary reference | Andreas Rheinhardt | 2021-12-05 | 1 | -2/+2 |
* | fftools/ffmpeg: Avoid allocating+freeing frame, check allocations | Andreas Rheinhardt | 2021-12-05 | 1 | -7/+4 |
* | ffmpeg: only copy bits_per_sample from decoder when it remains valid | Anton Khirnov | 2021-12-04 | 1 | -9/+5 |
* | ffmpeg: make -bits_per_raw_sample a per-output-stream option | Anton Khirnov | 2021-12-04 | 1 | -4/+7 |
* | ffmpeg: fix usage of -shortest in codec copy scenarios | James Almer | 2021-12-01 | 1 | -8/+7 |
* | fftools/ffmpeg_opt: Don't duplicate array unnecessarily | Andreas Rheinhardt | 2021-11-30 | 1 | -3/+0 |
* | ffmpeg: remove ffmpeg_videotoolbox | rcombs | 2021-11-28 | 1 | -34/+3 |
* | fftools/ffmpeg: Take type limitations of AVFifo API into account | Andreas Rheinhardt | 2021-11-26 | 1 | -5/+4 |
* | ffmpeg: drop obsolete rotation API remnants | Anton Khirnov | 2021-11-23 | 1 | -5/+0 |
* | ffmpeg: do not copy chroma_sample_location from the input stream | Anton Khirnov | 2021-11-23 | 1 | -2/+0 |
* | fftools/ffmpeg: Avoid temporary frame | Andreas Rheinhardt | 2021-11-20 | 1 | -15/+7 |
* | ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStream | James Almer | 2021-11-19 | 1 | -6/+0 |
* | ffmpeg: remove unused hwaccel_get_buffer function pointer | James Almer | 2021-11-19 | 1 | -11/+0 |
* | ffmpeg: Allocate InputStream.decoded_frame early | James Almer | 2021-11-19 | 1 | -9/+2 |
* | ffmpeg: Allocate (In|Out)putStream.filter_frame early | James Almer | 2021-11-19 | 1 | -7/+0 |
* | fftools: Constify values from av_dict_get() | Chad Fraleigh | 2021-11-18 | 1 | -3/+3 |
* | ffmpeg: fix loosing gaps between audio frame timestamps when filtering | Paul B Mahol | 2021-11-18 | 1 | -0/+5 |
* | ffmpeg: rewrite setting the stream disposition | Anton Khirnov | 2021-11-16 | 1 | -34/+1 |
* | lavf: add "disposition" AVOption to AVStream AVClass | Anton Khirnov | 2021-11-16 | 1 | -28/+12 |
* | fftools/ffmpeg: Output log message when interactive q command is received | Soft Works | 2021-11-13 | 1 | -1/+3 |
* | fftools/ffmpeg: Fix indentation after change | Soft Works | 2021-11-13 | 1 | -13/+13 |
* | fftools/ffmpeg: Remove redundant loop | Soft Works | 2021-11-13 | 1 | -3/+1 |
* | fftools/ffmpeg, ffmpeg_opt: Allocate (In|Out)putStream.pkt early | Andreas Rheinhardt | 2021-10-08 | 1 | -15/+1 |
* | fftools/ffmpeg: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2021-10-08 | 1 | -3/+0 |
* | fftools/ffmpeg: Fix crash when flushing non-fully setup output stream | Andreas Rheinhardt | 2021-10-08 | 1 | -0/+3 |
* | fftools/ffmpeg, doc/examples: Remove redundant av_packet_unref | Andreas Rheinhardt | 2021-10-03 | 1 | -1/+0 |
* | avfilter/vf_subtitles, fftools/ffmpeg: Don't set sub_text_format | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+0 |
* | ffmpeg: use display matrix frame side data for autorotation | James Almer | 2021-09-16 | 1 | -0/+8 |
* | Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and ... | Andreas Rheinhardt | 2021-09-05 | 1 | -5/+0 |
* | ffmpeg: let AVFilterGraph parse the filter_threads option | James Almer | 2021-09-04 | 1 | -0/+1 |
* | fftools: Remove remnants of resample_opts | Andreas Rheinhardt | 2021-09-03 | 1 | -1/+0 |
* | ffmpeg: fix order between field order autodetection and override | Jan Ekström | 2021-07-25 | 1 | -6/+8 |
* | 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 | 1 | -3/+10 |
* | fftools/ffmpeg: Add new variant source_no_drop to the force_key_frames option | Keyun Tong | 2021-07-16 | 1 | -0/+6 |
* | ffmpeg: silence a thread_safe_callbacks deprecation warning | James Almer | 2021-06-10 | 1 | -0/+2 |