Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavf: Add a flag to enable/disable per-packet flushing | Luca Barbato | 2013-09-16 | 1 | -1/+7 |
| | | | | | | | | | This is enabled by default and can be disabled with "-fflags -flush_packets". Inspired by a patch from Nicolas George <nicolas.george@normalesup.org>. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+3 |
| | |||||
* | lavf: don't abort if both encoder and muxer aspect ratios are not set | Rafaël Carré | 2013-06-24 | 1 | -7/+12 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | avf: move ff_write_chained to mux.c | Luca Barbato | 2013-06-16 | 1 | -0/+18 |
| | |||||
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
| | |||||
* | avformat: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -2/+3 |
| | |||||
* | lavf: introduce AVFMT_TS_NEGATIVE | Luca Barbato | 2013-04-25 | 1 | -3/+31 |
| | | | | | | | | | | Most formats do not support negative timestamps, shift them to avoid unexpected behaviour and a number of bad crashes. CC:libav-stable@libav.org Signed-off-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft | Anton Khirnov | 2013-03-11 | 1 | -9/+0 |
| | |||||
* | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -0/+3 |
| | | | | | | This will allow us to avoid copying the packets in many cases. This breaks ABI. | ||||
* | lavf: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avformat: refactor avformat_write_header | Luca Barbato | 2012-10-01 | 1 | -15/+38 |
| | | | | Split away option settings, sanity checks and general setup. | ||||
* | avformat: refactor avformat_write_header | Luca Barbato | 2012-10-01 | 1 | -27/+42 |
| | | | | Mostly cosmetic changes adding some intermediate to shorten the lines. | ||||
* | avformat: split muxing functions from util.c | Luca Barbato | 2012-10-01 | 1 | -0/+564 |