summaryrefslogtreecommitdiffstats
path: root/libavformat/tee.c
Commit message (Collapse)AuthorAgeFilesLines
* avformat/tee: print errors for each failed bitstream filterMichael Niedermayer2014-04-261-7/+6
| | | | | | Fixes CID1108584 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf/tee: fix leak of bsfs array.Nicolas George2013-10-211-0/+1
|
* lavf/tee: fix leak of select option.Nicolas George2013-10-211-0/+1
|
* lavf/tee: fix leak of strdup/strtoked buffer.Nicolas George2013-10-211-3/+3
| | | | Fix CID 1108606.
* vformat/tee: fix uninitialized use of retMichael Niedermayer2013-09-071-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf/tee: copy metadata to output chained muxersStefano Sabatini2013-08-231-0/+1
|
* lavf/tee: initialize ret in parse_bsfs()Stefano Sabatini2013-08-221-1/+1
| | | | Fix spurious failures.
* lavf/tee: add special select optionStefano Sabatini2013-08-211-13/+58
|
* lavf/tee: add support for bitstream filteringStefano Sabatini2013-08-161-18/+190
| | | | | This allows to apply different bitstream filters to different outputs, with no need to transcode.
* lavf/tee: pesudo → pseudo.Clément Bœsch2013-06-061-1/+1
|
* avformat/tee: add forgotten ret assignmentMichael Niedermayer2013-03-191-1/+1
| | | | | Fixes CID991840 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf: add tee pseudo-muxer.Nicolas George2013-02-091-0/+278
OpenPOWER on IntegriCloud