| Commit message (Expand) | Author | Age | Files | Lines |
* | matroska: Add the CueDuration element | James Almer | 2013-09-21 | 1 | -5/+11 |
* | matroskaenc: Add CuePoints for subtitle tracks | James Almer | 2013-09-20 | 1 | -1/+1 |
* | matroskaenc: Write muxingapp and writingapp elements when using bitexact flag | James Almer | 2013-09-18 | 1 | -0/+4 |
* | matroskaenc: Bump DocTypeVersion to 4 | James Almer | 2013-09-15 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-09-12 | 1 | -8/+8 |
|\ |
|
| * | matroskaenc: Fix stray pointers left over from av_reallocp_array refactoring | Alexandra Khirnova | 2013-09-12 | 1 | -13/+9 |
* | | avformat/matroskaenc: use av_realloc_array() | Michael Niedermayer | 2013-09-11 | 1 | -2/+2 |
* | | avformat/matroskaenc: use av_freep() to avoid leaving stale pointers | Michael Niedermayer | 2013-09-11 | 1 | -2/+2 |
* | | avformat/matroskaenc: functions that add entries should not destroy the whole... | Michael Niedermayer | 2013-09-11 | 1 | -12/+6 |
* | | Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa' | Michael Niedermayer | 2013-09-11 | 1 | -6/+12 |
|\| |
|
| * | avformat: Use av_reallocp_array() where suitable | Alexandra Khirnova | 2013-09-10 | 1 | -6/+12 |
* | | lavf/matroska: Adding support for Opus CodecDelay | Vignesh Venkatasubramanian | 2013-09-10 | 1 | -0/+5 |
* | | opus/matroska: Adding support for DiscardPadding in muxer | Vignesh Venkatasubramanian | 2013-09-10 | 1 | -2/+22 |
* | | avformat/subtitles: add a next line jumper and use it. | Clément Bœsch | 2013-09-08 | 1 | -1/+2 |
* | | avformat/matroskaenc: remove bogus prores tag | Paul B Mahol | 2013-09-08 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-09-05 | 1 | -1/+9 |
|\| |
|
| * | matroskaenc: Allow chapters to be written in trailer | John Stebbins | 2013-09-04 | 1 | -1/+9 |
* | | Merge commit 'f812eeda17e38797df5cb733ce99cdfd829d84ca' | Michael Niedermayer | 2013-08-28 | 1 | -2/+4 |
|\| |
|
| * | matroskaenc: Fix writing TRACKDEFAULTFLAG | John Stebbins | 2013-08-27 | 1 | -1/+3 |
* | | Merge commit 'b886f5c2f1e71b3e60e4265c500158d392b4b9a4' | Michael Niedermayer | 2013-08-20 | 1 | -6/+30 |
|\| |
|
| * | mkv: Allow flushing the current cluster in progress | Martin Storsjö | 2013-08-19 | 1 | -6/+30 |
* | | Merge commit '59f595921eb2b848a80a74aa81b6bb43038c9ebe' | Michael Niedermayer | 2013-08-20 | 1 | -0/+1 |
|\| |
|
| * | mkv: Flush the old cluster before writing a new one | Luca Barbato | 2013-08-19 | 1 | -0/+1 |
* | | Merge commit '98308bd44face14ea3142b501d16226eec23b75a' | Michael Niedermayer | 2013-08-20 | 1 | -10/+22 |
|\| |
|
| * | mkv: Add options for specifying cluster limits | Luca Barbato | 2013-08-19 | 1 | -10/+22 |
* | | Merge commit '148fbdd1c2a2a88a78ba9fd152c81c840bdb205a' | Michael Niedermayer | 2013-08-20 | 1 | -10/+32 |
|\| |
|
| * | mkv: Refactor mkv_write_packet | Luca Barbato | 2013-08-19 | 1 | -10/+32 |
* | | matroskaenc: remove unneeded wavpack tag | Paul B Mahol | 2013-08-19 | 1 | -1/+0 |
* | | lavf/matroska: Adding the new SeekPreRoll element | Vignesh Venkatasubramanian | 2013-08-18 | 1 | -0/+7 |
* | | avformat/matroskaenc: make 2 tables static that are not used outside matroskaenc | Michael Niedermayer | 2013-08-02 | 1 | -2/+2 |
* | | matroskaenc: implement CueRelativePosition | Bernie Habermeier | 2013-07-24 | 1 | -7/+13 |
* | | avformat/matroskaenc: Only change chapter ids if needed. | Michael Niedermayer | 2013-07-19 | 1 | -2/+8 |
* | | lavf/matroskaenc: using valid chapter ids | Fabian Neundorf | 2013-07-18 | 1 | -2/+2 |
* | | matroskaenc: simplify mkv_check_tag() | Michael Niedermayer | 2013-07-17 | 1 | -3/+2 |
* | | lavf/matroskaenc: Check for valid metadata before creating tags | James Almer | 2013-07-17 | 1 | -3/+15 |
* | | matroskaenc: use ffio_fill() | Paul B Mahol | 2013-07-16 | 1 | -7/+4 |
* | | mastroka audio muxer: Set long_name to Matroska Audio so that it differs from... | Alexis Ballier | 2013-07-16 | 1 | -1/+1 |
* | | WebM muxer writes WebVTT subtitle track | Matthew Heaney | 2013-07-09 | 1 | -13/+84 |
* | | avformat/matroskaenc: Allow VP9 and Opus in webm | Tudor Suciu | 2013-07-03 | 1 | -1/+3 |
* | | Merge commit 'c3e58f8fb75d8467161a65b85eb88281547ebab1' | Michael Niedermayer | 2013-06-24 | 1 | -2/+5 |
|\| |
|
| * | matroskaenc: restore compatibility with non referenced AVPacket | Rafaël Carré | 2013-06-24 | 1 | -2/+5 |
* | | Merge commit '2d2d6a4883479403798f4ed46941d5b365823570' | Michael Niedermayer | 2013-05-29 | 1 | -1/+72 |
|\| |
|
| * | matroskaenc: support muxing WavPack | Anton Khirnov | 2013-05-28 | 1 | -1/+72 |
* | | vformat/matroskaenc: factorize alpha code in mkv_write_block() | Michael Niedermayer | 2013-05-17 | 1 | -19/+14 |
* | | Adding support for muxing VP8 Alpha files | Vignesh Venkatasubramanian | 2013-05-17 | 1 | -10/+49 |
* | | lavf/matroskaenc: return an error for unsupported types. | Nicolas George | 2013-05-04 | 1 | -1/+1 |
* | | Merge commit 'e3b225a4fe0ff1e64a220b757c6f0a5cf9258521' | Michael Niedermayer | 2013-05-03 | 1 | -1/+63 |
|\| |
|
| * | matroskaenc: add an option to put the index at the start of the file | Anton Khirnov | 2013-05-03 | 1 | -1/+63 |
* | | Merge commit '0574bc06d23a6690a16c5926dddc9be359a3d7bb' | Michael Niedermayer | 2013-05-03 | 1 | -10/+12 |
|\| |
|
| * | matroskaenc: cosmetics, reorder the #includes | Anton Khirnov | 2013-05-03 | 1 | -9/+11 |