| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mux: Add flag for "not more than one stream of each type" | Andreas Rheinhardt | 2024-03-22 | 1 | -8/+4 |
* | avformat/avformat: Move AVOutputFormat internals out of public header | Andreas Rheinhardt | 2023-02-09 | 1 | -15/+16 |
* | av(format|device): Add const to muxer packet data pointers | Andreas Rheinhardt | 2022-07-09 | 1 | -2/+2 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | swf: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -1/+1 |
* | lavf/swfenc: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -8/+14 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avformat/swf: add support for reading and writing VP6A and Flash Screen Video... | Marton Balint | 2021-01-23 | 1 | -11/+20 |
* | avformat/swfenc: add support for muxing png images | Marton Balint | 2021-01-23 | 1 | -6/+8 |
* | avformat/swfenc: fix generation of FileAttributes tag | Marton Balint | 2021-01-23 | 1 | -3/+3 |
* | avformat/swf: Separate mux and demux contexts | Andreas Rheinhardt | 2020-09-20 | 1 | -9/+26 |
* | avformat/swfenc: Fix memleak upon write_header error | Andreas Rheinhardt | 2020-09-20 | 1 | -13/+11 |
* | avformat/swfenc: Fix integer overflow in frame rate handling | Michael Niedermayer | 2020-05-21 | 1 | -1/+1 |
* | avformat: remove avio_flush() calls from the end of write_header functions | Marton Balint | 2020-01-07 | 1 | -1/+0 |
* | avformat/swfenc: use FFABS to instead of abs | Steven Liu | 2017-11-20 | 1 | -1/+1 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\ |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -49/+45 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -45/+45 |
| * | lavf: Explicitly convert types at function pointer assignment | Diego Biurrun | 2015-03-11 | 1 | -1/+2 |
* | | avformat/swfenc: Check frama rate before writing it | Michael Niedermayer | 2015-12-17 | 1 | -0/+4 |
* | | avformat/swfenc: Remove another unneeded float computation | Michael Niedermayer | 2015-05-24 | 1 | -1/+1 |
* | | avformat/swfenc: Remove unneeded floats | Michael Niedermayer | 2015-05-24 | 1 | -2/+2 |
* | | Merge commit '194be1f43ea391eb986732707435176e579265aa' | Michael Niedermayer | 2014-06-18 | 1 | -2/+4 |
|\| |
|
| * | lavf: switch to AVStream.time_base as the hint for the muxer timebase | Anton Khirnov | 2014-06-18 | 1 | -2/+4 |
| * | lavf: Don't explicitly flush after each written packet in muxers | Clément Bœsch | 2013-09-16 | 1 | -2/+0 |
* | | lavf: use av_fifo_freep | Lukasz Marek | 2014-05-07 | 1 | -2/+1 |
* | | Merge commit '4a2ef39442bf7f0150db07a1fbfcf8286e4d44a3' | Michael Niedermayer | 2013-07-26 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Add '0' to float constants ending in '.'. | Diego Biurrun | 2013-07-25 | 1 | -1/+1 |
* | | lavf: remove some flushing in write_packet muxers callbacks. | Clément Bœsch | 2013-04-14 | 1 | -2/+0 |
* | | Revert "swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.f... | Carl Eugen Hoyos | 2013-02-17 | 1 | -1/+5 |
* | | swfenc: zero fifo after freeing | Michael Niedermayer | 2012-10-27 | 1 | -1/+3 |
* | | Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a' | Michael Niedermayer | 2012-10-10 | 1 | -0/+8 |
|\| |
|
| * | swfenc: error out for more than 1 audio or video stream | Janne Grunau | 2012-10-09 | 1 | -0/+8 |
* | | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b' | Michael Niedermayer | 2012-09-16 | 1 | -2/+0 |
|\| |
|
| * | lavf: flush the output AVIOContext in av_write_trailer(). | Anton Khirnov | 2012-09-15 | 1 | -2/+0 |
* | | Fix muxing mjpeg in swf. | Carl Eugen Hoyos | 2012-09-12 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-10 | 1 | -1/+1 |
|\| |
|
| * | swf: Move shared table out of the header file | Diego Biurrun | 2012-08-09 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -15/+15 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -15/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -2/+2 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -2/+2 |
* | | swfenc: use av_assert | Michael Niedermayer | 2012-06-07 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-21 | 1 | -0/+2 |
|\| |
|
| * | avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. | James Zern | 2012-05-20 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-06 | 1 | -5/+1 |
|\| |
|
| * | swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_size | Justin Ruggles | 2012-03-05 | 1 | -5/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -20/+19 |
|\| |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -20/+19 |