summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/subtitles: add a next line jumper and use it.Clément Bœsch2013-09-081-1/+2
* avformat/matroskaenc: remove bogus prores tagPaul B Mahol2013-09-081-1/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-051-1/+9
|\
| * matroskaenc: Allow chapters to be written in trailerJohn Stebbins2013-09-041-1/+9
* | Merge commit 'f812eeda17e38797df5cb733ce99cdfd829d84ca'Michael Niedermayer2013-08-281-2/+4
|\ \ | |/
| * matroskaenc: Fix writing TRACKDEFAULTFLAGJohn Stebbins2013-08-271-1/+3
* | Merge commit 'b886f5c2f1e71b3e60e4265c500158d392b4b9a4'Michael Niedermayer2013-08-201-6/+30
|\ \ | |/
| * mkv: Allow flushing the current cluster in progressMartin Storsjö2013-08-191-6/+30
* | Merge commit '59f595921eb2b848a80a74aa81b6bb43038c9ebe'Michael Niedermayer2013-08-201-0/+1
|\ \ | |/
| * mkv: Flush the old cluster before writing a new oneLuca Barbato2013-08-191-0/+1
* | Merge commit '98308bd44face14ea3142b501d16226eec23b75a'Michael Niedermayer2013-08-201-10/+22
|\ \ | |/
| * mkv: Add options for specifying cluster limitsLuca Barbato2013-08-191-10/+22
* | Merge commit '148fbdd1c2a2a88a78ba9fd152c81c840bdb205a'Michael Niedermayer2013-08-201-10/+32
|\ \ | |/
| * mkv: Refactor mkv_write_packetLuca Barbato2013-08-191-10/+32
* | matroskaenc: remove unneeded wavpack tagPaul B Mahol2013-08-191-1/+0
* | lavf/matroska: Adding the new SeekPreRoll elementVignesh Venkatasubramanian2013-08-181-0/+7
* | avformat/matroskaenc: make 2 tables static that are not used outside matroskaencMichael Niedermayer2013-08-021-2/+2
* | matroskaenc: implement CueRelativePositionBernie Habermeier2013-07-241-7/+13
* | avformat/matroskaenc: Only change chapter ids if needed.Michael Niedermayer2013-07-191-2/+8
* | lavf/matroskaenc: using valid chapter idsFabian Neundorf2013-07-181-2/+2
* | matroskaenc: simplify mkv_check_tag()Michael Niedermayer2013-07-171-3/+2
* | lavf/matroskaenc: Check for valid metadata before creating tagsJames Almer2013-07-171-3/+15
* | matroskaenc: use ffio_fill()Paul B Mahol2013-07-161-7/+4
* | mastroka audio muxer: Set long_name to Matroska Audio so that it differs from...Alexis Ballier2013-07-161-1/+1
* | WebM muxer writes WebVTT subtitle trackMatthew Heaney2013-07-091-13/+84
* | avformat/matroskaenc: Allow VP9 and Opus in webmTudor Suciu2013-07-031-1/+3
* | Merge commit 'c3e58f8fb75d8467161a65b85eb88281547ebab1'Michael Niedermayer2013-06-241-2/+5
|\ \ | |/
| * matroskaenc: restore compatibility with non referenced AVPacketRafaël Carré2013-06-241-2/+5
* | Merge commit '2d2d6a4883479403798f4ed46941d5b365823570'Michael Niedermayer2013-05-291-1/+72
|\ \ | |/
| * matroskaenc: support muxing WavPackAnton Khirnov2013-05-281-1/+72
* | vformat/matroskaenc: factorize alpha code in mkv_write_block()Michael Niedermayer2013-05-171-19/+14
* | Adding support for muxing VP8 Alpha filesVignesh Venkatasubramanian2013-05-171-10/+49
* | 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
OpenPOWER on IntegriCloud