summaryrefslogtreecommitdiffstats
path: root/libavformat/img.c
Commit message (Expand)AuthorAgeFilesLines
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-12/+12
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-12/+12
* switch to native time basesMichael Niedermayer2005-04-301-11/+7
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-2/+2
* prefer image2 over imageMichael Niedermayer2004-11-101-1/+1
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-7/+7
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-4/+3
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-1/+1
* segfault fixMichael Niedermayer2004-05-131-2/+2
* 10lMichael Niedermayer2004-04-121-0/+1
* recommit ofMichael Niedermayer2003-10-141-0/+1
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-1/+1
* removed os_support.hFabrice Bellard2003-09-081-2/+0
* suppressed frame number modulus hack - added loop_input hack which I find eas...Fabrice Bellard2003-08-241-2/+18
* update duration and start_timeFabrice Bellard2003-08-081-18/+70
* * moved os_support.h into libavcodecZdenek Kabelac2003-03-121-1/+1
* Cleaner support for usleep()François Revol2003-03-121-15/+1
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-5/+8
* Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky2003-03-071-19/+0
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-6/+6
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-101-1/+1
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-111-1/+5
* jpeg detection fix - fixed imagepipe outputFabrice Bellard2003-01-111-2/+2
* added still image supportFabrice Bellard2003-01-111-745/+143
* redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a ...François Revol2002-12-201-8/+7
* mingw patch by (Bill Eldridge <bill at rfa dot org>)Bill Eldridge2002-12-201-0/+5
* Hey, not everyone has usleep() ! (temporary fix, we should check for this in ...François Revol2002-12-201-0/+7
* * Add code to allow the img reader to read files at the nominal frame rate.Philip Gladstone2002-12-111-0/+20
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+945
OpenPOWER on IntegriCloud