340 Commits (d201a0f0f843fc108f5506d82937bb1b4cafb345)

Author SHA1 Message Date
Michael Niedermayer 8456bd2c0f avformat/matroskaenc: wrap V_QUICKTIME codec private in something that looks like its part of quicktime stsd 11 years ago
Carl Eugen Hoyos 565102dcac Do not set mkv bit_depth to av_get_bytes_per_sample() for G.726. 11 years ago
Peter Ross f5f6e59495 avformat/matroskaenc: warn when muxing video codec not supported by format 11 years ago
Peter Ross fcbb94712d riffenc: add option to ff_put_bmp_header to ignore extradata 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Jan Gerber f4b1ca99ff lavf/matroska*: DiscardPadding is a signed integer 11 years ago
Michael Niedermayer cddd15ba5c avformat/matroska: simplify signed int access code 11 years ago
Jan Gerber d03eea36b2 lavf/matroska*: add support for signed integers 11 years ago
Michael Niedermayer 6103faaa51 matroskaenc: fixed display width / height calculation for stereo mode 11 years ago
James Almer 56f17407bc matroska: Add the CueDuration element 11 years ago
James Almer 39442b1a1b matroskaenc: Add CuePoints for subtitle tracks 11 years ago
James Almer ea70e2f2d7 matroskaenc: Write muxingapp and writingapp elements when using bitexact flag 11 years ago
James Almer d59213b5d3 matroskaenc: Bump DocTypeVersion to 4 11 years ago
Alexandra Khirnova 00a63bfb87 matroskaenc: Fix stray pointers left over from av_reallocp_array refactoring 11 years ago
Michael Niedermayer 9bca8e5341 avformat/matroskaenc: use av_realloc_array() 11 years ago
Michael Niedermayer b5b34c1983 avformat/matroskaenc: use av_freep() to avoid leaving stale pointers 11 years ago
Michael Niedermayer c9367c0709 avformat/matroskaenc: functions that add entries should not destroy the whole list on failure 11 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 11 years ago
Vignesh Venkatasubramanian d92b1b1bab lavf/matroska: Adding support for Opus CodecDelay 11 years ago
Vignesh Venkatasubramanian bb47aa5850 opus/matroska: Adding support for DiscardPadding in muxer 11 years ago
Clément Bœsch 90fc00a623 avformat/subtitles: add a next line jumper and use it. 11 years ago
Paul B Mahol 14851ca5f5 avformat/matroskaenc: remove bogus prores tag 11 years ago
John Stebbins 26b241c079 matroskaenc: Allow chapters to be written in trailer 11 years ago
John Stebbins f812eeda17 matroskaenc: Fix writing TRACKDEFAULTFLAG 11 years ago
Martin Storsjö b886f5c2f1 mkv: Allow flushing the current cluster in progress 11 years ago
Luca Barbato 59f595921e mkv: Flush the old cluster before writing a new one 11 years ago
Luca Barbato 98308bd44f mkv: Add options for specifying cluster limits 11 years ago
Luca Barbato 148fbdd1c2 mkv: Refactor mkv_write_packet 11 years ago
Paul B Mahol daede1e3fa matroskaenc: remove unneeded wavpack tag 11 years ago
Vignesh Venkatasubramanian 571efd9729 lavf/matroska: Adding the new SeekPreRoll element 11 years ago
Michael Niedermayer 0553f2c6e5 avformat/matroskaenc: make 2 tables static that are not used outside matroskaenc 11 years ago
Bernie Habermeier c5f3cc40e3 matroskaenc: implement CueRelativePosition 11 years ago
Michael Niedermayer 07704c61dd avformat/matroskaenc: Only change chapter ids if needed. 11 years ago
Fabian Neundorf 353f302250 lavf/matroskaenc: using valid chapter ids 11 years ago
Michael Niedermayer 066111bf19 matroskaenc: simplify mkv_check_tag() 11 years ago
James Almer 088ed53146 lavf/matroskaenc: Check for valid metadata before creating tags 11 years ago
Paul B Mahol 5ceffb1bf6 matroskaenc: use ffio_fill() 12 years ago
Alexis Ballier 8d9c1b325e mastroka audio muxer: Set long_name to Matroska Audio so that it differs from the long_name of matroska video. 12 years ago
Matthew Heaney 509642b4bd WebM muxer writes WebVTT subtitle track 12 years ago
Tudor Suciu 820ffaed0f avformat/matroskaenc: Allow VP9 and Opus in webm 12 years ago
Rafaël Carré c3e58f8fb7 matroskaenc: restore compatibility with non referenced AVPacket 12 years ago
Anton Khirnov 01656fd476 matroskaenc: support muxing WavPack 12 years ago
Michael Niedermayer 2fb193b1e7 vformat/matroskaenc: factorize alpha code in mkv_write_block() 12 years ago
Vignesh Venkatasubramanian 8ffcc826b3 Adding support for muxing VP8 Alpha files 12 years ago
Nicolas George fa245e432b lavf/matroskaenc: return an error for unsupported types. 12 years ago
Anton Khirnov e3b225a4fe matroskaenc: add an option to put the index at the start of the file 12 years ago
Anton Khirnov 0574bc06d2 matroskaenc: cosmetics, reorder the #includes 12 years ago
Clément Bœsch 7c1a002c78 subtitles: introduce ASS codec id and use it. 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Michael Niedermayer 285485ac5f matroskaenc: fix cue tracknum off by 1 error 12 years ago