242 Commits (b77fff47d0d60434a48b6877ed72a71ebf53858a)

Author SHA1 Message Date
Anton Khirnov ec00b005f9 fftools/ffmpeg_mux: split of_write_packet() 2 years ago
Anton Khirnov 9c2b800203 fftools/ffmpeg: move the mux queue into muxer private data 2 years ago
Anton Khirnov 35bfcff07f fftools/ffmpeg: do not log to the muxer context 2 years ago
Anton Khirnov 48989efb76 fftools/ffmpeg: access output file chapters through a wrapper 2 years ago
Anton Khirnov 4877842bb5 fftools/ffmpeg: refactor the code checking for bitexact output 2 years ago
Anton Khirnov cc1cc2c65e fftools/ffmpeg: move closing the file into of_write_trailer() 2 years ago
Anton Khirnov cc49646077 fftools/ffmpeg: write the header for stream-less outputs when initializing the muxer 2 years ago
Anton Khirnov 12e9e50219 fftools/ffmpeg: set want_sdp when initializing the muxer 2 years ago
Anton Khirnov d8e944c238 fftools/ffmpeg: refactor limiting output file size with -fs 2 years ago
Anton Khirnov 9fe62a545f fftools/ffmpeg: add a helper function to access output file size 2 years ago
Anton Khirnov de3a135e0f ffmpeg: use AVFrame.duration instead of AVFrame.pkt_duration 2 years ago
Timo Rothenpieler 91a95e19c9 fftools/ffmpeg: make debug_ts print raw filter output 2 years ago
Marton Balint 20e2aa940c fftools/ffmpeg: change frame counters to 64 bit 2 years ago
Gyan Doshi 09c53a04c5 ffmpeg: add option fps_mode 2 years ago
Stefano Sabatini 605b4016b3 ffmpeg: drop undocumented -d option 2 years ago
Anton Khirnov b033913d1c fftools/ffmpeg: move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats() 3 years ago
Anton Khirnov 0c914ebd53 fftools/ffmpeg: merge variable declaration and initialization 3 years ago
Anton Khirnov 9acce2afcf fftools/ffmpeg: stop using av_stream_get_end_pts() in do_video_stats() 3 years ago
Anton Khirnov 3d4d355375 fftools/ffmpeg: stop using AVStream.nb_frames in do_video_stats() 3 years ago
Anton Khirnov 19d1e1fb06 fftools/ffmpeg: move do_video_stats() to avoid a forward declaration 3 years ago
Anton Khirnov 1753fbd095 fftools/ffmpeg: drop a useless check and reduce indentation 3 years ago
Anton Khirnov 9f4437a4eb fftools/ffmpeg: reindent after previous commit 3 years ago
Anton Khirnov 2ecb333fe4 fftools/ffmpeg: reuse the encoding code for flushing encoders 3 years ago
Anton Khirnov a11ab64730 fftools/ffmpeg: share the code encoding a single frame between video and audio 3 years ago
Anton Khirnov 4a7c8bb3d8 fftools/ffmpeg: store output format separately from the muxer context 3 years ago
Anton Khirnov 5c66ee6351 fftools/ffmpeg: move freeing the output file to ffmpeg_mux.c 3 years ago
Anton Khirnov 5bc644ea8a fftools/ffmpeg: move writing the trailer to ffmpeg_mux.c 3 years ago
Anton Khirnov 288aa37387 fftools/ffmpeg: move some muxing-related code into a separate file 3 years ago
Anton Khirnov b1a984cb49 fftools/ffmpeg: store the output file index in OutputFile 3 years ago
Anton Khirnov 662364b2ef fftools/ffmpeg: stop using OutputStream.frame_number for streamcopy 3 years ago
Anton Khirnov 86e1c0303c fftools/ffmpeg: move a comment to a more appropriate place 3 years ago
Anton Khirnov a8c95e1feb fftools/ffmpeg: drop an obsolete hack 3 years ago
Jaakko Perttilä b1cbeabf5e ffmpeg: add packet duration to AVPacket logging 3 years ago
Anton Khirnov c99b93c5d5 fftools: drop useless indirection 3 years ago
James Almer 11c4f4b455 ffmpeg: remove usage of internal deprecation macro 3 years ago
Martin Storsjö f2da2e1458 libavcodec: Split version.h 3 years ago
James Almer 987763ac35 ffmpeg: convert to new channel layout-API 3 years ago
Andreas Rheinhardt 6559858de9 fftools/ffmpeg: Don't presume frame_queue to have been allocated 3 years ago
James Almer d75e7a9a83 ffmpeg: ensure a keyframe was not seen before skipping packets 3 years ago
James Almer afe485ee6b ffmpeg: flush delayed frames in codec copy scenarios 3 years ago
Danny Wu 68595b46cb fftools/ffmpeg: Restore DTS correction for VP9 copies 3 years ago
Anton Khirnov e6469e68cc ffmpeg: switch to new FIFO API 3 years ago
Anton Khirnov 1b24a1ea14 ffmpeg: remove a redundant assignment of interrupt_callback 3 years ago
Marton Balint 8d66a07d65 fftools/ffmpeg: close output files before cleanup 3 years ago
Anton Khirnov 9f717ca92f ffmpeg: handle errors in print_sdp() 3 years ago
Anton Khirnov 9145c6d3b2 ffmpeg: move setting video sync method to new_video_stream() 3 years ago
Anton Khirnov 011114f3e1 ffmpeg: change vsync value to an enum 3 years ago
Anton Khirnov bb6f591c49 ffmpeg: drop useless framerate assignments 3 years ago
Andreas Rheinhardt fc01a703de fftools/ffmpeg: Avoid creating unnecessary reference 3 years ago
Andreas Rheinhardt b886512ef2 fftools/ffmpeg: Avoid allocating+freeing frame, check allocations 3 years ago