summaryrefslogtreecommitdiff
path: root/libavformat/tee.c
Commit message (Collapse)AuthorAge
* Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-10
| | | | | | | | | This also deprecates our old duplicated callbacks. * commit '9f61abc8111c7c43f49ca012e957a108b9cc7610': lavf: allow custom IO for all files Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
| | | | | Reviewed-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavf/tee: use lavf API for applying bitstream filtersRodger Combs2015-12-28
|
* lavf/tee: fix side data double free.Nicolas George2015-12-13
| | | | | | | | Similar to 33fefdb44. Fix trac ticket #4921. Signed-off-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
|
* lavf/tee: allow multiple stream specifiers in select.Bela Bodecs2015-10-12
| | | | | | | | | It makes possible to put multiple stream specifier into the select option separated by comma. eg. select=\'a:0,v\' Signed-off-by: Bela Bodecs <bodecsb@vivanet.hu> Signed-off-by: Nicolas George <george@nsup.org>
* Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes2015-09-05
|
* add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun2015-08-22
| | | | | Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* avformat/tee: Simplify code by using avio_closep()Michael Niedermayer2015-01-09
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/tee: flip assigment directionMichael Niedermayer2014-08-03
| | | | | | Found-by: CSA Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/tee: print errors for each failed bitstream filterMichael Niedermayer2014-04-26
| | | | | | Fixes CID1108584 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf/tee: fix leak of bsfs array.Nicolas George2013-10-21
|
* lavf/tee: fix leak of select option.Nicolas George2013-10-21
|
* lavf/tee: fix leak of strdup/strtoked buffer.Nicolas George2013-10-21
| | | | Fix CID 1108606.
* vformat/tee: fix uninitialized use of retMichael Niedermayer2013-09-07
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf/tee: copy metadata to output chained muxersStefano Sabatini2013-08-23
|
* lavf/tee: initialize ret in parse_bsfs()Stefano Sabatini2013-08-22
| | | | Fix spurious failures.
* lavf/tee: add special select optionStefano Sabatini2013-08-21
|
* lavf/tee: add support for bitstream filteringStefano Sabatini2013-08-16
| | | | | This allows to apply different bitstream filters to different outputs, with no need to transcode.
* lavf/tee: pesudo → pseudo.Clément Bœsch2013-06-06
|
* avformat/tee: add forgotten ret assignmentMichael Niedermayer2013-03-19
| | | | | Fixes CID991840 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf: add tee pseudo-muxer.Nicolas George2013-02-09