333 Commits (16f793571dfada708b3c10b97866b27732085471)

Author SHA1 Message Date
Hendrik Leppkes 8689d87ac6 Revert "matroskadec: forward parsing errors to caller." 13 years ago
Anton Khirnov a2faa95151 lavf: make some seeking functions private 13 years ago
Anton Khirnov 59a9a23581 lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 13 years ago
Anton Khirnov 1fa395e471 lavf: use avpriv_ prefix for ff_new_chapter(). 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Ronald S. Bultje 723229c11f matroskadec: fix out of bounds write 13 years ago
Michael Niedermayer 77d2ef13a8 Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080. 13 years ago
Anton Khirnov 98cfe22b5c matroskadec: export mimetype of attachments as metadata. 13 years ago
Aaron Colwell 6c4cc0f640 matroskadec: Fix seeking for matroska files with CUES before first cluster 13 years ago
Dustin Brody d7d2f0e63c matroskadec: fix typo. 13 years ago
Dustin Brody 4a9628f276 matroskadec: bail on parsing of incorrect seek index segments 13 years ago
Aurelien Jacobs dc6c36ce46 matroskadec: use correct compression parameters for current track CodecPrivate 13 years ago
Michael Niedermayer 956c901c68 Fix several security issues in matroskadec.c (MSVR-11-0080). 14 years ago
Chris Evans 69619a13c3 matroskadec: fix integer underflow if header length < probe length. 14 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov fdb94444be matroskadec: fix stupid typo (!= -> ==) 14 years ago
Anton Khirnov f47ac3c6ca matroskadec: reindent 14 years ago
Aaron Colwell 31ad14c21e matroskadec: defer parsing of cues element until we seek. 14 years ago
John Stebbins cdc2c1c576 matroskadec: matroska_read_seek after after EBML_STOP leads to failure. 14 years ago
Ami Fischman 5dd514af93 matroskadec: forward parsing errors to caller. 14 years ago
Aurelien Jacobs fdb5e02901 matroskadec: properly decode color space in an endian neutral way 14 years ago
Aurelien Jacobs 5fec3a2539 matroskadec: use a temporary fourcc variable 14 years ago
Aurelien Jacobs e6ba3d4281 replace remaining usage of deprecated av_metadata_set2() by av_dict_set() 14 years ago
Reimar Döffinger 4654420410 matroskadec: set timestamps for RealAudio packets. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Clément Bœsch b443447536 Fix various uninitialized variable warnings 14 years ago
Aurelien Jacobs b44bbf908d matroskadec: fix reverted condition to accept combine_plane operation 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
Aurelien Jacobs 9c569ef712 matroskadec: check that pointers were initialized before accessing them 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Max Horn ca402f32e3 handle malloc failures in ff_get_wav_header 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Michael Niedermayer 1c0a472630 Revert "matroskadec: set default duration for simple block" 14 years ago
John Stebbins 98a7d560b4 matroskadec: set default duration for simple block 14 years ago
Aurelien Jacobs 2851b1f656 matroskadec: check that pointers were initialized before accessing them 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Aurelien Jacobs 6f1260f870 matroskadec: set a default duration also for packets comming from a simple block 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Reimar Döffinger b09e506820 Make matroska demuxer also set timestamps for RealAudio packets. 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 14 years ago