10311 Commits (ef255642d5d0dbb9238aa4ac561180682921d129)

Author SHA1 Message Date
Luca Barbato e1e146a2d1 avio: make avio_close(NULL) a no-op 13 years ago
Yusuke Nakamura 546adc1fee mov: Parse EC3SpecificBox (dec3 atom). 13 years ago
Clément Bœsch e40981b8c4 lavf/microdvd: set packet duration. 13 years ago
Martin Storsjö df8aa4598c mpegts: Make sure we don't return uninitialized packets 13 years ago
Hendrik Leppkes 949d942eef mov: support eac3 audio 13 years ago
Luca Barbato 8b97ae6484 avf: fix faulty check in has_duration 13 years ago
Yusuke Nakamura 462a5b7839 isom: Support more DTS codec identifiers. 13 years ago
Dale Curtis 7521c4bab2 matroska: Clear prev_pkt between seeks. 13 years ago
Nicolas George 73bc019baf lavf: print a warning if probesize seems not enough. 13 years ago
Michael Niedermayer 0ca4414d0f audemux: Add a sanity check for the number of channels 13 years ago
Dale Curtis 8336eb6f85 matroska: Add incremental parsing of clusters. 13 years ago
Martin Storsjö 269cb6751b mpegts: Try seeking back even for nonseekable protocols 13 years ago
Michael Niedermayer 52fdaf27f7 audemux: Fix potential integer overflow leading to a division by 0 13 years ago
Michael Niedermayer 8aa57b7b5e audemux: Check channels isnt 0 13 years ago
Michael Niedermayer fd2127ad53 wtvdec: Check that stream private context has been allocated before use. 13 years ago
Michael Niedermayer 2a59abf1a8 smackerdemux: Allocate padding for extradata 13 years ago
Yusuke Nakamura 94c9bf8887 mov: Treat keyframe indexes as 1-origin if starting at non-zero. 13 years ago
Yusuke Nakamura ba9869311f mov: Take stps entries into consideration also about key_off. 13 years ago
Michael Niedermayer 80d51680b2 xmvdemux: prefer av_freep() to deallocate audio stream structs. 13 years ago
Michael Niedermayer 13381577d1 xmvdemux: dont let current_stream become invalid. 13 years ago
Alex Converse dc878b96a7 movenc: Support high sample rates in isomedia formats by setting the sample rate field in stsd to 0. 13 years ago
Reimar Döffinger dd5e1fc22e mxfdec: fix memleak on read error/EOF. 13 years ago
Justin Ruggles b0e9edc44f avcodec: add a cook parser to get subpacket duration 13 years ago
Michael Niedermayer 455fcf29b8 avidec: zero extradata padding 13 years ago
Michael Niedermayer ee402df9a2 mtvdec: check that the buf is large enough for probing 13 years ago
Michael Niedermayer 2a70d8304d jvdec: Make sure there is enough data for the id string. 13 years ago
Matthieu Bouron cbda76c7c6 mxfdec: Add missing break in frame layout parsing 13 years ago
Matthieu Bouron 70ca163bc5 mxf: Fix frame layout values 13 years ago
Mans Rullgard 6208313aeb avio: make AVIOContext.av_class pointer to const 13 years ago
Mans Rullgard 9d72c0527c nutdec: add malloc check and fix const to non-const conversion warnings 13 years ago
Michael Niedermayer 9ed388f598 ogm: Fix division by 0 13 years ago
Michael Niedermayer 9f39d3d190 lavf: check that the context to avformat_open_input() is valid. 13 years ago
Mans Rullgard 3c58300269 matroska: do not set invalid default duration if frame rate is zero 13 years ago
Luca Barbato ac97d47d9b mkv: use av_reduce instead of av_d2q for framerate estimation 13 years ago
Luca Barbato 204bcdf56c mkv: report average framerate as minimal as well 13 years ago
Michael Niedermayer 096231d497 avidec: Dont crash on avi packets that belong to dv streams in dv in avi 13 years ago
Michael Niedermayer 9789b6ca48 avidec: document early_exit argument 13 years ago
Michael Niedermayer 2677697ac9 matroskadec: check headerstrip data availability. 13 years ago
Michael Niedermayer c7c976c6d7 oggdec: Safety check against stream counts being inconsistent in seek() 13 years ago
Michael Niedermayer 9bb3b7d028 oggdec: Recreate streams only in the 1 stream case. 13 years ago
Justin Ruggles 8099fc763b riff: use bps instead of bits_per_coded_sample in the WAVEFORMATEXTENSIBLE header 13 years ago
Nicolas George dcd207c4cb matroskadec: use av_grow_packet in merge_packets. 13 years ago
Reimar Döffinger 4a95876f4d Add skip_to_keyframe stream variable. 13 years ago
Samuel Pitoiset b3b1751201 rtmp: Support 'rtmp_playpath', an option which overrides the stream identifier 13 years ago
Samuel Pitoiset 6465562e13 rtmp: Support 'rtmp_app', an option which overrides the name of application 13 years ago
Michael Niedermayer a30165c4a8 omadec: make sample rate table large enough to prevent out of array reading. 13 years ago
Michael Niedermayer 474e31c904 4xmdemux: Check chunk size 13 years ago
Michael Niedermayer e74fa25cb9 omadec: check GEOB sizes against buffer size 13 years ago
Michael Niedermayer c4ce870967 flvdec: allocate large enough buffer so get_bits() doesnt overread 13 years ago
Michael Niedermayer 6d24fe2c3c segafilm: make the loop condition in film_read_packet() match the contents. 13 years ago