64 Commits (c6fa36cf587c63bb8eb4dda0dd5ef0f8a7441af4)

Author SHA1 Message Date
Michael Niedermayer 2692067a45 AVPacket.pos 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 c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer d46db490b1 segfault fix 20 years ago
Michael Niedermayer f3356e9c9e more fine grained discarding of packets 20 years ago
Michael Niedermayer 80e3a08c97 reverse zero packet dissapearence "feature" 20 years ago
Michael Niedermayer b53f10648b cleanup strh parser 20 years ago
Michael Niedermayer 7c7f386677 non interleaved avi support 20 years ago
Michael Niedermayer 52a0bbff1f use libavformats index system instead of the half duplicated mess in avidec.c 20 years ago
Michael Niedermayer cb43c0e10d audio duration fix? 20 years ago
Michael Niedermayer 8d65750ef1 overflows 20 years ago
Michael Niedermayer b4aea108eb support discarding of uninterresting packets 20 years ago
Michael Niedermayer 0fbc6961eb 1/0 fix 20 years ago
Michael Niedermayer 568e18b15e integer overflows, heap corruption 20 years ago
Michael Niedermayer 55c7e4ad5d broken avi / div by zero fix 20 years ago
Michael Niedermayer 3129cd0140 allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end 20 years ago
Kostya Shishkov 61c52ead7c When playing 20 years ago
Michael Niedermayer 4a8d51356f fixing demuxing of vc2_intro.avi 20 years ago
Roman Shaposhnik 664f583665 * static allocation for audio packets. This will make it a little bit 20 years ago
Michael Niedermayer 7b3c1382bf 100l (forgoten seeking functions) 20 years ago
Michael Niedermayer 30667f42f5 pads stream 20 years ago
Roman Shaposhnik 2c3cee348f * fix for a DV regression introduced with the last round of avi_read_packet 20 years ago
Mike Melanson 69bde0b258 added support for the elusive AVI palette change chunk, courtesy of 20 years ago
Michael Niedermayer d2c5f0a4bf various fixes for the main chunk demux loop 20 years ago
Roman Shaposhnik 8f9298f801 * simplifying OpenDML AVI handling. 20 years ago
Michael Niedermayer f8facaaf41 play more broken files 20 years ago
Michael Niedermayer 7520409245 10l 21 years ago
Michael Niedermayer cc11e2b3e4 skip subtitle streams instead of perishing 21 years ago
Michael Niedermayer 42feef6b70 exporting keyframe flags, fixes keyframe stuff with streamcopy 21 years ago
Michael Niedermayer 4fc2c6447f 100l (avi seeking) 21 years ago
Michael Niedermayer cde073b448 100l (AVStream.duration) 21 years ago
Michael Niedermayer cdd5034f89 store index for seeking in the native timebase of each stream 21 years ago
Michael Niedermayer 9ee91c2f53 move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
Michael Niedermayer 1fa3d65d57 vbr audio fix 21 years ago
Michael Niedermayer 0a61ba5869 audio pts fix 21 years ago
Michael Niedermayer e6c0297f1c fixing some seek failure issues 21 years ago
Michael Niedermayer 3144b152a6 10l 21 years ago
Michael Niedermayer 76e9d39297 forgot ... 21 years ago
Fabrice Bellard 155e9ee909 initial seek support 21 years ago
Roman Shaposhnik 19d053c5ba * fixes for broken builds on Solaris, OS2 and all bingendian 21 years ago
Roberto Togni 5e29abf8b7 Make avi and asf demuxer export palette in palctrl 21 years ago
Roman Shaposhnik ddaae6a9d1 * DV demuxer is now capable of decoding auxilary audio stream. So, 21 years ago
Roman Shaposhnik 7458ccbb02 * DV handling was streamlined for both muxing/demuxing and 21 years ago
Mike Melanson 9e8cd0db54 hacks to support Xan AVI files 21 years ago
Fabrice Bellard 247eadca9d update duration and start_time - add av_new_stream() usage 21 years ago
Fabrice Bellard 2af7e61032 use custom packet allocation only for DV 22 years ago
Roman Shaposhnik e738cee9c4 Complete support for OpenDML AVIs and AVIs > 2Gb. 22 years ago
Michael Niedermayer 5ae2c73e4d memleaks 22 years ago
Roman Shaposhnik deb0a292b0 AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Roman Shaposhnik 06219cb194 OpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago