3516 Commits (ad9c10556c5ed9eb17d8412c1414048fdfe5fc44)

Author SHA1 Message Date
Baptiste Coudurier 3654a16dc9 fix continuity counter to start at 0 17 years ago
Michael Niedermayer 820ad60cd9 Make update_initial_durations() also work if a dts occured before a 17 years ago
Michael Niedermayer 5853423c3f Do not set pts in update_initial_durations() if stream has b frames. 17 years ago
Aurelien Jacobs ff2c222c37 matroskadec: fix potential mem leak 17 years ago
Aurelien Jacobs 34ae40971b matroskadec: avoid potential mem leak 17 years ago
Aurelien Jacobs fe53fa253f reorganize matroska_add_stream() to fix potential mem leak and buffer overflow 17 years ago
Aurelien Jacobs 4b3dc529f5 matroskadec: move ARRAY_SIZE() macro at top of the file 17 years ago
Andreas Öman 1686cce6e6 Audio channels and sample rate must be set in order to skip 17 years ago
Baptiste Coudurier c5577c403f rename last_frame_offset to next_frame_offset, due to r13615 17 years ago
Panagiotis Issaris 437fd77b05 Check whether the memory allocation for extradata succeeded. Fixes issue 472. 17 years ago
Aurelien Jacobs 934b910ba0 matroskadec: use the proper timestamp scaling for index entries 17 years ago
Anton Khirnov 7ff9708585 matroskadec: read TrackTimecodeScale and set timebase accordingly 17 years ago
Anton Khirnov cdae8eec10 matroskadec: silently discard some element ID that we don't care about 17 years ago
Peter Ross 750066ea1c flvenc.o depends on avc.o (for H.264 support functions). 17 years ago
Ramiro Polla 16e861e3ee raw mlp demuxer 17 years ago
Quoc Cuong Pham dd0f776c98 Detect "tif" suffix as TIFF. 17 years ago
Reimar Döffinger e8bd16a5e1 Check av_new_stream return value, fixes CID75 RUN2 17 years ago
Michael Niedermayer 8b9c4ad237 ENOMEM is better, yes ... 17 years ago
Reimar Döffinger 60583fb653 Check av_new_stream return value, fixes CID79 RUN2 17 years ago
Reimar Döffinger 6c10281c3a Check for av_new_stream failure, fixes CID76 RUN2 17 years ago
Erik Hovland f094b6627d Remove unnecessary header #includes. 17 years ago
Joakim Plate 5faf168940 Check return of url_fseek in mpeg timestamp reading code. 17 years ago
Baptiste Coudurier 96f69e0d87 warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy 17 years ago
Baptiste Coudurier c4f078ffe1 reindent 17 years ago
Baptiste Coudurier e95580e70a this should be valid for audio too 17 years ago
Baptiste Coudurier c2acba13a4 check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy 17 years ago
Michael Niedermayer 5a96cd64de memleak / CID124 RUN2 17 years ago
Baptiste Coudurier 57783b07a0 use av_fifo_generic_write, old func is deprecated 17 years ago
Michael Niedermayer 9bf8b5621a Dead code removal, fixes CID59 RUN2. 17 years ago
Michael Niedermayer e88b67de6c Removing dead code, fixes CID4 RUN2. 17 years ago
Michael Niedermayer ea813b44a8 remove != 0 17 years ago
Michael Niedermayer 591944cd0c Do a little more checking. 17 years ago
Michael Niedermayer e1dd8ac744 Do not read from after the table, fixes CID108 RUN2. 17 years ago
Michael Niedermayer 884d53855d Null pointer check / CID26. 17 years ago
Michael Niedermayer 7a7718e38f useless 17 years ago
Michael Niedermayer fce88d52ca Fixes NULL pointer dereference CID66 17 years ago
Michael Niedermayer 9d4cd3bfd5 Tell the user if a AVI is non interleaved. 17 years ago
Baptiste Coudurier efb533312f use internal video frame number 17 years ago
Baptiste Coudurier f2ecb775a7 cosmetics 17 years ago
Baptiste Coudurier 003ae66086 simplify, use pointer to codec context in struct instead of only id 17 years ago
Baptiste Coudurier 92f76fbf23 simplify, use pointer to codec context in struct instead of only id 17 years ago
Michael Niedermayer 5e5c908691 redundant check-- 17 years ago
Michael Niedermayer c2a3dcaf25 Fix memleak, fixed CID123. 17 years ago
Michael Niedermayer 406a0fdcab Do not use the pts/dts calculation code which needs a parser, when no parser 17 years ago
Baptiste Coudurier ed03be6c49 use AVFifoBuffer 17 years ago
Baptiste Coudurier 2aaf590b17 cosmetics 17 years ago
Baptiste Coudurier 11dae3365a merge init and declaration 17 years ago
Baptiste Coudurier 4a712c3378 simplify and use version instead 17 years ago
Baptiste Coudurier 6ef445fede simplify 17 years ago
Baptiste Coudurier 8d4f0e6749 simplify 17 years ago