summaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '74383def8f46805faf3391c98516b248108a9a6b'Derek Buitenhuis2016-05-121-1/+4
|\
| * movenc: Handle pts == NOPTS when autoflushingMartin Storsjö2016-04-211-1/+4
* | Merge commit '0abb07bad7026a945a31ba4047e6583c8b3fa3da'Derek Buitenhuis2016-05-121-1/+2
|\ \ | |/
| * movenc: Update a comment to reflect how the code actually behavesMartin Storsjö2016-04-191-1/+2
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-418/+448
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-261/+258
* | fix some a/an typosLou Logan2016-03-281-1/+1
* | lavf/movenc: Fix help output.Carl Eugen Hoyos2016-03-101-3/+3
* | lavf/movenc: Add support for palette side dataMats Peterson2016-03-041-19/+25
* | movenc: Timecode in MP4 Although MP4 does not have a concrete specification t...Syed Andaleeb Roomy2016-02-281-3/+6
* | lavf/movenc: Add palette to video sample descriptionMats Peterson2016-02-271-2/+62
* | avformat/movenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-7/+1
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-2/+2
|\ \ | |/
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-241-2/+2
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-1/+1
* | avformat/movenc: Check that pkt duration is within 32bit rangeMichael Niedermayer2016-01-091-4/+4
* | avformat/movenc: Use strict_std_compliance from the muxer layer instead of th...Michael Niedermayer2015-12-301-1/+1
* | Merge commit '5845a8273e4694e0254ad728970b82bb64fd8bc0'Hendrik Leppkes2015-12-171-3/+6
|\ \ | |/
| * movenc: use the CPB props side dataAnton Khirnov2015-12-061-5/+8
* | movenc: support cenc (common encryption)erankor2015-12-151-7/+85
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-2/+2
* | avformat/movenc: HE-AAC correct FourCC in ISMLYann Coupin2015-12-041-1/+11
* | Merge commit 'ca489564ae150bc41764f175b88151d883e69ae0'Derek Buitenhuis2015-11-221-4/+15
|\ \ | |/
| * movenc: add fallback audio track tref supportJohn Stebbins2015-11-181-4/+15
* | Merge commit 'bef3b1f59f036aba4a5fe599b2480f6bd9e6b280'Derek Buitenhuis2015-11-181-4/+14
|\ \ | |/
| * movenc: Allow setting start_dts/start_cts before writing actual packetsMartin Storsjö2015-11-111-3/+12
* | Merge commit '09e431b9e3674804172e7b0a0f865b65ec09739a'Derek Buitenhuis2015-11-171-4/+12
|\ \ | |/
| * movenc: Assume streams starting at pts=0 for discontinuous fragments with edi...Martin Storsjö2015-11-111-4/+12
* | Merge commit '8ad5124b7ecf7f727724e270a7b4bb8c7bcbf6a4'Hendrik Leppkes2015-11-111-0/+1
|\ \ | |/
| * movenc: Automatically flush after writing the initial moovMartin Storsjö2015-11-101-0/+1
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-4/+4
* | Merge commit '5ea5a24eb70646a9061b85af407fcbb5dd4f89fd'Hendrik Leppkes2015-10-271-8/+8
|\ \ | |/
| * movenc: Honor flush requests with delay_moov, when some tracks lack samplesMartin Storsjö2015-10-231-8/+8
* | avcodec: drop 2 suffix from avpriv_ac3_parse_header2Andreas Cadhalpun2015-10-221-2/+2
* | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-291-1/+1
|\ \ | |/
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-151-2/+2
* | Merge commit '26ac22e5e7394346e9d59f800e7d4e91f4518d33'Hendrik Leppkes2015-08-181-7/+8
|\ \ | |/
| * movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö2015-08-121-7/+8
* | Merge commit '5f200bbf98efe50f63d0515b115d2ba8dae297bc'Hendrik Leppkes2015-08-101-0/+3
|\ \ | |/
| * movenc: Place the sidx index after the initial moov/mdat pairMartin Storsjö2015-08-101-0/+3
* | Merge commit '83f254e65f938657a4dbec711e4c94252a72daf9'Hendrik Leppkes2015-08-101-10/+10
|\ \ | |/
| * movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö2015-08-101-7/+7
* | Merge commit '8e34089e265a6b01e1e3301e8864439d26793753'Hendrik Leppkes2015-08-101-0/+2
|\ \ | |/
| * movenc: Check that frag_info entries exist in mov_write_sidx_tagMartin Storsjö2015-08-101-0/+2
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | avformat/movenc: Drop redundant bit exact field from contextMichael Niedermayer2015-07-181-6/+2
* | avformat/movenc: fix mime-types in movenc.ccompn2015-07-091-3/+3
* | Merge commit 'e95c7a61852cc5b9ce5445ff034b87553e61958a'Michael Niedermayer2015-06-301-4/+5
|\ \ | |/
| * mov: Preserve the metadata even when bit-exactness is requestedLuca Barbato2015-06-301-7/+7
OpenPOWER on IntegriCloud