summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc_mpegts.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-6/+7
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-271-2/+2
* rtpenc_mpegts: add AVClass to the muxer contextGyan Doshi2021-04-011-0/+1
* avformat/rtpenc_mpegts: stop leaksGyan Doshi2021-03-281-4/+8
* avformat/rtpenc_mpegts: convey options for rtp muxerGyan Doshi2021-03-261-1/+6
* avformat/rtpenc_mpegts: relay streamid to mpegts muxer streams.Gyan Doshi2021-03-261-0/+1
* avformat/rtpenc_mpegts: convey options for mpeg-ts muxerGyan Doshi2021-03-261-1/+23
* avformat/rtp_mpegts: typedef MuxChain structGyan Doshi2021-03-211-6/+6
* avformat/rtpenc_mpegts: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-8/+15
* avformat/rtpenc_mpegts: removed unused check of avformat_free_contextSteven Liu2019-12-021-2/+1
* avformat/rtpenc_mpegts: copy metadata to mpegts sub-muxerMoritz Barsnick2019-09-201-0/+2
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-201-2/+2
* libavformat/rtpenc_mpegts: check avformat_new_stream() return valuePan Bian2017-11-281-0/+4
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-2/+2
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-2/+2
* | Merge commit 'cf402d6fa88acd647cdff993429583bec8a34fdc'Michael Niedermayer2015-03-101-2/+1
|\ \ | |/
| * rtpenc_mpegts: Set chain->rtp_ctx only after avformat_write_header succeededMartin Storsjö2015-03-101-2/+1
* | Merge commit 'c83dd2d2a458075a58895c384372f57c1ec26276'Michael Niedermayer2015-03-101-1/+1
|\ \ | |/
| * rtpenc_mpegts: Free the right ->pb in the error path in the init functionMartin Storsjö2015-03-101-1/+1
* | Merge commit '8e32b1f0963d01d4f5d4803eb721f162e0d58d9a'Michael Niedermayer2015-02-251-10/+3
|\ \ | |/
| * libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-241-10/+3
* | Merge commit 'fc308b30bb24e623fed042ec78b10803b2362a18'Michael Niedermayer2014-12-201-3/+1
|\ \ | |/
| * rtpenc_mpegts: Call write_trailer for the mpegts muxer even if no output buff...Martin Storsjö2014-12-191-3/+1
* | Merge commit '8a70ef94b9c377293b3dfa7d92cdc81a4fe1543a'Michael Niedermayer2014-12-191-4/+4
|/
* libavformat: Add a muxer wrapping mpegts encoding into RTPMartin Storsjö2014-12-181-0/+165