summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* ff_put_wav_header: add flag to force WAVEFORMATEXDaniel Verkamp2014-04-301-2/+2
* avformat/movenc: dont store invalid tapt atomMichael Niedermayer2014-04-251-1/+1
* Merge commit '99e22b7859177f6d3ed6121040924b337dce5497'Michael Niedermayer2014-04-251-5/+17
|\
| * mov: Emit the correct tags for clcp tracksMiles Gould2014-04-251-6/+24
| * mov: Write prof section of tapt tagAidan Skinner2014-04-251-0/+6
* | Warn if rawvideo and an unreadable pix_fmt are written.Carl Eugen Hoyos2014-04-111-0/+10
* | Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e'Michael Niedermayer2014-04-021-2/+5
|\ \ | |/
| * More correct printf format specifiersDiego Biurrun2014-04-021-2/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-311-3/+7
|\ \ | |/
| * mov: Unbreak sbtl writingMichael Niedermayer2014-03-311-3/+7
* | avformat/movenc: fix if vs if elseMichael Niedermayer2014-03-291-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-291-5/+78
|\ \ | |/
| * movenc: Add dvd subtitle supportJohn Stebbins2014-03-281-5/+78
* | Merge commit '1e9db41e2a2166be5671b088ef4ad06a40af459f'Michael Niedermayer2014-03-231-1/+4
|\ \ | |/
| * movenc: Allow override of major brand in ftyp atomJohn Stebbins2014-03-231-1/+4
* | avformat/movenc: omit avformat ident from isml_manifest for bitexact modeMichael Niedermayer2014-03-161-1/+2
* | avformat/movenc: omit LIBAVCODEC_IDENT for bitexact mode from uuidusmt_tagMichael Niedermayer2014-03-161-1/+3
* | avformat/movenc: only ommit encoder tag of the metadata for bitexact modeMichael Niedermayer2014-03-161-7/+7
* | avformat/movenc: encode compilation metadataPeter Ross2014-03-151-0/+1
* | mvformat/movenc: fix IMXMichael Niedermayer2014-03-131-1/+4
* | avformat/movenc: rescale when copying duration to timecode trackBryce McLeod2014-03-121-1/+4
* | Replace an incorrect av_free() in movenc.c with av_freep().Carl Eugen Hoyos2014-03-101-1/+1
* | Merge commit '4f3db5d3418a24f3b90422e98ad75388052c4284'Michael Niedermayer2014-03-091-0/+1
|\ \ | |/
| * movenc: allow muxing HEVC in MODE_MP4.Tim Walker2014-03-091-0/+1
* | Merge commit 'b6c61fb83e876d404ac3b0b3657ebfcafdcd1926'Michael Niedermayer2014-03-091-0/+9
|\ \ | |/
| * movenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker2014-03-091-0/+9
* | Merge commit '20b40a597cdd4969cf1147d7c7efee2b6232524b'Michael Niedermayer2014-03-091-0/+13
|\ \ | |/
| * movenc: write hvcC tag for HEVC.Tim Walker2014-03-091-0/+13
* | Merge commit '565e0c6d866ce08d4b06427456d3d1f4fd856e9c'Michael Niedermayer2014-03-091-1/+2
|\ \ | |/
| * movenc: allow override of "writing application" tagJohn Stebbins2014-03-081-1/+2
* | avformat/movenc: shift positive timestamps to 0 if edit lists cannot be usedMichael Niedermayer2014-02-221-1/+1
* | avformat/movenc: assert that get_cluster_duration() value is validMichael Niedermayer2014-02-211-1/+6
* | avformat/movenc: check that the input timestamps are within the range that ca...Michael Niedermayer2014-02-211-0/+11
* | avformat/movenc: simplify code, decrease difference to libavMichael Niedermayer2014-02-191-8/+7
* | Merge commit '1e142d5b4842dcb39fcb0e92e4aacbc9977bfa66'Michael Niedermayer2014-02-191-1/+1
|\ \ | |/
| * movenc: Add a fallback fragmentation method for plain mp4 as wellMartin Storsjö2014-02-191-4/+2
* | lavf/movenc: return meaningful error code from mov_write_header()Stefano Sabatini2013-12-141-5/+9
* | lavf/movenc: improve feedback in case of unsupported codecStefano Sabatini2013-12-141-2/+3
* | Fix remuxing of IMA_QT in mov.Carl Eugen Hoyos2013-12-091-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+2
|\ \ | |/
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* | Merge commit 'e01fba5562133ac56a4f44c6f214a80ee33cb388'Michael Niedermayer2013-10-231-2/+7
|\ \ | |/
| * movenc: Add an F4V muxerClément Bœsch2013-10-231-1/+37
* | movenc: use ff_alloc_extradata()James Almer2013-10-141-3/+1
* | avformat/movenc: set XDCAM codec tag correctlyMichael Niedermayer2013-10-121-0/+62
* | avformat/movenc: set pretty compressor name for XDCAMMichael Niedermayer2013-10-121-2/+27
* | avformat/movenc: make AVStream easier to accessMichael Niedermayer2013-10-121-0/+1
* | avformat/movenc: factor out find_fps()Michael Niedermayer2013-10-081-8/+14
* | Merge commit 'f2b00a5372bfa1d82a8ab99cb8eafac8a9473494'Michael Niedermayer2013-09-231-2/+2
|\ \ | |/
| * movenc: Return a proper error code for invalid combinationsMartin Storsjö2013-09-221-2/+2