aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/tee.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-9/+8
* Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-1/+4
* lavf/tee: use lavf API for applying bitstream filtersRodger Combs2015-12-281-43/+3
* lavf/tee: fix side data double free.Nicolas George2015-12-131-0/+2
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* lavf/tee: allow multiple stream specifiers in select.Bela Bodecs2015-10-121-6/+27
* Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes2015-09-051-7/+1
* add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun2015-08-221-1/+7
* avformat/tee: Simplify code by using avio_closep()Michael Niedermayer2015-01-091-4/+2
* avformat/tee: flip assigment directionMichael Niedermayer2014-08-031-1/+1
* avformat/tee: print errors for each failed bitstream filterMichael Niedermayer2014-04-261-7/+6
* 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
* vformat/tee: fix uninitialized use of retMichael Niedermayer2013-09-071-1/+1
* 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
* lavf/tee: add special select optionStefano Sabatini2013-08-211-13/+58
* lavf/tee: add support for bitstream filteringStefano Sabatini2013-08-161-18/+190
* lavf/tee: pesudo → pseudo.Clément Bœsch2013-06-061-1/+1
* avformat/tee: add forgotten ret assignmentMichael Niedermayer2013-03-191-1/+1
* lavf: add tee pseudo-muxer.Nicolas George2013-02-091-0/+278