summaryrefslogtreecommitdiff
path: root/libavformat/ttaenc.c
Commit message (Collapse)AuthorAge
* avformat/ttaenc: add a deinit functionJames Almer2019-10-21
| | | | | Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/ttaenc: use AVPacketList helper functions to queue packetsJames Almer2018-04-04
| | | | | | Simplifies code. Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/ttaenc: add tta_init()James Almer2017-11-24
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/ttaenc: buffer packets directlyJames Almer2017-11-24
| | | | | | This is a bit more robust in case of OOM. Signed-off-by: James Almer <jamrial@gmail.com>
* avformat: add a TTA MuxerJames Almer2016-08-04
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>