6814 Commits (f4096bf6eeddc605457192476dbbf110d4cc6140)

Author SHA1 Message Date
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
Anton Khirnov 7a07d158bd id3v2: use a named constant instead of 0x02 14 years ago
Baptiste Coudurier c6f1e29a15 In mov demuxer, read alac sample from extradata, fix #2406 14 years ago
Martin Storsjö 86042de8a5 rtpdec_h264: Pass NAL type 0 through 14 years ago
Martin Storsjö 4838cdab21 rtpdec: Skip padding bytes at the end of packets 14 years ago
Martin Storsjö 28b4eb95bc rtpdec_qcelp: Use the depacketizer for static payload types, too 14 years ago
Martin Storsjö 6a7e31a901 rtsp: Look for RTP payload handlers for static payload types, too 14 years ago
Martin Storsjö 003eb64217 rtsp: Factorize code for initializing the rtp payload handler 14 years ago
Martin Storsjö 1e515c4280 rtpdec: Add functions for finding depacketizers by name or payload id 14 years ago
Martin Storsjö 2beb910d79 rtpdec: Allow dynamic payload handlers to handle static payload types, too 14 years ago
Martin Storsjö 35014efcc6 rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658 14 years ago
Martin Storsjö 35b0169484 RTP/VP8: Update the warning about the VP8 payload 14 years ago
Aurelien Jacobs 118ccae030 add subtitle codec autodetection 14 years ago
Aurelien Jacobs 5bdbf64cf3 set default subtitle_codec for ass muxer 14 years ago
Aurelien Jacobs 908dc2a0b8 cosmetic: alignment 14 years ago
Aurelien Jacobs 87d69d3232 use designated initializer in ASS (de)muxer 14 years ago
Tomas Härdin 66be80d610 mpegtsenc: Improve PCR generation and output 14 years ago
Stefan Gehrer 77b7c334be skip top-level objects to search for the simple index in ASF files 14 years ago
Anton Khirnov 3694ac240b mpc: read id3v1 tags. 14 years ago
Andrew Wason 3d305fd071 Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422). 14 years ago
Aaron Colwell 365d8e471d Ensure that data_offset is set correctly when there are partial 14 years ago
Anton Khirnov 82f19afefe Partially revert "Simplify code by using av_metadata_set2()." 14 years ago
Martin Storsjö 4da71f18f6 rtpdec: Remove useless NULL initializations when using designated initializers 14 years ago
Martin Storsjö fe70a95e1d rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated initializers 14 years ago
Baptiste Coudurier 74f726209f In ts demuxer, if pes packet size is < ts packet, honor pes packet and skip padded data. 14 years ago