463 Commits (84b252ba2a561b627aeed75ce58c413a1bcc7cbe)

Author SHA1 Message Date
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. 13 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
Anton Khirnov a3f2f766af matroskaenc: vertical alignment. 13 years ago
Anton Khirnov 15c14ce6b2 matroskaenc: implement query_codec() 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov 93ade976c8 matroskaenc: make SSA default subtitle codec. 14 years ago
Anton Khirnov 1c6d2b7df0 lavf: update AVStream.nb_frames when muxing. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Mans Rullgard ee8aecd23a Do not include intfloat_readwrite.h in avutil.h 14 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Aurelien Jacobs f440f74205 matroskaenc: ensure the written colorspace don't depend on host endianness 14 years ago
Aurelien Jacobs 7ebaa967a2 matroskaenc: write colourspace element for rawvideo tracks 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Alok Ahuja 945dda41a2 webm: support stereo videos in matroska/webm muxer 14 years ago
James Zern 094aa84b03 muxers: Add a flag to mark muxers that allow (non strict) monotone timestamps. 14 years ago
Aurelien Jacobs 4c509fe305 matroska: cleanup handling of video stereo mode 14 years ago
Kirill Gavrilov e6ec9212c5 matroska: switch stereo mode from int to string and add support in the demuxer too 14 years ago
Kirill Gavrilov 69a83da5d4 matroska: cosmetics 14 years ago