5215 Commits (13b1c80b05a7bf5802c30fc34826e8c3f9f6d901)

Author SHA1 Message Date
Benjamin Larsson 61d00297ab Cosmetics, add spaces 16 years ago
Benjamin Larsson d0b57c6f85 Initial commit of the MD studio demuxer, not hooked up yet 16 years ago
shinya.tesutosan@hotmail.com e5f58f81f7 Document padding for AVProbeData. 16 years ago
Maksym Veremeyenko 2c14ded386 Fix a bug with reading non-interleaved AVI if one the streams is 16 years ago
Maksym Veremeyenko b60de406a4 Factorise st->nb_index_entries check. 16 years ago
Baptiste Coudurier e4bc8af1e6 check entries against field_size, potential malloc overflow in read_stsz, fix #1357 16 years ago
Baptiste Coudurier 1c4bf2ec37 add one missing check for stream existence in read_elst, fix #1364 16 years ago
Martin Storsjö b126dee964 Use all 32 bits of the timestamp when calculating flv duration. 16 years ago
Ivan Schreter af8aae3fa3 disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) 16 years ago
Reimar Döffinger 88e70e1b0a ff_rm_metadata is const. 16 years ago
Reimar Döffinger ed034f6c59 ff_id3v1_genre_str table should be const. 16 years ago
Reimar Döffinger 4d2a4dfd88 100l, all avlanguage tables should be both static and const. 16 years ago
Ivan Schreter 7a656933c9 cosmetic changes (indentation, doxygen comments, braces, put structures for API to header, ...) 16 years ago
Reimar Döffinger 61e8efd35e Search for ipmovie signature beyond the start of the file. 16 years ago
Reimar Döffinger 78bfe6c3c1 Extend ipmovie signature to match exactly one place in mve files that have a 16 years ago
Justin Ruggles d2a47a578e Remove fake Speex header creation from FLV demuxer. Having it there was not the 16 years ago
Justin Ruggles 1d07029fea Add frame_size as a codec parameter requirement for Speex in 16 years ago
Josh Harris f2086fb50e Fix incorrect display of ASF/WMV duration after r12926. 16 years ago
Justin Ruggles eb5f3c5434 Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat 16 years ago
Ivan Schreter 608be2acef Cosmetic changes in read_seek* routines. 16 years ago
Christian Schmidt 5dd3707b8d Decoder for LPCM as used in Bluray discs. 16 years ago
Reimar Döffinger 44ed34b790 Check for seek failures in avi_load_index, otherwise if the index offset 16 years ago
Baptiste Coudurier 6aa333471c return AVERROR(ENOMEM) if stream could not be allocated 16 years ago
Kent Mein b01c7b756e check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu 16 years ago
Maksym Veremeyenko 7305d97f04 Do not read index chunks as audio/video data; closes issue 1336. 16 years ago
Stephen Backway c58b82a29b Add Bluray Subtitle Support 16 years ago
Reimar Döffinger 49056037a8 Mark video from .mtv files correctly as upside-down. 16 years ago
Måns Rullgård cf5ec60740 mpegts: change variable-length array to fixed length 16 years ago
Aurelien Jacobs 429eeecd5a matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks 16 years ago
Aurelien Jacobs e26444079c matroskadec: factorize some code 16 years ago
Ivan Schreter a8dd8dc6e9 Use generic multi-stream key frame finding routine to implement read_seek2 and map 16 years ago
Ivan Schreter 101036adb9 Support for generic multi-stream key frame finding for new seek API. 16 years ago
Bartlomiej Wolowiec ab1eff9c5c Add support for S/PDIF encapsulation. 16 years ago
Peter Ross c0b88f1920 Moves the display of metadata to dump_format() 16 years ago
Matti Hamalainen 5f71844e78 Parse ID3 tags in Musepack SV7 files 16 years ago
Matti Hamalainen 311f96a8cc Parse APE metadata tags in Musepack SV7 files 16 years ago
Kostya Shishkov 191e34cd67 Move APE tag parsing into separate module. 16 years ago
Matti Hamalainen 6984380c61 Do not use internals of ByteIOContext during APE tags parsing. 16 years ago
Matti Hamalainen 22667e40be Remove incorrect APE tag size adjustment based on flags. 16 years ago
Aurelien Jacobs 7a9c86e9f8 avidec: simplify, using av_rescale_q() instead of av_rescale() 16 years ago
Aurelien Jacobs 2bf74f4955 actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc 16 years ago
Aurelien Jacobs 8306be9c3b matroskadec: disable h264 parser as long as it totally mess up frame type 16 years ago
Aurelien Jacobs 194d4b494b matroskadec: correctly parse flags for simpleblock frames 16 years ago
Diego Biurrun c5e86106fb cosmetics: whitespace, prettyprinting, coding style fixes 16 years ago
Daniel Verkamp 740e89cf83 Sony Wave64 demuxer 16 years ago
Aurelien Jacobs 188842ef7a fix riff subtitle timebase 16 years ago
Ramiro Polla c15508dc93 Use enums instead of int. 16 years ago
Kostya Shishkov 9fd6b84360 RTMP protocol support (as a client) 16 years ago
Baptiste Coudurier 46c9eb57d0 cosmetics, remove spaces after '(' and before ')' 16 years ago
Baptiste Coudurier 0fd7cf116b init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297 16 years ago