169 Commits (a9f9cc7cc13f838298c392ea2a95294ddc402538)

Author SHA1 Message Date
Michael Niedermayer 69d93a1344 typo fix by (lists: kenneth aafloy net) 20 years ago
Michael Niedermayer 2143116dd9 changing a few AV_LOG_DEBUG to AV_LOG_INFO 20 years ago
Michael Niedermayer 2692067a45 AVPacket.pos 20 years ago
Michael Niedermayer cefe0607dd av_find_stream_info() end check fixes 20 years ago
Aurelien Jacobs a965c478b2 drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 20 years ago
Michael Niedermayer 1677155df8 10l (overflows) 20 years ago
Michael Niedermayer 3c150d16c6 better r_frame_rate guessing code 20 years ago
Michael Niedermayer 09f75b5b38 division by zero fix 20 years ago
Michael Niedermayer 327c4076a3 prefer container time_base for frame duration guess 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer 644a92626a PIX_FMT_NONE and related fixes 20 years ago
Michael Niedermayer 3ce16b30f7 discard dummy packets before doing inapropriate checks on them and failing as a result 20 years ago
Michael Niedermayer f3356e9c9e more fine grained discarding of packets 20 years ago
Michael Niedermayer 27a5fe5fdf keyframe & non keyframe index fixes 20 years ago
Michael Niedermayer 85ad569574 shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer a603bf8d68 dont predict missing timestamps if we lack the required information to do so 20 years ago
Roine Gustafsson 888053179c support colon-separated rates patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> 20 years ago
Michael Niedermayer b9866ebcc7 support discarding uninterresting packets 20 years ago
Michael Niedermayer e19456e3ee fixing demuxing for short files where the framerate detection failed 20 years ago
Michael Niedermayer 0ecca7a49f various security fixes and precautionary checks 20 years ago
Michael Niedermayer 568e18b15e integer overflows, heap corruption 20 years ago
Michael Niedermayer 96db7add10 10l 20 years ago
Michael Niedermayer 5375644323 1/0l fix 20 years ago
Michael Niedermayer b3506cb42f prefer integer fps if possible when guessing 20 years ago
Michael Niedermayer 3e76d1b526 guess fps for the variable fps case 20 years ago
Michael Niedermayer 15bc38e57c try to guess the fps if they are variable 20 years ago
Michael Niedermayer 90bb394dcc workaround some broken mpeg-ps timestamps 20 years ago
Michael Niedermayer 5edea431d0 some sanity checks on what is muxed, invalid timestamps in mpeg are very common and lead to strange errors in the mpeg muxer otherwise 20 years ago
Michael Niedermayer 7984bbe2ce fix timestamp prediction for low_delay mpeg streams 20 years ago
Michael Niedermayer d43ed92def use pts based duration/bitrate guessing code for mpeg-ts 20 years ago
Michael Niedermayer f9a35124a7 fixing pipe seek bug 20 years ago
Michael Niedermayer 0d71240921 fifo_realloc() 20 years ago
Michael Niedermayer 1b307febc4 fixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incoming/blender_raw.avi 20 years ago
Loren Merritt f37b9768f6 split ffhuffyuv into 2 codecs: 20 years ago
Michael Niedermayer dc56fc3802 int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>) 20 years ago
Michael Niedermayer 61c7c3e347 raw h261 demuxing fix 20 years ago
Michael Niedermayer ae214ac39e try to guess the codec for imag2pipe too 20 years ago
Michael Niedermayer 5b6d559680 move p*m from image/lavf -> image2/lavc 20 years ago
Michael Niedermayer 4eff7cf42d porting png support from -f image to -f image2 20 years ago
Michael Niedermayer d07730ddd1 fix image stream copy 20 years ago
Nathan Kurz 1a1dc611ce bug in libavformat av_update_cur_dts(), patch by (Nathan Kurz <nate at verse dot com>) 20 years ago
Michael Niedermayer 5ba7c3d7c9 set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams 20 years ago
Michael Niedermayer 528c2c737e fix assertion failure in case of timestamp discontinuities 20 years ago
Michael Niedermayer 8bcb147f54 generic cur_dts update 20 years ago
Nathan Kurz eb497825fe default stream timebase docs patch by (Nathan Kurz <nate at verse dot com>) 20 years ago
Wolfram Gloger d0f3f15945 print start_time patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) 20 years ago
Michael Niedermayer 3ba1438dec use native timebase for seeking 20 years ago
Michael Niedermayer 576ae256a4 write error handling 20 years ago
Michael Niedermayer e0c91bc23b initial dts fix 20 years ago