6938 Commits (71f88b1f3843fdb676d6f72181da0c8c460341d8)

Author SHA1 Message Date
Daniel Kang 7f8ffc4efd Fix a floating point exception for invalid framerate, fixes issue 2470. 14 years ago
Martin Storsjö 3a1cdcc798 rtpdec: Emit timestamps for packets before the first RTCP packet, too 14 years ago
Peter Ross 773d892a31 move ff_get_bmp_header under CONFIG_DEMUXERS block 14 years ago
Carl Eugen Hoyos f6bf6e511d Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 and issue 2446). 14 years ago
Carl Eugen Hoyos 548b97a66a Cosmetics: Re-indent after last commit. 14 years ago
Anssi Hannula cc6c0c7b52 Do not add the preamble if the DTS stream is already padded, like DTS in 14 years ago
Anssi Hannula d8e481bb86 s/IEC958/IEC 61937 - IEC958 is a lower level format. 14 years ago
Anssi Hannula 836132ec43 Fix wrong bitstream mode for AC-3. 14 years ago
Anssi Hannula a4c8e0a82b Improve error return values. 14 years ago
Anssi Hannula 977903521e Always encapsulate DTS in big-endian format, at least some receivers 14 years ago
Anssi Hannula e5e932e8b0 Add Anssi and myself to the authors in doxygen. 14 years ago
Peter Ross 3900707866 wtv: parse MPEG2 descriptor events 14 years ago
Peter Ross cc9038e95c add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines available to other modules. 14 years ago
Peter Ross 0af1671e53 wtv: only warn about unknown subtype, if it actually unknown 14 years ago
Peter Ross 945df9703b wtv: use correct names for subtitle and language guids 14 years ago
Michael Niedermayer 7cf0472e6a Fix assertion failure due to frames being 0 in mp3 vbr bitrate calculation. 14 years ago
Anton Khirnov bb50ed089f ffmetaenc: remove useless initializers 14 years ago
Anton Khirnov 645439c3c3 lavf: rename meta{dec,enc}.c -> ffmeta{dec,enc}.c 14 years ago
Martin Storsjö 9e99f84f7d rtsp: Check if the rtp stream actually has an RTPDemuxContext 14 years ago
Nicolas George 9128ae08b3 Implement av_find_best_stream. 14 years ago
Anton Khirnov 107a7e3e7b lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMS 14 years ago
Anton Khirnov fd5b124d74 Metadata demuxer. 14 years ago
Anton Khirnov a46515115c Metadata muxer 14 years ago
Anton Khirnov bb62d5c1f0 Allow output formats without any streams. 14 years ago
Peter Ross a187c68678 Bump libavformat minor version, forgotten in r26094 14 years ago
Peter Ross 82ca054a63 Windows Televison (WTV) demuxer 14 years ago
Peter Ross a750050f4c make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid) 14 years ago
Peter Ross 141de5a9c1 add ff_find_stream_index 14 years ago
Peter Ross 456a70aeb8 add ff_get_bmp_header 14 years ago
Michael Niedermayer 58ec7e00db Clarify AVFMT_TS_DISCONT and muxers. 14 years ago
Martin Storsjö 8c579c1c60 rtsp: Require the transport reply from the server to match the request 14 years ago
Martin Storsjö 81c8c18780 Makefile: Fix dependencies of components 14 years ago
Martin Storsjö 1e0957cc6b Add a missing dependency for the WebM muxer 14 years ago
Martin Storsjö 9b14ec5fae sdp: Add a framesize attribute to H.263 SDP descriptions 14 years ago
David Czech 9100d4d632 Fix crash if invalid bit-rate was read from file. 14 years ago
Reimar Döffinger bf09a01981 Change ASF demuxer to return incomplete last packets. 14 years ago
Zhentan Feng c4e93eeecd Increase buffer size because the header itself can be larger than 8192 14 years ago
Martin Storsjö bbd8f5477d rtsp: Don't set the RTP time base from the sample rate if no sample rate is set 14 years ago
Luca Barbato a4a3bade0a Reinstate default time_base for rtp streams 14 years ago
Thomas Guillem 1aa58c6405 tcp: Check url_interrupt_cb if connect was interrupted by a signal 14 years ago
Justin Ruggles 80575c0e55 Add missing dependency for matroska muxer. 14 years ago
Reimar Döffinger 4172951ba7 Return an error when get_buffer reads none or only partial data instead 14 years ago
Reimar Döffinger 3c3ef81b9b Ensure that packets returned from ASF demuxer are properly 0-padded. 14 years ago
Reimar Döffinger b72daad062 Remove hack in MP3 probe that was meant as a work-around for large 14 years ago
Anton Khirnov a152c77f26 id3v2: skip data length indicator 14 years ago
Kostya Shishkov 614e139a11 Don't try to demux WavPack files with >2 channels until we can support them 14 years ago
Martin Storsjö 86b6e387cc rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is known 14 years ago
Martin Storsjö bb776f3b00 rtsp: Parse RealRTSP sample rate declarations from the SDP 14 years ago
Martin Storsjö 2eeefe205f rtpdec: Handle MP3 in RealRTSP 14 years ago
Anton Khirnov 407d3d5a3a id3v2: skip encrypted/compressed frames 14 years ago