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