| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | nutenc: avoid av_tree_find() operation per syncpoint | Michael Niedermayer | 2014-05-29 | 1 | -7/+3 |
* | | avformat/nutenc: bump minor version due to broadcast/pipe | Michael Niedermayer | 2014-05-29 | 1 | -1/+1 |
* | | avformat/nutenc: change check to match comment | Michael Niedermayer | 2014-05-29 | 1 | -1/+1 |
* | | avformat/nutenc: fix used version value | Michael Niedermayer | 2014-05-29 | 1 | -1/+1 |
* | | Merge commit 'c94e2e85cb6af8a570d8542a830556243bd32873' | Michael Niedermayer | 2014-05-29 | 1 | -3/+42 |
|\| |
|
| * | nut: Support experimental NUT 4 features | Luca Barbato | 2014-05-28 | 1 | -3/+42 |
* | | avformat/nutenc: switch to AVFMT_FLAG_BITEXACT | Michael Niedermayer | 2014-05-18 | 1 | -2/+1 |
* | | avformat/nutenc: fix missing break in switch | Michael Niedermayer | 2014-01-24 | 1 | -0/+1 |
* | | avformat/nut: add support for per frame side & meta data with version 4 | Michael Niedermayer | 2014-01-04 | 1 | -5/+143 |
* | | avformat/nut: add minor_version field with version>=4 | Michael Niedermayer | 2013-12-25 | 1 | -0/+2 |
* | | avformat/nut: store version in the context | Michael Niedermayer | 2013-12-25 | 1 | -1/+1 |
* | | nutenc/write_index: warn if 2 consecutive keyframes have the same PTS and dis... | Michael Niedermayer | 2013-12-22 | 1 | -1/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+2 |
|\| |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
| * | nut: Fix unchecked allocations | Derek Buitenhuis | 2013-10-22 | 1 | -1/+2 |
* | | nut: Fix unchecked allocations | Derek Buitenhuis | 2013-10-22 | 1 | -1/+2 |
* | | avformat/nutenc: use av_reallocp_array() | Paul B Mahol | 2013-09-14 | 1 | -1/+1 |
* | | avformat/nutenc: use av_calloc() | Paul B Mahol | 2013-09-14 | 1 | -4/+4 |
* | | Merge commit '6ff15cd569e1345bc3612fb69ad3003b104fe50d' | Michael Niedermayer | 2013-07-28 | 1 | -1/+1 |
|\| |
|
| * | Remove unreachable returns | Diego Biurrun | 2013-07-27 | 1 | -1/+1 |
* | | Merge commit '46c1917350f58dfab84e41919e6c02d43950db8c' | Michael Niedermayer | 2013-05-06 | 1 | -1/+1 |
|\| |
|
| * | nut: use a define for the nut version | Luca Barbato | 2013-05-06 | 1 | -1/+1 |
* | | nutenc: only write an index if there are syncpoints | Michael Niedermayer | 2013-02-18 | 1 | -1/+1 |
* | | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb' | Michael Niedermayer | 2012-11-29 | 1 | -0/+1 |
|\| |
|
| * | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 1 | -0/+1 |
* | | Merge commit '381dc1a5ec0925b281c573457c413ae643567086' | Michael Niedermayer | 2012-10-30 | 1 | -1/+3 |
|\| |
|
| * | nutenc: verbosely report unsupported negative pts | Luca Barbato | 2012-10-29 | 1 | -2/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-28 | 1 | -359/+394 |
|\| |
|
| * | nutenc: K&R formatting cosmetics | Luca Barbato | 2012-10-28 | 1 | -341/+412 |
| * | nut: export codec_tag provided by rawvideo | Luca Barbato | 2012-10-16 | 1 | -1/+1 |
* | | Merge commit '1bd442c276e6688b43777a198cad0d7e3a92123f' | Michael Niedermayer | 2012-10-14 | 1 | -4/+1 |
|\| |
|