Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
| | |||||
* | mov_chan: Pass a separate AVIOContext for reading | Samuel Pitoiset | 2012-09-07 | 1 | -1/+3 |
| | | | | | | | This fixes crashes when called from rtpdec_qt, where AVFormatContext->pb is null, a crash present since 3bab7cd128. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxer | Justin Ruggles | 2012-07-19 | 1 | -8/+11 |
| | |||||
* | doxygen: Remove documentation for non-existing parameters; misc small fixes. | Diego Biurrun | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions. | Alex Converse | 2012-01-05 | 1 | -0/+8 |
| | |||||
* | mov: add support for reading and writing the 'chan' tag | Justin Ruggles | 2011-12-09 | 1 | -0/+55 |
This implements reading the tag in the demuxer and adds support for writing it in the muxer. Some example channel layout tables for muxing are included for ac3, aac, and alac, but they are not utilized yet. |