10011 Commits (92ef4be4ab9fbb7d901b22e0036a4ca90b00a476)

Author SHA1 Message Date
  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
  Michael Niedermayer 689e59b7ff mov: reset dref_count on realloc to keep values consistent. 13 years ago
  Dale Curtis c788782c7d mov: free memory on header parsing failure 13 years ago
  Dale Curtis 4ebd422c04 mov: fix leaking memory with multiple drefs. 13 years ago
  Michael Niedermayer 0b27136c65 matroskadec: fix null pointer dereference 13 years ago
  Michael Niedermayer c42efad3c3 wtvdec: fix name_size check to consider integer overflows. 13 years ago
  Reimar Döffinger b44a5ec76e latmenc: replace per-frame malloc/free by constant size buffer. 13 years ago
  Reimar Döffinger d05625bd04 avidec: handle 0-size packets that exist only in index. 13 years ago
  Reimar Döffinger 4c53c66a21 mp3enc: clarify meaning of "Unsupported" messages. 13 years ago
  Michael Niedermayer 52ec269573 lavf: print with debug level the byte positions before and after find_stream_info 13 years ago
  Michael Niedermayer c41ac87047 avidec: update size when packet is shrunk 13 years ago
  Yusuke Nakamura accea4d9d8 mov: Fix detecting there is no sync sample. 13 years ago
  Luca Barbato cbf767a87c avf: has_duration does not check the global one 13 years ago
  Michael Niedermayer 84d74610f9 mov: zero sc->pb in mov_read_close() 13 years ago
  Dale Curtis a6b3e6d0b4 mov: Fix memory leaks on aborted header parsing. 13 years ago
  Michael Niedermayer ab3fcd93fd mov: zero extradata_size on deallocation of extradata. 13 years ago
  Dale Curtis b5ada68ead matroska: Fix leaking memory allocated for laces. 13 years ago
  Dale Curtis fd165a0b31 mov: Fix harmless OOB read. 13 years ago
  Dale Curtis 3116858853 matroska: Fix leaking memory allocated for laces. 13 years ago
  Alex Converse 73b7437f1d movenc: Remove a dead initialization 13 years ago
  Reimar Döffinger d1a58afb95 latmenc: validate extradata size. 13 years ago
  Reimar Döffinger 9540476ba1 latmenc: simplify using avpriv_copy_bits. 13 years ago
  Reimar Döffinger eb24def465 latmenc: Document assumptions when copying the AAC header. 13 years ago