10149 Commits (040a796dab2721abbbeceb3df8368e59254d6827)

Author SHA1 Message Date
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
Reimar Döffinger 0c1e9c2d6a latmenc: copy pce config from proper location. 13 years ago
Reimar Döffinger 912a838efe latmenc: fix muxing of byte-aligned DSE. 13 years ago
Michael Niedermayer 75b38674b6 lavf: compute_pkt_fields, limit the pts upcorrection to mpeg 13 years ago
Diego Biurrun 2ef15b46e4 avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics 13 years ago
Reimar Döffinger 277f20c3c8 lavf: always call avio_flush in av_write_trailer. 13 years ago
Reimar Döffinger 8e357e8e75 latmenc: error out when packet size is too large. 13 years ago
Reimar Döffinger a736eb4a60 latmenc: Fix ALS in LATM. 13 years ago
Reimar Döffinger fa8a6385a1 latmenc: remove unused return value. 13 years ago
Reimar Döffinger e6ad943734 latmenc: remove dead code. 13 years ago
Michael Niedermayer ca4a3f4a08 oggparsevorbis: Remove code messing with cur_dts. 13 years ago
Luca Barbato ebbede2265 movenc: small refactor mov_write_packet 13 years ago
Luca Barbato 18b59956e0 movenc: remove redundant check 13 years ago
Diego Biurrun 679481b3b6 Drop some pointless #ifdefs. 13 years ago
Asen Lekov a559d65c07 nutdec: K&R formatting cosmetics 13 years ago
Martin Storsjö 9294f538e9 rtsp: Don't use av_malloc(0) if there are no streams 13 years ago
Martin Storsjö 62c3c8ca78 rtsp: Don't use uninitialized data if there are no streams 13 years ago
Martin Storsjö 2ce7f4d4e6 cosmetics: Fix indentation 13 years ago
Martin Storsjö 456001486e rtsp: Don't expose the MS-RTSP RTX data stream to the caller 13 years ago
Thierry Foucu cb93946820 mpegtsenc: Add support to mux s302 stream 13 years ago