aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | lavf/matroskaenc: return an error for unsupported types.Nicolas George2013-05-041-1/+1
* | Merge commit 'e3b225a4fe0ff1e64a220b757c6f0a5cf9258521'Michael Niedermayer2013-05-031-1/+63
|\|
| * matroskaenc: add an option to put the index at the start of the fileAnton Khirnov2013-05-031-1/+63
* | Merge commit '0574bc06d23a6690a16c5926dddc9be359a3d7bb'Michael Niedermayer2013-05-031-10/+12
|\|
| * matroskaenc: cosmetics, reorder the #includesAnton Khirnov2013-05-031-9/+11
* | subtitles: introduce ASS codec id and use it.Clément Bœsch2013-04-181-0/+8
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-081-21/+7
|\|
| * avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-21/+7
* | matroskaenc: fix cue tracknum off by 1 errorMichael Niedermayer2013-02-231-2/+4
* | lavf/matroskaenc: avoid assert failure in case of cuepoints with duplicated PTSStefano Sabatini2013-02-201-2/+8
* | lavf/matroskaenc: provide more feedback in case of unsupported codecStefano Sabatini2013-02-101-4/+6
* | Do not write invalid matroska files.Carl Eugen Hoyos2013-02-101-0/+13
* | Correctly mark non-default streams when muxing matroska.Carl Eugen Hoyos2013-01-301-2/+7
* | Write forced track flag to matroska files.Carl Eugen Hoyos2013-01-271-0/+2
* | matroskaenc: fix -codec copy with TTAPaul B Mahol2013-01-241-0/+2
* | matroskaenc: support TTA muxingPaul B Mahol2013-01-241-9/+1
* | Refuse to mux tta into matroska, the output file is broken.Carl Eugen Hoyos2013-01-241-0/+7
* | matroskaenc: add codec_tag lists back.Carl Eugen Hoyos2013-01-241-0/+35
* | lavf/matroskaenc: respect bitexact for attachments.Nicolas George2013-01-011-1/+19
* | lavf/matroskaenc: check for overflow in display width.Nicolas George2012-12-131-1/+5
* | lavf/matroskaenc: use integers to for display size.Nicolas George2012-12-121-1/+1
* | matroskaenc: avoid implicit truncation in avio_w*Michael Niedermayer2012-10-241-3/+3
* | matroskaenc: Fix hypothetical integer overflowsMichael Niedermayer2012-10-201-2/+2
* | matroskaenc: check avio_open_dyn_buf() retuen codeMichael Niedermayer2012-10-201-2/+6
* | lavf/mkv: avoid negative ts by default.Clément Bœsch2012-10-151-0/+3
* | Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a'Michael Niedermayer2012-10-101-3/+3
|\|
| * matroskaenc: check cue point validity before reallocationJanne Grunau2012-10-091-3/+3
* | matroskaenc: remove MATROSKA_ID_VIDEODISPLAYUNIT 3Michael Niedermayer2012-10-071-1/+0
* | Merge commit '117d8c6d1f1c187ffc6098d9618457e00534e013'Michael Niedermayer2012-09-201-4/+20
|\|
| * matroska: implement support for ProResLuca Barbato2012-09-191-2/+10
| * matroska: implement support for ALACMoritz Bunkus2012-09-191-0/+10
* | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer2012-09-161-1/+1
|\|
| * lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-151-1/+1
* | lavf/mkv: prefix video stereo arrays with ff_.Clément Bœsch2012-09-161-1/+1
* | matroskadec, matroskadec, srtenc: Read/Write duration for subtitles.Philip Langdale2012-08-311-1/+4
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-27/+27
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-25/+25
* | matroskaenc: Implement support for ALACMoritz Bunkus2012-08-051-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-3/+3
|\|
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-231-15/+6
|\|
| * lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-221-15/+6
* | matroskaenc: switch to av_assertMichael Niedermayer2012-07-131-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-211-3/+5
|\|
| * avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-201-3/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-061-2/+2
|\|
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-4/+6
* | matroskaenc: change cluster_pos to use -1 as the "I'm not currently working o...Aaron Colwell2012-03-141-4/+5
* | matroska : Add support for reading/writing creation_time metadata.Aaron Colwell2012-03-051-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-2/+2
|\|