284 Commits (d608a27d9e28d24ab56acc4ea6bfb13b2802035c)

Author SHA1 Message Date
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
Stefano Sabatini 271f411267 lavf/matroskaenc: avoid assert failure in case of cuepoints with duplicated PTS 12 years ago
Stefano Sabatini 6b171f046c lavf/matroskaenc: provide more feedback in case of unsupported codec 12 years ago
Carl Eugen Hoyos f02f231e05 Do not write invalid matroska files. 12 years ago
Carl Eugen Hoyos 91f359292a Correctly mark non-default streams when muxing matroska. 12 years ago
Carl Eugen Hoyos d88d0b6db6 Write forced track flag to matroska files. 12 years ago
Paul B Mahol ee8d4a4142 matroskaenc: fix -codec copy with TTA 12 years ago
Paul B Mahol 9ddf5631e3 matroskaenc: support TTA muxing 12 years ago
Carl Eugen Hoyos fc50175ba2 Refuse to mux tta into matroska, the output file is broken. 12 years ago
Carl Eugen Hoyos df39c3ce38 matroskaenc: add codec_tag lists back. 12 years ago
Nicolas George 8dbbaf568e lavf/matroskaenc: respect bitexact for attachments. 12 years ago
Nicolas George 2dbc84b1a8 lavf/matroskaenc: check for overflow in display width. 12 years ago
Nicolas George 26db6535fc lavf/matroskaenc: use integers to for display size. 12 years ago
Michael Niedermayer e377b50b2d matroskaenc: avoid implicit truncation in avio_w* 12 years ago
Michael Niedermayer dd84efe3c7 matroskaenc: Fix hypothetical integer overflows 12 years ago
Michael Niedermayer b1f517f503 matroskaenc: check avio_open_dyn_buf() retuen code 12 years ago
Clément Bœsch b08273c9ca lavf/mkv: avoid negative ts by default. 12 years ago
Janne Grunau 4ffbe3f3a5 matroskaenc: check cue point validity before reallocation 12 years ago
Michael Niedermayer 87244c8f20 matroskaenc: remove MATROSKA_ID_VIDEODISPLAYUNIT 3 12 years ago
Luca Barbato 117d8c6d1f matroska: implement support for ProRes 12 years ago
Moritz Bunkus 8071dca3d5 matroska: implement support for ALAC 12 years ago
Clément Bœsch ca81e3b6e7 lavf/mkv: prefix video stereo arrays with ff_. 12 years ago
Anton Khirnov 3b4bb19e63 lavf: flush the output AVIOContext in av_write_trailer(). 12 years ago
Philip Langdale 9d89c8b3ac matroskadec, matroskadec, srtenc: Read/Write duration for subtitles. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Moritz Bunkus fe40dc1cec matroskaenc: Implement support for ALAC 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Ronald S. Bultje fd48721849 lavf: use conditional notation for default codec in muxer declarations. 12 years ago
Michael Niedermayer c5cc94982d matroskaenc: switch to av_assert 13 years ago
James Zern e9cef89702 avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Aaron Colwell bda5b6627a matroskaenc: change cluster_pos to use -1 as the "I'm not currently working on a cluster" signal instead of 0. 13 years ago
Aaron Colwell 2e061130f4 matroska : Add support for reading/writing creation_time metadata. 13 years ago
Martin Storsjö 167f3b8de7 libavformat: Add an ff_ prefix to some lavf internal symbols 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Janne Grunau fd095539d1 latmdec: fix audio specific config parsing 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Martin Storsjö 44729bc020 matroskaenc: Make sure the seekhead struct is freed even on seek failure 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Michael Niedermayer ea83b032af matroskaenc: base default duration on avg_frame_rate if possible. 13 years ago
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 years ago
Anton Khirnov 357db4c263 lavc: use avpriv_ prefix for ff_split_xiph_headers. 13 years ago
Anton Khirnov 59a9a23581 lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 13 years ago
Anton Khirnov c7a63a521b matroskaenc: write attachments. 13 years ago
Carl Eugen Hoyos 312645e030 Do not set codec_tag property for matroska muxers. 13 years ago
Anton Khirnov 3436c4a368 matroskaenc: saner default codecs. 13 years ago