summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.c
Commit message (Expand)AuthorAge
...
* fftools/ffmpeg: stop using AVStream.nb_frames in do_video_stats()Anton Khirnov2022-05-24
* fftools/ffmpeg: move do_video_stats() to avoid a forward declarationAnton Khirnov2022-05-24
* fftools/ffmpeg: drop a useless check and reduce indentationAnton Khirnov2022-05-24
* fftools/ffmpeg: reindent after previous commitAnton Khirnov2022-05-24
* fftools/ffmpeg: reuse the encoding code for flushing encodersAnton Khirnov2022-05-24
* fftools/ffmpeg: share the code encoding a single frame between video and audioAnton Khirnov2022-05-24
* fftools/ffmpeg: store output format separately from the muxer contextAnton Khirnov2022-04-13
* fftools/ffmpeg: move freeing the output file to ffmpeg_mux.cAnton Khirnov2022-04-13
* fftools/ffmpeg: move writing the trailer to ffmpeg_mux.cAnton Khirnov2022-04-13
* fftools/ffmpeg: move some muxing-related code into a separate fileAnton Khirnov2022-04-13
* fftools/ffmpeg: store the output file index in OutputFileAnton Khirnov2022-04-13
* fftools/ffmpeg: stop using OutputStream.frame_number for streamcopyAnton Khirnov2022-04-13
* fftools/ffmpeg: move a comment to a more appropriate placeAnton Khirnov2022-04-13
* fftools/ffmpeg: drop an obsolete hackAnton Khirnov2022-04-13
* ffmpeg: add packet duration to AVPacket loggingJaakko Perttilä2022-03-23
* fftools: drop useless indirectionAnton Khirnov2022-03-22
* ffmpeg: remove usage of internal deprecation macroJames Almer2022-03-16
* libavcodec: Split version.hMartin Storsjö2022-03-16
* ffmpeg: convert to new channel layout-APIJames Almer2022-03-15
* fftools/ffmpeg: Don't presume frame_queue to have been allocatedAndreas Rheinhardt2022-03-03
* ffmpeg: ensure a keyframe was not seen before skipping packetsJames Almer2022-02-28
* ffmpeg: flush delayed frames in codec copy scenariosJames Almer2022-02-28
* fftools/ffmpeg: Restore DTS correction for VP9 copiesDanny Wu2022-02-13
* ffmpeg: switch to new FIFO APIAnton Khirnov2022-02-07
* ffmpeg: remove a redundant assignment of interrupt_callbackAnton Khirnov2022-01-10
* fftools/ffmpeg: close output files before cleanupMarton Balint2021-12-12
* ffmpeg: handle errors in print_sdp()Anton Khirnov2021-12-07
* ffmpeg: move setting video sync method to new_video_stream()Anton Khirnov2021-12-07
* ffmpeg: change vsync value to an enumAnton Khirnov2021-12-07
* ffmpeg: drop useless framerate assignmentsAnton Khirnov2021-12-07
* fftools/ffmpeg: Avoid creating unnecessary referenceAndreas Rheinhardt2021-12-05
* fftools/ffmpeg: Avoid allocating+freeing frame, check allocationsAndreas Rheinhardt2021-12-05
* ffmpeg: only copy bits_per_sample from decoder when it remains validAnton Khirnov2021-12-04
* ffmpeg: make -bits_per_raw_sample a per-output-stream optionAnton Khirnov2021-12-04
* ffmpeg: fix usage of -shortest in codec copy scenariosJames Almer2021-12-01
* fftools/ffmpeg_opt: Don't duplicate array unnecessarilyAndreas Rheinhardt2021-11-30
* ffmpeg: remove ffmpeg_videotoolboxrcombs2021-11-28
* fftools/ffmpeg: Take type limitations of AVFifo API into accountAndreas Rheinhardt2021-11-26
* ffmpeg: drop obsolete rotation API remnantsAnton Khirnov2021-11-23
* ffmpeg: do not copy chroma_sample_location from the input streamAnton Khirnov2021-11-23
* fftools/ffmpeg: Avoid temporary frameAndreas Rheinhardt2021-11-20
* ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStreamJames Almer2021-11-19
* ffmpeg: remove unused hwaccel_get_buffer function pointerJames Almer2021-11-19
* ffmpeg: Allocate InputStream.decoded_frame earlyJames Almer2021-11-19
* ffmpeg: Allocate (In|Out)putStream.filter_frame earlyJames Almer2021-11-19
* fftools: Constify values from av_dict_get()Chad Fraleigh2021-11-18
* ffmpeg: fix loosing gaps between audio frame timestamps when filteringPaul B Mahol2021-11-18
* ffmpeg: rewrite setting the stream dispositionAnton Khirnov2021-11-16
* lavf: add "disposition" AVOption to AVStream AVClassAnton Khirnov2021-11-16
* fftools/ffmpeg: Output log message when interactive q command is receivedSoft Works2021-11-13