]> git.sesse.net Git - ffmpeg/history - libavformat/asf.c
Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>)
[ffmpeg] / libavformat / asf.c
2004-04-12 Michael Niedermayermoving nearly identical binary search code from nut...
2004-03-05 Konstantin Andreyevasf patch by (Konstantin Andreyev <kandreyev at bcsii...
2004-03-05 Konstantin Andreyevsplit asf patch by (Konstantin Andreyev <kandreyev...
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-01-17 Michael Niedermayerseeking stuff
2004-01-17 Michael Niedermayerstore searched distance in index, so we dont waste...
2004-01-14 Michael Niedermayerheader parser fix
2004-01-14 Michael Niedermayerreplic_size==0 fix, needed so that G.726 asf file,...
2004-01-14 Michael Niedermayeruse packet number instead of byte number internally...
2004-01-14 Michael Niedermayerunused
2004-01-14 Michael Niedermayerseeking fixes
2004-01-14 Michael Niedermayermemleak fix
2004-01-14 Kevin Kuphalseeking in single stream asf patch by ("Kevin Kuphal...
2004-01-06 Kevin KuphalASF extended header parsing patch by ("Kevin Kuphal...
2003-11-10 Fabrice Bellardframe rate should be completely disabled in asf (closer...
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-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-09-08 Fabrice BellardCODEC_ID_MP3LAME is obsolete
2003-08-18 Michael Niedermayeruse codec_tag for encoding too
2003-08-08 Fabrice Bellardupdate duration and start_time - add av_new_stream...
2003-05-24 Falk HüffnerWarning and compatibility fixes.
2003-04-22 Zdenek Kabelac* filling bitdepth
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-08 Michael Niedermayermerging fourcc with codec_tag
2003-02-25 François Revolprettier debug output
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-12-20 Ryutaroh Matsumotomimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh...
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-04 Michael Niedermayercleanup
2002-11-25 Fabrice Bellardrenamed libav to libavformat