5201 Commits (d859bb1db0b082644881058a12653e3207855678)

Author SHA1 Message Date
Reimar Döffinger 78bfe6c3c1 Extend ipmovie signature to match exactly one place in mve files that have a 15 years ago
Justin Ruggles d2a47a578e Remove fake Speex header creation from FLV demuxer. Having it there was not the 15 years ago
Justin Ruggles 1d07029fea Add frame_size as a codec parameter requirement for Speex in 15 years ago
Josh Harris f2086fb50e Fix incorrect display of ASF/WMV duration after r12926. 15 years ago
Justin Ruggles eb5f3c5434 Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat 15 years ago
Ivan Schreter 608be2acef Cosmetic changes in read_seek* routines. 15 years ago
Christian Schmidt 5dd3707b8d Decoder for LPCM as used in Bluray discs. 15 years ago
Reimar Döffinger 44ed34b790 Check for seek failures in avi_load_index, otherwise if the index offset 15 years ago
Baptiste Coudurier 6aa333471c return AVERROR(ENOMEM) if stream could not be allocated 15 years ago
Kent Mein b01c7b756e check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu 15 years ago
Maksym Veremeyenko 7305d97f04 Do not read index chunks as audio/video data; closes issue 1336. 15 years ago
Stephen Backway c58b82a29b Add Bluray Subtitle Support 15 years ago
Reimar Döffinger 49056037a8 Mark video from .mtv files correctly as upside-down. 15 years ago
Måns Rullgård cf5ec60740 mpegts: change variable-length array to fixed length 15 years ago
Aurelien Jacobs 429eeecd5a matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks 15 years ago
Aurelien Jacobs e26444079c matroskadec: factorize some code 15 years ago
Ivan Schreter a8dd8dc6e9 Use generic multi-stream key frame finding routine to implement read_seek2 and map 15 years ago
Ivan Schreter 101036adb9 Support for generic multi-stream key frame finding for new seek API. 15 years ago
Bartlomiej Wolowiec ab1eff9c5c Add support for S/PDIF encapsulation. 15 years ago
Peter Ross c0b88f1920 Moves the display of metadata to dump_format() 15 years ago
Matti Hamalainen 5f71844e78 Parse ID3 tags in Musepack SV7 files 15 years ago
Matti Hamalainen 311f96a8cc Parse APE metadata tags in Musepack SV7 files 15 years ago
Kostya Shishkov 191e34cd67 Move APE tag parsing into separate module. 15 years ago
Matti Hamalainen 6984380c61 Do not use internals of ByteIOContext during APE tags parsing. 15 years ago
Matti Hamalainen 22667e40be Remove incorrect APE tag size adjustment based on flags. 15 years ago
Aurelien Jacobs 7a9c86e9f8 avidec: simplify, using av_rescale_q() instead of av_rescale() 15 years ago
Aurelien Jacobs 2bf74f4955 actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc 15 years ago
Aurelien Jacobs 8306be9c3b matroskadec: disable h264 parser as long as it totally mess up frame type 15 years ago
Aurelien Jacobs 194d4b494b matroskadec: correctly parse flags for simpleblock frames 15 years ago
Diego Biurrun c5e86106fb cosmetics: whitespace, prettyprinting, coding style fixes 15 years ago
Daniel Verkamp 740e89cf83 Sony Wave64 demuxer 15 years ago
Aurelien Jacobs 188842ef7a fix riff subtitle timebase 15 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
Ronald S. Bultje 7a4a64e7ab Remove old_flags variable, which is a duplicate of the flags variable. 16 years ago
Ronald S. Bultje 34bddc39b4 Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function 16 years ago
Baptiste Coudurier e4b8d05d47 return EOF in image2 demuxer 16 years ago
Diego Biurrun 18b55f639a Remove pointless '#ifdef DEBUG' around dprintf macro. 16 years ago
Baptiste Coudurier d46c84ea31 Stop parsing in read_header only after finding pmt, and 16 years ago
Niobos 1aae34890c rename freq to period which is more correct, patch by Niobos, niobos dot be at gmail dot com 16 years ago
Ronald S. Bultje acfe8faf29 Cosmetics: remove spaces between function name and arguments in declaration, 16 years ago
Colin McQuillan 202a6697ba Use named initializers and use new/free_context() instead of extradata() 16 years ago
Ronald S. Bultje fccb1770e6 Implement support for EOS as used by WMS and other RTSP servers that do not 16 years ago
Ronald S. Bultje c2f3eec445 Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See 16 years ago
Martin Storsjö fbf7e805b0 Only consider -1 as an error return value for open(). 16 years ago
Ronald S. Bultje 2078ca16ee Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15: 16 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Aurelien Jacobs 84c04e2519 fix various compilation dependencies 16 years ago