10149 Commits (040a796dab2721abbbeceb3df8368e59254d6827)

Author SHA1 Message Date
Luca Barbato 721af294d9 mkv: forward EMBL block data error 13 years ago
Michael Niedermayer bcc213cf36 isom: remove duplicate line. 13 years ago
Derek Buitenhuis 9ea5756dae isom: Clarify comment for 'ec-3' fourcc 13 years ago
Reimar Döffinger 755667eebc rmenc: more than 2 streams are not currently possible. 13 years ago
Reimar Döffinger 370211f470 nutdec: minor simplification. 13 years ago
Reimar Döffinger 1d128e5814 nutdec: replace assert with av_assert0. 13 years ago
Jean First 64943b47e7 lavf remove duplicated check in has_duration 13 years ago
Nicolas George 12eeced8b4 avio: change ffurl_alloc return code. 13 years ago
Luca Barbato 3b52e9da10 segment: reorder seg_write_header allocation 13 years ago
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