]> git.sesse.net Git - ffmpeg/history - libavformat/img.c
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
[ffmpeg] / libavformat / img.c
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-05-13 Michael Niedermayersegfault fix
2004-04-12 Michael Niedermayer10l
2003-10-14 Michael Niedermayerrecommit of
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-09-08 Fabrice Bellardremoved os_support.h
2003-08-24 Fabrice Bellardsuppressed frame number modulus hack - added loop_input...
2003-08-08 Fabrice Bellardupdate duration and start_time
2003-03-12 Zdenek Kabelac* moved os_support.h into libavcodec
2003-03-12 François RevolCleaner support for usleep()
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-07 Max KrasnyanskyFrame rate emulation patch by (Max Krasnyansky <maxk...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-01-11 Slavik Gnatenkoos2 support patch by ("Slavik Gnatenko" <miracle9 at...
2003-01-11 Fabrice Bellardjpeg detection fix - fixed imagepipe output
2003-01-11 Fabrice Bellardadded still image support
2002-12-20 François Revolredid usleep() fix for BeOS, more consistant with the...
2002-12-20 Bill Eldridgemingw patch by (Bill Eldridge <bill at rfa dot org>)
2002-12-20 François RevolHey, not everyone has usleep() ! (temporary fix, we...
2002-12-11 Philip Gladstone* Add code to allow the img reader to read files at...
2002-11-25 Fabrice Bellardrenamed libav to libavformat