508 Commits (557571ff7db57a5d21aa02af924a7f8e1fd64854)

Author SHA1 Message Date
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
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov ae99313aa5 avio: move init_put_byte() to a new private header and rename it 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov e731b8d872 avio: move init_put_byte() to a new private header and rename it 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Reimar Döffinger 14d735bd4f matroskadec: add generic element length validation. 14 years ago
Reimar Döffinger 95ec3d4cac matroskadec: add generic element length validation. 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov bf800c7db8 matroskadec: skip invalid tags with no TagName 14 years ago
Anton Khirnov ad7768f4c4 add ff_ prefix to metadata_conv() 14 years ago
Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
Reimar Döffinger 1b4d327b1c Add a special function to mkv demxuer to parse length values that includes 15 years ago
Aurelien Jacobs 4a194c8f47 matroskadec: allow uint and float elements with length = 0 15 years ago
Reimar Döffinger ff6a5fc1f0 Optimize/simplify ebml_read_num. 15 years ago
Aurelien Jacobs e110e968fe matroskadec: minor simplification 15 years ago
Aurelien Jacobs 4f90688b6e matroskadec: fix integer overflow 15 years ago