10043 Commits (f2e799a3d08b4a0ff2d2821f58e69cd40cda0a53)

Author SHA1 Message Date
  Reimar Döffinger 20044cd9a9 flvdec: pass on proper error value. 14 years ago
  Reimar Döffinger 8f63f241d4 Remove some useless code that duplicates av_get_packet. 14 years ago
  Reimar Döffinger 7effbee66c Mark truncated packets as corrupt in av_get_packet. 14 years ago
  Michael Niedermayer e738811ceb lavf: add AVFMT_SEEK_TO_PTS to indicate seeking is per PTS. 14 years ago
  Luca Barbato 0ca4642ec5 mkv: mark corrupted packets and return them 14 years ago
  Luca Barbato 721af294d9 mkv: forward EMBL block data error 14 years ago
  Michael Niedermayer bcc213cf36 isom: remove duplicate line. 14 years ago
  Derek Buitenhuis 9ea5756dae isom: Clarify comment for 'ec-3' fourcc 14 years ago
  Reimar Döffinger 755667eebc rmenc: more than 2 streams are not currently possible. 14 years ago
  Reimar Döffinger 370211f470 nutdec: minor simplification. 14 years ago
  Reimar Döffinger 1d128e5814 nutdec: replace assert with av_assert0. 14 years ago
  Jean First 64943b47e7 lavf remove duplicated check in has_duration 14 years ago
  Nicolas George 12eeced8b4 avio: change ffurl_alloc return code. 14 years ago
  Luca Barbato 3b52e9da10 segment: reorder seg_write_header allocation 14 years ago
  Luca Barbato e1e146a2d1 avio: make avio_close(NULL) a no-op 14 years ago
  Yusuke Nakamura 546adc1fee mov: Parse EC3SpecificBox (dec3 atom). 14 years ago
  Clément Bœsch e40981b8c4 lavf/microdvd: set packet duration. 14 years ago
  Martin Storsjö df8aa4598c mpegts: Make sure we don't return uninitialized packets 14 years ago
  Hendrik Leppkes 949d942eef mov: support eac3 audio 15 years ago
  Luca Barbato 8b97ae6484 avf: fix faulty check in has_duration 14 years ago
  Yusuke Nakamura 462a5b7839 isom: Support more DTS codec identifiers. 14 years ago
  Dale Curtis 7521c4bab2 matroska: Clear prev_pkt between seeks. 14 years ago
  Nicolas George 73bc019baf lavf: print a warning if probesize seems not enough. 14 years ago
  Michael Niedermayer 0ca4414d0f audemux: Add a sanity check for the number of channels 14 years ago
  Dale Curtis 8336eb6f85 matroska: Add incremental parsing of clusters. 14 years ago
  Martin Storsjö 269cb6751b mpegts: Try seeking back even for nonseekable protocols 14 years ago
  Michael Niedermayer 52fdaf27f7 audemux: Fix potential integer overflow leading to a division by 0 14 years ago
  Michael Niedermayer 8aa57b7b5e audemux: Check channels isnt 0 14 years ago
  Michael Niedermayer fd2127ad53 wtvdec: Check that stream private context has been allocated before use. 14 years ago
  Michael Niedermayer 2a59abf1a8 smackerdemux: Allocate padding for extradata 14 years ago
  Yusuke Nakamura 94c9bf8887 mov: Treat keyframe indexes as 1-origin if starting at non-zero. 14 years ago
  Yusuke Nakamura ba9869311f mov: Take stps entries into consideration also about key_off. 14 years ago
  Michael Niedermayer 80d51680b2 xmvdemux: prefer av_freep() to deallocate audio stream structs. 14 years ago
  Michael Niedermayer 13381577d1 xmvdemux: dont let current_stream become invalid. 14 years ago
  Alex Converse dc878b96a7 movenc: Support high sample rates in isomedia formats by setting the sample rate field in stsd to 0. 14 years ago
  Reimar Döffinger dd5e1fc22e mxfdec: fix memleak on read error/EOF. 14 years ago
  Justin Ruggles b0e9edc44f avcodec: add a cook parser to get subpacket duration 14 years ago
  Michael Niedermayer 455fcf29b8 avidec: zero extradata padding 14 years ago
  Michael Niedermayer ee402df9a2 mtvdec: check that the buf is large enough for probing 14 years ago
  Michael Niedermayer 2a70d8304d jvdec: Make sure there is enough data for the id string. 14 years ago
  Matthieu Bouron cbda76c7c6 mxfdec: Add missing break in frame layout parsing 14 years ago
  Matthieu Bouron 70ca163bc5 mxf: Fix frame layout values 14 years ago
  Mans Rullgard 6208313aeb avio: make AVIOContext.av_class pointer to const 14 years ago
  Mans Rullgard 9d72c0527c nutdec: add malloc check and fix const to non-const conversion warnings 14 years ago
  Michael Niedermayer 9ed388f598 ogm: Fix division by 0 14 years ago
  Michael Niedermayer 9f39d3d190 lavf: check that the context to avformat_open_input() is valid. 14 years ago
  Mans Rullgard 3c58300269 matroska: do not set invalid default duration if frame rate is zero 14 years ago
  Luca Barbato ac97d47d9b mkv: use av_reduce instead of av_d2q for framerate estimation 14 years ago
  Luca Barbato 204bcdf56c mkv: report average framerate as minimal as well 14 years ago
  Michael Niedermayer 096231d497 avidec: Dont crash on avi packets that belong to dv streams in dv in avi 14 years ago