]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
Autodesk Animator Studio Codec (AASC) video decoder, courtesy of
[ffmpeg] / libavformat / utils.c
2005-03-24 Michael Niedermayerdiscard dummy packets before doing inapropriate checks...
2005-03-17 Michael Niedermayermore fine grained discarding of packets
2005-03-13 Michael Niedermayerkeyframe & non keyframe index fixes
2005-02-26 Michael Niedermayershorten decoder by (Jeff Muizelaar <jrmuizel gmail...
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-29 Michael Niedermayerdont predict missing timestamps if we lack the required...
2005-01-27 Roine Gustafssonsupport colon-separated rates patch by Roine Gustafsson...
2005-01-22 Michael Niedermayersupport discarding uninterresting packets
2005-01-22 Michael Niedermayerfixing demuxing for short files where the framerate...
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2005-01-03 Michael Niedermayer10l
2004-12-22 Michael Niedermayer1/0l fix
2004-12-21 Michael Niedermayerprefer integer fps if possible when guessing
2004-12-21 Michael Niedermayerguess fps for the variable fps case
2004-12-19 Michael Niedermayertry to guess the fps if they are variable
2004-12-15 Michael Niedermayerworkaround some broken mpeg-ps timestamps
2004-12-14 Michael Niedermayersome sanity checks on what is muxed, invalid timestamps...
2004-12-14 Michael Niedermayerfix timestamp prediction for low_delay mpeg streams
2004-12-06 Michael Niedermayeruse pts based duration/bitrate guessing code for mpeg-ts
2004-12-06 Michael Niedermayerfixing pipe seek bug
2004-12-01 Michael Niedermayerfifo_realloc()
2004-11-30 Michael Niedermayerfixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incom...
2004-11-28 Loren Merrittsplit ffhuffyuv into 2 codecs:
2004-11-23 Michael Niedermayerint / int64 fix by (Wolfram Gloger <wmglo @@@ dent...
2004-11-13 Michael Niedermayerraw h261 demuxing fix
2004-11-12 Michael Niedermayertry to guess the codec for imag2pipe too
2004-11-11 Michael Niedermayermove p*m from image/lavf -> image2/lavc
2004-11-09 Michael Niedermayerporting png support from -f image to -f image2
2004-11-08 Michael Niedermayerfix image stream copy
2004-10-22 Nathan Kurzbug in libavformat av_update_cur_dts(), patch by (Natha...
2004-10-22 Michael Niedermayerset keyframe flag at a more central place instead of...
2004-10-13 Michael Niedermayerfix assertion failure in case of timestamp discontinuities
2004-10-12 Michael Niedermayergeneric cur_dts update
2004-10-11 Nathan Kurzdefault stream timebase docs patch by (Nathan Kurz...
2004-10-11 Wolfram Glogerprint start_time patch by (Wolfram Gloger <wmglo at...
2004-10-10 Michael Niedermayeruse native timebase for seeking
2004-10-08 Michael Niedermayerwrite error handling
2004-10-03 Michael Niedermayerinitial dts fix
2004-10-03 Michael NiedermayerSCR timestamp fix try #1
2004-10-01 Michael Niedermayermove free() of AVStream priv data to av_write_trailer()
2004-09-29 Michael Niedermayermove packet interleaving function into AVOutputFormat...
2004-09-28 Michael Niedermayeruninitalized variables
2004-08-13 Michael NiedermayerMinor Patch for shared libs on Mac OSX by (Bill May...
2004-08-12 Petr DoubekHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-07-25 Michael Niedermayerffserver fixes by (Koos Vriezen <koos.vriezen at xs4all...
2004-07-15 Michael Niedermayerimage2 / image API cleanup phase-1
2004-06-30 Michael Niedermayerfix first timestamp when decoding mpeg-ps
2004-06-22 Michael Niedermayerflush audio encoder buffers at the end
2004-06-20 Michael Niedermayer1000l
2004-06-11 Wolfram Glogeruser specified start time offset
2004-05-29 Michael Niedermayercorrectly interleave packets during encoding
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-05-24 Michael Niedermayer100l (avi seeking)
2004-05-23 Michael Niedermayercur_dts in native timebase
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-04-27 Michael NiedermayerNULL pointers ...
2004-04-12 Michael Niedermayermoving nearly identical binary search code from nut...
2004-04-07 Michael Niedermayerdont reduce the min_distance of AVIndexEntry
2004-04-04 Michael Niedermayermove zero size hack from ogg.c to utils.c
2004-04-04 Michael Niedermayerfix obnoxious ogg_packet passing from encoder to muxer
2004-04-04 Michael Niedermayerremove spyware from ogg*.c
2004-03-03 Michael Niedermayerav_log() cleanup
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-02-20 Gildas Bazinavsync patch by (Gildas Bazin <gbazin at altern dot...
2004-01-17 Michael Niedermayerstore searched distance in index, so we dont waste...
2004-01-13 Michael Niedermayercaching of timestamps for mpeg-ps so seeking is faster
2003-12-16 Fabrice Bellardfixed incorrect PTS/DTS logic in MPEG video case (cause...
2003-12-15 Fabrice Bellardmake av_read_frame() return buffered frames at EOF
2003-12-09 Fabrice Bellardcopy packet without omitting the padding
2003-11-20 Fabrice Bellardfixed memory leak
2003-11-10 Fabrice Bellardinitial av_read_frame() and av_seek_frame() support
2003-10-29 Fabrice Bellardmake AVFMT_NOHEADER flag dynamic - added av_open_input_...
2003-10-26 Panagiotis IssarisGCC 3.3.2 warnings patch by (Panagiotis Issaris <takis...
2003-09-08 Fabrice Bellardsimpler strptime - added os_support.[ch] - moved localt...
2003-09-08 Fabrice Bellardremoved ctype.h header
2003-09-07 Michael Niedermayermemory leak fix by (Tom Dexter <devel at www dot digita...
2003-08-29 Roman Shaposhnik 1000l in abbrv. table
2003-08-29 Roman Shaposhnik * making resolution abbreviations right
2003-08-24 Fabrice Bellardsuppressed frame number modulus hack - added loop_input...
2003-08-24 Fabrice Bellardwin32 compile fix
2003-08-21 Roman Shaposhnik all human-readable output should go into stderr...
2003-08-08 Fabrice Bellardno default bit rate if decoding
2003-08-08 Fabrice Bellardinitial duration/start_time generic support - displays...
2003-07-16 Fabrice Bellardfix fmt == NULL case
2003-07-15 Fabrice Bellardfixed RTP/TCP client support
2003-07-12 Roman Shaposhnik * First round of AV sync fixes.
2003-07-04 Michael Niedermayermpeg1 bad frame_rate_base fix by (Arthur van Hoff ...
2003-05-05 Michael NiedermayerVOB stream patch ba (Brian Foley <bfoley at compsoc...
2003-03-18 Michael Niedermayermerging a small amount of the changes from BroadQ,...
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-08 Michael Niedermayerread BITMAPINFOHEADER extra stuff (huffyuv decoding...
2003-02-26 Michael Niedermayermove repeat_pict field from AVCodecContext -> AVFrame...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-02-03 Fabrice Bellardzero copy packet handling for DV1394 by Max Krasnyansky
2003-01-23 Roman Shaposhnikzero sized malloc patch by Roman Shaposhnick
2003-01-23 Fabrice Bellardgrab device is in AVFormatParameter (at least better...
2003-01-23 Fabrice Bellardvideo_device fixes
next