]> git.sesse.net Git - ffmpeg/history - libavformat/img.c
use parenthesis around value
[ffmpeg] / libavformat / img.c
2006-07-13 Víctor Paesaadd loop_input to AVFormatContext, getting rid of old...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-03-26 Baptiste Coudurierfix double free, priv_data is freed in av_open_input_stream
2006-03-11 Michael Niedermayersimplify AVFormatParameters NULL checks
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-11-10 Michael Niedermayerprefer image2 over image
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
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