9978 Commits (9789b6ca48cde61c052d9ecbd4cdd42ce51c053e)

Author SHA1 Message Date
  Michael Niedermayer 9789b6ca48 avidec: document early_exit argument 14 years ago
  Michael Niedermayer 2677697ac9 matroskadec: check headerstrip data availability. 14 years ago
  Michael Niedermayer c7c976c6d7 oggdec: Safety check against stream counts being inconsistent in seek() 14 years ago
  Michael Niedermayer 9bb3b7d028 oggdec: Recreate streams only in the 1 stream case. 14 years ago
  Nicolas George dcd207c4cb matroskadec: use av_grow_packet in merge_packets. 14 years ago
  Reimar Döffinger 4a95876f4d Add skip_to_keyframe stream variable. 14 years ago
  Michael Niedermayer a30165c4a8 omadec: make sample rate table large enough to prevent out of array reading. 14 years ago
  Michael Niedermayer 474e31c904 4xmdemux: Check chunk size 14 years ago
  Michael Niedermayer e74fa25cb9 omadec: check GEOB sizes against buffer size 14 years ago
  Michael Niedermayer c4ce870967 flvdec: allocate large enough buffer so get_bits() doesnt overread 14 years ago
  Michael Niedermayer 6d24fe2c3c segafilm: make the loop condition in film_read_packet() match the contents. 14 years ago
  Michael Niedermayer 689e59b7ff mov: reset dref_count on realloc to keep values consistent. 14 years ago
  Dale Curtis c788782c7d mov: free memory on header parsing failure 14 years ago
  Dale Curtis 4ebd422c04 mov: fix leaking memory with multiple drefs. 14 years ago
  Michael Niedermayer 0b27136c65 matroskadec: fix null pointer dereference 14 years ago
  Michael Niedermayer c42efad3c3 wtvdec: fix name_size check to consider integer overflows. 14 years ago
  Reimar Döffinger b44a5ec76e latmenc: replace per-frame malloc/free by constant size buffer. 14 years ago
  Reimar Döffinger d05625bd04 avidec: handle 0-size packets that exist only in index. 14 years ago
  Reimar Döffinger 4c53c66a21 mp3enc: clarify meaning of "Unsupported" messages. 14 years ago
  Michael Niedermayer 52ec269573 lavf: print with debug level the byte positions before and after find_stream_info 14 years ago
  Michael Niedermayer c41ac87047 avidec: update size when packet is shrunk 14 years ago
  Yusuke Nakamura accea4d9d8 mov: Fix detecting there is no sync sample. 14 years ago
  Luca Barbato cbf767a87c avf: has_duration does not check the global one 14 years ago
  Michael Niedermayer 84d74610f9 mov: zero sc->pb in mov_read_close() 14 years ago
  Dale Curtis a6b3e6d0b4 mov: Fix memory leaks on aborted header parsing. 14 years ago
  Michael Niedermayer ab3fcd93fd mov: zero extradata_size on deallocation of extradata. 14 years ago
  Dale Curtis b5ada68ead matroska: Fix leaking memory allocated for laces. 14 years ago
  Dale Curtis fd165a0b31 mov: Fix harmless OOB read. 14 years ago
  Dale Curtis 3116858853 matroska: Fix leaking memory allocated for laces. 14 years ago
  Alex Converse 73b7437f1d movenc: Remove a dead initialization 14 years ago
  Reimar Döffinger d1a58afb95 latmenc: validate extradata size. 14 years ago
  Reimar Döffinger 9540476ba1 latmenc: simplify using avpriv_copy_bits. 14 years ago
  Reimar Döffinger eb24def465 latmenc: Document assumptions when copying the AAC header. 14 years ago
  Reimar Döffinger 0c1e9c2d6a latmenc: copy pce config from proper location. 14 years ago
  Reimar Döffinger 912a838efe latmenc: fix muxing of byte-aligned DSE. 14 years ago
  Michael Niedermayer 75b38674b6 lavf: compute_pkt_fields, limit the pts upcorrection to mpeg 14 years ago
  Diego Biurrun 2ef15b46e4 avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics 14 years ago
  Reimar Döffinger 277f20c3c8 lavf: always call avio_flush in av_write_trailer. 14 years ago
  Reimar Döffinger 8e357e8e75 latmenc: error out when packet size is too large. 14 years ago
  Reimar Döffinger a736eb4a60 latmenc: Fix ALS in LATM. 14 years ago
  Reimar Döffinger fa8a6385a1 latmenc: remove unused return value. 14 years ago
  Reimar Döffinger e6ad943734 latmenc: remove dead code. 14 years ago
  Michael Niedermayer ca4a3f4a08 oggparsevorbis: Remove code messing with cur_dts. 14 years ago
  Luca Barbato ebbede2265 movenc: small refactor mov_write_packet 14 years ago
  Luca Barbato 18b59956e0 movenc: remove redundant check 14 years ago
  Diego Biurrun 679481b3b6 Drop some pointless #ifdefs. 14 years ago
  Asen Lekov a559d65c07 nutdec: K&R formatting cosmetics 14 years ago
  Martin Storsjö 9294f538e9 rtsp: Don't use av_malloc(0) if there are no streams 14 years ago
  Martin Storsjö 62c3c8ca78 rtsp: Don't use uninitialized data if there are no streams 14 years ago
  Martin Storsjö 2ce7f4d4e6 cosmetics: Fix indentation 14 years ago