]> git.sesse.net Git - ffmpeg/history - libavformat/avidec.c
AVPacket.pos
[ffmpeg] / libavformat / avidec.c
2005-05-26 Michael NiedermayerAVPacket.pos
2005-05-19 Aurelien Jacobsdrop most url_fileno() calls (allows to use ByteIOConte...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-03-24 Michael Niedermayersegfault fix
2005-03-17 Michael Niedermayermore fine grained discarding of packets
2005-03-16 Michael Niedermayerreverse zero packet dissapearence "feature"
2005-03-15 Michael Niedermayercleanup strh parser
2005-03-15 Michael Niedermayernon interleaved avi support
2005-03-13 Michael Niedermayeruse libavformats index system instead of the half dupli...
2005-02-08 Michael Niedermayeraudio duration fix?
2005-02-04 Michael Niedermayeroverflows
2005-01-22 Michael Niedermayersupport discarding of uninterresting packets
2005-01-21 Michael Niedermayer1/0 fix
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-12-19 Michael Niedermayerbroken avi / div by zero fix
2004-11-13 Michael Niedermayerallocate a few bytes more for extradata so the bitstrea...
2004-11-12 Kostya ShishkovWhen playing
2004-10-19 Michael Niedermayerfixing demuxing of vc2_intro.avi
2004-10-13 Roman Shaposhnik * static allocation for audio packets. This will...
2004-10-11 Michael Niedermayer100l (forgoten seeking functions)
2004-09-28 Michael Niedermayerpads stream
2004-09-19 Roman Shaposhnik * fix for a DV regression introduced with the last...
2004-09-16 Mike Melansonadded support for the elusive AVI palette change chunk...
2004-09-15 Michael Niedermayervarious fixes for the main chunk demux loop
2004-08-04 Roman Shaposhnik * simplifying OpenDML AVI handling.
2004-07-14 Michael Niedermayerplay more broken files
2004-05-30 Michael Niedermayer10l
2004-05-30 Michael Niedermayerskip subtitle streams instead of perishing
2004-05-29 Michael Niedermayerexporting keyframe flags, fixes keyframe stuff with...
2004-05-24 Michael Niedermayer100l (avi seeking)
2004-05-24 Michael Niedermayer100l (AVStream.duration)
2004-05-23 Michael Niedermayerstore index for seeking in the native timebase of each...
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-05-06 Michael Niedermayervbr audio fix
2004-01-10 Michael Niedermayeraudio pts fix
2004-01-10 Michael Niedermayerfixing some seek failure issues
2004-01-04 Michael Niedermayer10l
2004-01-03 Michael Niedermayerforgot ...
2003-11-10 Fabrice Bellardinitial seek support
2003-11-04 Roman Shaposhnik * fixes for broken builds on Solaris, OS2 and all...
2003-11-02 Roberto TogniMake avi and asf demuxer export palette in palctrl
2003-10-31 Roman Shaposhnik * DV demuxer is now capable of decoding auxilary...
2003-09-29 Roman Shaposhnik * DV handling was streamlined for both muxing/demuxi...
2003-09-08 Mike Melansonhacks to support Xan AVI files
2003-08-08 Fabrice Bellardupdate duration and start_time - add av_new_stream...
2003-06-07 Fabrice Bellarduse custom packet allocation only for DV
2003-04-23 Roman ShaposhnikComplete support for OpenDML AVIs and AVIs > 2Gb.
2003-04-19 Michael Niedermayermemleaks
2003-03-28 Roman ShaposhnikAVI type 1 support patch by (Roman Shaposhnick <rvs...
2003-03-26 Roman ShaposhnikOpenDML AVI > 2Gb support patch by (Roman Shaposhnick...
2003-03-20 Michael Niedermayerdb video chunk in avi files support (idea by Dmitry...
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-12 Roman Shaposhnikcorrect AUDIO strf parsing patch by (Roman Shaposhnick...
2003-03-11 Michael Niedermayerfixing parsing of opendml avis
2003-03-08 Michael Niedermayer10l
2003-03-08 Michael Niedermayerforgot ....
2003-03-08 Michael Niedermayerhuffyuv encoding fixed
2003-03-08 Michael Niedermayerread BITMAPINFOHEADER extra stuff (huffyuv decoding...
2003-03-08 Michael Niedermayerreversing not yet reversed changes from r1.7 -> r1...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-02 Fabrice BellardTry this fix
2002-12-20 François RevolFix for odd strf tag in Stargate SG-1 - 3x18 - Shades...
2002-12-04 Michael Niedermayercleanup
2002-11-25 Fabrice Bellardrenamed libav to libavformat