Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-11avformat/tee: flip assigment directionMichael Niedermayer
Found-by: CSA Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 2e6fdcb7f3c86491408a3699f0aa9dc52b7c5686) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-26avformat/tee: print errors for each failed bitstream filterMichael Niedermayer
Fixes CID1108584 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-21lavf/tee: fix leak of bsfs array.Nicolas George
2013-10-21lavf/tee: fix leak of select option.Nicolas George
2013-10-21lavf/tee: fix leak of strdup/strtoked buffer.Nicolas George
Fix CID 1108606.
2013-09-08vformat/tee: fix uninitialized use of retMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-23lavf/tee: copy metadata to output chained muxersStefano Sabatini
2013-08-22lavf/tee: initialize ret in parse_bsfs()Stefano Sabatini
Fix spurious failures.
2013-08-21lavf/tee: add special select optionStefano Sabatini
2013-08-16lavf/tee: add support for bitstream filteringStefano Sabatini
This allows to apply different bitstream filters to different outputs, with no need to transcode.
2013-06-06lavf/tee: pesudo → pseudo.Clément Bœsch
2013-03-19avformat/tee: add forgotten ret assignmentMichael Niedermayer
Fixes CID991840 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-09lavf: add tee pseudo-muxer.Nicolas George