Age | Commit message (Expand) | Author |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-09-04 | Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ... | Michel Bardiaux |
2006-07-13 | add loop_input to AVFormatContext, getting rid of old hack | Víctor Paesa |
2006-07-10 | allow individual selection of muxers and demuxers | Måns Rullgård |
2006-07-09 | give AVInput/OutputFormat structs consistent names | Måns Rullgård |
2006-03-26 | fix double free, priv_data is freed in av_open_input_stream | Baptiste Coudurier |
2006-03-11 | simplify AVFormatParameters NULL checks | Michael Niedermayer |
2006-01-12 | Update licensing information: The FSF changed postal address. | Diego Biurrun |
2005-12-17 | COSMETICS: Remove all trailing whitespace. | Diego Biurrun |
2005-07-17 | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer |
2005-04-30 | switch to native time bases | Michael Niedermayer |
2005-01-08 | integer overflows, heap corruption | Michael Niedermayer |
2004-11-10 | prefer image2 over image | Michael Niedermayer |
2004-06-19 | sweeping change from -EIO -> AVERROR_IO | Mike Melanson |
2004-05-29 | pass AVPacket into av_write_frame() | Michael Niedermayer |
2004-05-21 | move time_base (pts_num/pts_den) from AVFormatContext -> AVStream | Michael Niedermayer |
2004-05-13 | segfault fix | Michael Niedermayer |
2004-04-12 | 10l | Michael Niedermayer |
2003-10-14 | recommit of | Michael Niedermayer |
2003-09-10 | 64 bit pts for writing - more const usage | Fabrice Bellard |
2003-09-08 | removed os_support.h | Fabrice Bellard |
2003-08-24 | suppressed frame number modulus hack - added loop_input hack which I find eas... | Fabrice Bellard |
2003-08-08 | update duration and start_time | Fabrice Bellard |
2003-03-12 | * moved os_support.h into libavcodec | Zdenek Kabelac |
2003-03-12 | Cleaner support for usleep() | François Revol |
2003-03-12 | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer |
2003-03-07 | Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) | Max Krasnyansky |
2003-02-11 | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac |
2003-02-10 | * static,const,compiler warning cleanup | Zdenek Kabelac |
2003-01-11 | os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) | Slavik Gnatenko |
2003-01-11 | jpeg detection fix - fixed imagepipe output | Fabrice Bellard |
2003-01-11 | added still image support | Fabrice Bellard |
2002-12-20 | redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a ... | François Revol |
2002-12-20 | mingw patch by (Bill Eldridge <bill at rfa dot org>) | Bill Eldridge |
2002-12-20 | Hey, not everyone has usleep() ! (temporary fix, we should check for this in ... | François Revol |
2002-12-11 | * Add code to allow the img reader to read files at the nominal frame rate. | Philip Gladstone |
2002-11-25 | renamed libav to libavformat | Fabrice Bellard |