]> git.sesse.net Git - ffmpeg/history - libavformat/avidec.c
Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. This
[ffmpeg] / libavformat / avidec.c
2006-09-07 Panagiotis IssarisAllow to get the the track number in the IPRT (part...
2006-09-07 Panagiotis IssarisBetter tag support:
2006-09-05 Michael Niedermayerignore index parameter to ignore the ODML index in avi
2006-08-31 David ConradFix for AVI files with odd sized 'movi' list
2006-08-25 Michael Niedermayersupport some totally broken ODML variant
2006-08-18 David ConradAVI tag reading and writing patch by David Conrad.
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-07-02 Måns Rullgårdkill warnings
2006-06-16 Måns Rullgårdfree codec extradata in av_close_input_file
2006-06-14 Michael Niedermayerdont load the index if we cant seek back
2006-04-06 Kostya ShishkovFix demuxing of AVIs with pad streams.
2006-03-02 Michael Niedermayerdwstart support
2006-03-02 Michael Niedermayerfixing demuxing of minorityreport.AVI
2006-03-01 Michael Niedermayerfixing av sync in videotest.avi (index doesnt match...
2006-03-01 Michael Niedermayersupport seeking in RenderAvi.avi (audio stream == singl...
2006-03-01 Michael Niedermayer10l forgot to set packet_size
2006-03-01 Michael Niedermayerfix demuxing of XviD_with_3_AAC-HE_audio_streams.avi
2006-03-01 Michael Niedermayeradd movi_list offset into index
2006-03-01 Michael Niedermayeradd size to AVIndex
2006-03-01 Michael NiedermayerODML index parsing support
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-06 Måns RullgårdKill some compiler warnings. Compiled code verified...
2005-08-15 Michael Niedermayerparse pict_type for streams in avi
2005-08-14 Måns Rullgårdkill a bunch of compiler warnings
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
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