| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/utils: Move creation-time functions to mux_utils | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | avformat/mux: Move ff_choose_timebase to nutenc, its only user | Andreas Rheinhardt | 2022-05-10 | 1 | -1/+21 |
* | libavformat: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | nutdec: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -1/+1 |
* | lavc: deprecate channel count/layout changing side data | Anton Khirnov | 2022-03-15 | 1 | -0/+2 |
* | avcodec/mpegaudiodata: Unavpriv mpa_bitrate and mpa_frequency tabs | Andreas Rheinhardt | 2022-01-04 | 1 | -2/+2 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -6/+7 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -6/+6 |
* | avformat/nutenc: Write size into right dynamic buffer | Andreas Rheinhardt | 2020-05-05 | 1 | -1/+1 |
* | avformat/aviobuf, nutenc: Move ff_puv_v, ff_get_v_length to nutenc.c | Andreas Rheinhardt | 2020-05-05 | 1 | -73/+99 |
* | avformat/nutenc: Add goto fail in nut_write_headers() | Andreas Rheinhardt | 2020-05-05 | 1 | -7/+6 |
* | avformat/nutenc: Reuse dynamic buffers when possible | Andreas Rheinhardt | 2020-05-05 | 1 | -16/+8 |
* | libavformat/nutenc: Remove redundant function parameter | Andreas Rheinhardt | 2020-05-05 | 1 | -14/+11 |
* | avformat/nutenc: Drop redundant frees | Andreas Rheinhardt | 2020-03-14 | 1 | -5/+1 |
* | avformat: remove avio_flush() calls from the end of write_header functions | Marton Balint | 2020-01-07 | 1 | -2/+0 |
* | avformat/nutenc: Do not pass NULL to memcmp() in get_needed_flags() | Michael Niedermayer | 2019-11-05 | 1 | -5/+6 |
* | avformat/nutenc: free all missing dynamic AVIOContext on header writing failure | James Almer | 2019-10-19 | 1 | -4/+7 |
* | avformat/nutenc: don't allocate a dynamic AVIOContext if no index is going to... | James Almer | 2019-10-18 | 1 | -1/+4 |
* | avformat/nutenc: Document trailer index assert better | Michael Niedermayer | 2018-12-16 | 1 | -1/+1 |
* | Merge commit '07eea5a5ded1141632aefecfa59dcdc26de2d7ea' | Clément Bœsch | 2017-03-24 | 1 | -19/+0 |
|\ |
|
| * | nut: Drop pointless TRACE level debug code | Diego Biurrun | 2016-10-27 | 1 | -20/+0 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -42/+44 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -36/+36 |
* | | avformat: use ff_standardize_creation_time for formats writing all format str... | Marton Balint | 2016-03-03 | 1 | -0/+1 |
* | | Merge commit 'dc6527ed908e4d330738f139074455ffbe56a2de' | Derek Buitenhuis | 2016-02-29 | 1 | -2/+9 |
|\| |
|
| * | nutenc: do not use AVCodecContext.frame_size | Anton Khirnov | 2016-02-22 | 1 | -2/+9 |
| * | nut: Use the correct codec_tag when multiple are available | Luca Barbato | 2015-11-02 | 1 | -1/+2 |
* | | avformat/nutenc: implement deinit() | Michael Niedermayer | 2016-01-21 | 1 | -5/+13 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | avutil/tree: add additional const qualifier to the comparator | Ganesh Ajjanagadde | 2015-10-24 | 1 | -1/+1 |
* | | avformat/nutenc: Omit AV_PKT_DATA_QUALITY_STATS when storing side data. | Michael Niedermayer | 2015-07-25 | 1 | -0/+1 |
* | | avformat/nutenc: Fix writing strings larger than 2gb | Michael Niedermayer | 2015-05-10 | 1 | -1/+1 |
* | | Merge commit '8e32b1f0963d01d4f5d4803eb721f162e0d58d9a' | Michael Niedermayer | 2015-02-25 | 1 | -8/+3 |
|\| |
|
| * | libavformat: Use ffio_free_dyn_buf where applicable | Martin Storsjö | 2015-02-24 | 1 | -8/+3 |
* | | nutdec: Remove unused variables | Timothy Gu | 2015-02-06 | 1 | -2/+0 |
* | | Merge commit '80a11de7dca315505bf203ce9c8c016e71724fd2' | Michael Niedermayer | 2015-01-27 | 1 | -0/+2 |
|\| |
|
| * | nutenc: do not use has_b_frames | Anton Khirnov | 2015-01-27 | 1 | -2/+4 |
* | | avformat/nutenc: store the actual r_frame_rate in the corresponding field if ... | Michael Niedermayer | 2014-12-14 | 1 | -1/+4 |
* | | Merge commit 'b69183f65d0f6f4cd7a4e6c0deb57d59b0185aba' | Michael Niedermayer | 2014-10-22 | 1 | -0/+1 |
|\| |
|
| * | nutenc: check for negative index rather than assert | Vittorio Giovara | 2014-10-21 | 1 | -1/+4 |
* | | Merge commit 'd754ed41727b1fcbab335b510248a9758a73320c' | Michael Niedermayer | 2014-06-18 | 1 | -1/+1 |
|\| |
|
| * | riffenc: take an AVStream instead of an AVCodecContext | Anton Khirnov | 2014-06-18 | 1 | -1/+1 |
* | | avformat/nutenc: cleaner version check | Michael Niedermayer | 2014-06-10 | 1 | -1/+1 |
* | | avformat/nutenc: Fix error handling in nut_write_packet() | Michael Niedermayer | 2014-06-10 | 1 | -10/+17 |
* | | avformat/nutenc: Fix error handling in write_sm_data() | Michael Niedermayer | 2014-06-10 | 1 | -5/+10 |
* | | avformat/nutenc: Suggest genpts if AV_NOPTS_VALUE | Michael Niedermayer | 2014-05-30 | 1 | -0/+2 |
* | | avformat/nutenc: replace conditional by assert | Michael Niedermayer | 2014-05-29 | 1 | -1/+2 |
* | | avformat/nutenc: limit index table size if no index is going to be written | Michael Niedermayer | 2014-05-29 | 1 | -1/+8 |
* | | avformat/nutenc: add mode that omits the index | Michael Niedermayer | 2014-05-29 | 1 | -1/+4 |