aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mux.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mux: Check that deinit is set before calling itMichael Niedermayer2016-04-241-1/+2
* Merge commit '521dc78366c6ea54b7b69426dab302a57231f81e'Derek Buitenhuis2016-01-271-6/+0
|\
| * mux: drop the warning about global headersAnton Khirnov2016-01-121-6/+0
* | avformat/mux: Fix error when writing uncoded frames.Matt Oliver2016-01-271-5/+9
* | lavf: add automatic bitstream filtering; bump versionRodger Combs2015-12-281-3/+46
* | avformat/mux: Rename compute_pkt_fields2(), the name is absolutely terribleMichael Niedermayer2015-11-121-4/+4
* | Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8'Hendrik Leppkes2015-11-111-2/+75
|\|
| * lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-091-2/+75
* | Merge commit '9b56d5c11488656254e9aed8d964ef2b7c2ff5e6'Hendrik Leppkes2015-10-291-10/+7
|\|
| * avpacket: Deprecate av_dup_packetLuca Barbato2015-10-261-6/+4
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-3/+3
|\|
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-3/+3
* | avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-221-1/+1
* | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-291-1/+1
|\|
* | Merge commit '9ad1e0c12caa440de860bd8f2122beb11d73815c'Hendrik Leppkes2015-09-071-2/+7
|\|
| * mux: Make sure that the data is actually writtenSean McGovern2015-09-031-2/+6
* | Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes2015-09-051-5/+0
* | Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes2015-09-051-5/+0
|\|
| * lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-281-5/+0
* | mux: warn if the encoders bitexact flag is set, but not the muxersAndreas Cadhalpun2015-08-301-2/+15
* | avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer2015-08-231-8/+14
* | add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun2015-08-221-0/+4
* | avformat/mux: Update sidedata in ff_write_chained()Michael Niedermayer2015-08-201-0/+2
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-2/+2
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
| * mux: Do not leave stale side data pointers in ff_interleave_add_packet()Michael Niedermayer2015-05-061-0/+2
* | libavformat/mux: Add ff_choose_chroma_location()Michael Niedermayer2015-05-221-0/+30
* | avformat/mux: use <0 instead of != 0 for error check of init_muxer()Michael Niedermayer2015-05-161-1/+1
* | avformat/mux: Add avoid_negative_ts_use_ptsMichael Niedermayer2015-05-051-12/+24
* | avformat/mux: Place timestamp related trace av_logs under FF_FDEBUG_TSMichael Niedermayer2015-04-201-3/+8
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-4/+4
|\|
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-4/+4
* | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer2015-02-111-16/+16
|\|
| * lavf: move internal fields from public to internal contextwm42015-02-101-15/+15
| * libavformat: Allow calling av_write_trailer with a NULL AVIOContextMartin Storsjö2014-12-191-1/+1
* | avformat/mux: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol2015-01-311-3/+0
* | avformat/mux: 2 subtitle packets could have the same DTSMichael Niedermayer2014-12-291-0/+1
* | lavf/mux: Always call write_trailer() from av_write_trailer() to avoid a leak.Carl Eugen Hoyos2014-11-201-2/+6
* | Merge commit '9257692ac15eff7b07540c1f61cebde0d8823fbd'Michael Niedermayer2014-11-181-2/+2
|\|
| * lavf: Only initialize s->offset once when using avoid_negative_ts make_zeroMartin Storsjö2014-11-171-2/+2
* | Merge commit '897d5c3a4296f3da80b8699d1487328ca2de8e55'Michael Niedermayer2014-11-071-2/+3
|\|
| * lavf: Print a warning if failed to avoid negative timestamps when requestedMichael Niedermayer2014-11-071-0/+8
* | Merge commit '1384df641994bf3d6cb51084290aa94752737bae'Michael Niedermayer2014-11-071-2/+4
|\|
| * lavf: Add an option for avoiding negative timestampsMichael Niedermayer2014-11-071-2/+10
* | Merge commit '91e8d2eb1f7bf3af949008b106ec1ca037b88b0e'Michael Niedermayer2014-11-061-1/+1
|\|
| * lavf: use the format context strict_std_compliance instead of the codec oneAnton Khirnov2014-11-061-1/+1
* | avformat/mux: Fix assertion failure due to max_interleave_delta and poor inputMichael Niedermayer2014-10-221-1/+9
* | Merge commit '2d6e58497e76836604364b037df9b00ba3d75b69'Michael Niedermayer2014-10-151-1/+1
|\|
| * lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov2014-10-151-1/+1
* | Merge commit 'eb4f9069002e73648f6640cd054fc814cfda75b8'Michael Niedermayer2014-10-101-2/+4
|\|