71 Commits (d55b8dbcff41cac22f593c461576a9c7f6d3f270)

Author SHA1 Message Date
Anton Khirnov 52fee96ae9 fftools/ffmpeg: move output file opts into private context 2 years ago
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 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 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 81af4dec27 fftools/ffmpeg: fix the type of limit_filesize 2 years ago
Anton Khirnov 9fe62a545f fftools/ffmpeg: add a helper function to access output file size 2 years ago
Anton Khirnov 6a23be92d2 fftools/ffmpeg_mux: add private muxer context 2 years ago
Gyan Doshi 882aac99d2 ffmpeg: add option -isync 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
Anton Khirnov 3d4d355375 fftools/ffmpeg: stop using AVStream.nb_frames in do_video_stats() 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
James Almer bc99e3a9d6 ffmpeg: replace custom channel_layout code with an SpecifierOpt based one 3 years ago
James Almer 987763ac35 ffmpeg: convert to new channel layout-API 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
Anton Khirnov e6469e68cc ffmpeg: switch to new FIFO API 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 ab3ef54c8c ffmpeg: only copy bits_per_sample from decoder when it remains valid 3 years ago
Anton Khirnov 4258893961 ffmpeg: make -bits_per_raw_sample a per-output-stream option 3 years ago
Andreas Rheinhardt 4913f05ccf fftools/ffmpeg_opt: Don't duplicate array unnecessarily 3 years ago
rcombs 4b54818981 ffmpeg: remove ffmpeg_videotoolbox 3 years ago
Andreas Rheinhardt a132614bba fftools/ffmpeg: Avoid temporary frame 3 years ago
James Almer 405685dec7 ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStream 3 years ago
James Almer 379f8b8ec6 ffmpeg: remove unused hwaccel_get_buffer function pointer 3 years ago
Paul B Mahol e5367b481b ffmpeg: fix loosing gaps between audio frame timestamps when filtering 3 years ago
James Almer 535a835e51 ffmpeg: use display matrix frame side data for autorotation 3 years ago
James Almer 7453d3482a ffmpeg: let AVFilterGraph parse the filter_threads option 3 years ago
Andreas Rheinhardt bc046b715e fftools/ffmpeg: Remove unused fields 3 years ago
Andreas Rheinhardt f3f9041302 fftools: Remove remnants of resample_opts 3 years ago
Haihao Xiang ecee3b07cd qsvdec: add support for HW_DEVICE_CTX method 3 years ago
Andreas Rheinhardt 57b5ec6ba7 avcodec/avcodec: Stop including bsf.h in avcodec.h 3 years ago
Gyan Doshi c320b78e95 ffmpeg: add option readrate 3 years ago
Keyun Tong b7266302a4 fftools/ffmpeg: Add new variant source_no_drop to the force_key_frames option 3 years ago
James Almer ab4f299e23 fftools/ffmpeg: remove usage of internal timestamp AVStream fields 4 years ago
James Almer 82bd02a2c7 fftools/ffmpeg: use av_packet_alloc() to allocate packets 4 years ago
Andreas Rheinhardt 988deae6da fftools: Switch to const AVCodec * where possible 4 years ago
Gyan Doshi d99cc17825 ffmpeg: add -fpsmax to clamp output framerate 4 years ago
Andreas Rheinhardt 2367affc2c fftools/ffmpeg_filter: Make functions only used locally static 4 years ago
Andreas Rheinhardt 2166d8d6b2 fftools/ffmpeg_filter: Remove ist_in_filtergraph 4 years ago
Andreas Rheinhardt a40c158eda fftools/ffmpeg_filter: Remove choose_sample_fmt 4 years ago