summaryrefslogtreecommitdiff
path: root/libavformat/img.c
Commit message (Expand)AuthorAge
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux2006-09-04
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-13
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* fix double free, priv_data is freed in av_open_input_streamBaptiste Coudurier2006-03-26
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-11
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* switch to native time basesMichael Niedermayer2005-04-30
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
* prefer image2 over imageMichael Niedermayer2004-11-10
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* segfault fixMichael Niedermayer2004-05-13
* 10lMichael Niedermayer2004-04-12
* recommit ofMichael Niedermayer2003-10-14
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
* removed os_support.hFabrice Bellard2003-09-08
* suppressed frame number modulus hack - added loop_input hack which I find eas...Fabrice Bellard2003-08-24
* update duration and start_timeFabrice Bellard2003-08-08
* * moved os_support.h into libavcodecZdenek Kabelac2003-03-12
* Cleaner support for usleep()François Revol2003-03-12
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky2003-03-07
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-11
* jpeg detection fix - fixed imagepipe outputFabrice Bellard2003-01-11
* added still image supportFabrice Bellard2003-01-11
* redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a ...François Revol2002-12-20
* mingw patch by (Bill Eldridge <bill at rfa dot org>)Bill Eldridge2002-12-20
* Hey, not everyone has usleep() ! (temporary fix, we should check for this in ...François Revol2002-12-20
* * Add code to allow the img reader to read files at the nominal frame rate.Philip Gladstone2002-12-11
* renamed libav to libavformatFabrice Bellard2002-11-25