35 Commits (dbc3b5a902dc1f7392021b3471ef336999f6693c)

Author SHA1 Message Date
Andreas Rheinhardt 7547f13548 avformat/utils: Move ff_stream_add_bitstream_filter to mux.c 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Ronald S. Bultje d29ec02d48 ivfenc: write duration for frame_cnt=1. 4 years ago
James Almer 2932905255 avformat/ivfenc: move bsf insertion to the init function 5 years ago
James Almer 8e12f09a25 avformat/ivfenc: add an AVOutputFormat.init() function 5 years ago
Andreas Rheinhardt 7b79c59fba avformat/ivfenc: Don't use size_t for size of file 5 years ago
Raphaël Zumer d3807467b2 avformat/ivfenc: Change the length fields to 32 bits 5 years ago
Raphaël Zumer eeb1c515a8 avformat/ivfenc: Comment the length field encoding process 5 years ago
James Almer 2d2af23349 avformat/ivfenc: use the av1_metadata bsf to insert Temporal Delimiter OBUs if needed 6 years ago
James Almer e50cb8b2f4 avformat/ivfenc: fix writing codec tag 6 years ago
Luca Barbato 44a1731011 ivf: Support VP9 and AV1 as well 7 years ago
Tristan Matthews e8f0a463b0 ivfenc: add AV1 support 7 years ago
Alex Converse 09317e3e06 ivfenc: Add VPX codec tags. 8 years ago
Ronald S. Bultje 2e6636aa87 vp9: add superframe merging bitstream filter. 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Michael Niedermayer 5c8467a07c avformat/ivfenc: fix division by zero 9 years ago
Ronald S. Bultje 3a18d3fa04 ivfenc: write duration at end-of-stream. 9 years ago
Victor Anjin 2db24cf746 ivfenc: incorrect fourcc for VP9 video 10 years ago
James Zern dea377fcc0 ivfenc: support VP9 11 years ago
Clément Bœsch 7308439158 lavf: Don't explicitly flush after each written packet in muxers 11 years ago
Clément Bœsch 8de9bb6e5e lavf: remove some flushing in write_packet muxers callbacks. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov 4d9c044d47 Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* 14 years ago
Anton Khirnov b2ed95ec48 Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Reimar Döffinger 326851b9bc Add muxer for IVF format. 14 years ago