| Commit message (Expand) | Author | Age | Files | Lines |
* | rm: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat: remove avio_flush() calls from the end of write_header functions | Marton Balint | 2020-01-07 | 1 | -1/+0 |
* | avformat/rmenc: do not access AVIO write buffer directly | Marton Balint | 2017-06-18 | 1 | -11/+8 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -3/+3 |
|\ |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -3/+3 |
* | | Merge commit 'd9442d13033a24b14ebae149dcdb42709430e2d9' | Clément Bœsch | 2017-03-19 | 1 | -8/+0 |
|\| |
|
| * | rm: Drop broken disabled cruft | Diego Biurrun | 2016-08-17 | 1 | -8/+0 |
* | | avformat/rmenc: Check framerate before storing | Michael Niedermayer | 2016-11-27 | 1 | -0/+6 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -4/+4 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -4/+4 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -25/+25 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -23/+23 |
* | | Merge commit '1f008f34d5b2b5f6217521747e7acfe3efc0e666' | Hendrik Leppkes | 2016-01-01 | 1 | -2/+5 |
|\| |
|
| * | rmenc: do not use AVCodecContext.frame_size | Anton Khirnov | 2015-12-12 | 1 | -2/+5 |
* | | avformat/rmenc: Remove float usage | Michael Niedermayer | 2015-06-07 | 1 | -8/+8 |
* | | avformat/rmenc: Avoid floats in duration calculation | Michael Niedermayer | 2015-05-25 | 1 | -1/+1 |
* | | Merge commit 'd34039b171bebe37bf723a1b03e5651267099739' | Michael Niedermayer | 2015-04-20 | 1 | -11/+3 |
|\| |
|
| * | rmenc: Drop the temporary buffer for ac3 byteswap | Luca Barbato | 2015-04-20 | 1 | -11/+3 |
| * | rmenc: Check memory allocation | Federico Tomassetti | 2015-03-21 | 1 | -0/+2 |
* | | Merge commit 'bb4edddd9389cc1601db618ed3c1375b62628d04' | Michael Niedermayer | 2015-03-05 | 1 | -3/+6 |
|\| |
|
| * | rmenc: limit packet size | Andreas Cadhalpun | 2015-03-05 | 1 | -0/+8 |
* | | avformat/rm: limit packet size | Andreas Cadhalpun | 2015-03-02 | 1 | -0/+5 |
* | | avformat/rmenc: Check for av_malloc() failure | Michael Niedermayer | 2015-02-22 | 1 | -0/+2 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -2/+2 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -2/+2 |
* | | Merge commit '194be1f43ea391eb986732707435176e579265aa' | Michael Niedermayer | 2014-06-18 | 1 | -1/+4 |
|\| |
|
| * | lavf: switch to AVStream.time_base as the hint for the muxer timebase | Anton Khirnov | 2014-06-18 | 1 | -1/+4 |
| * | lavf: Don't explicitly flush after each written packet in muxers | Clément Bœsch | 2013-09-16 | 1 | -2/+0 |
* | | lavf: remove some flushing in write_packet muxers callbacks. | Clément Bœsch | 2013-04-14 | 1 | -2/+0 |
* | | rmenc: write correct bytes per minute | Piotr Bandurski | 2012-12-23 | 1 | -2/+2 |
* | | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b' | Michael Niedermayer | 2012-09-16 | 1 | -1/+1 |
|\| |
|
| * | lavf: flush the output AVIOContext in av_write_trailer(). | Anton Khirnov | 2012-09-15 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -5/+5 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+1 |
|\| |
|
| * | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | rmenc: more than 2 streams are not currently possible. | Reimar Döffinger | 2012-04-29 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-06 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-03 | 1 | -1/+1 |
|\| |
|
| * | Drop some pointless void* return value casts from av_malloc() invocations. | Diego Biurrun | 2012-01-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -10/+10 |
|\| |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -10/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-09 | 1 | -3/+4 |
|\| |
|
| * | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -3/+4 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-04 | 1 | -3/+3 |
|\| |
|
| * | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-23 | 1 | -1/+1 |
|\| |
|
| * | rmenc: replace avio_seek(0) with avio_tell() | Anton Khirnov | 2011-03-20 | 1 | -1/+1 |