| Commit message (Expand) | Author | Age | Files | Lines |
* | convert every muxer/demuxer to write/read sample_aspect_ratio from/to | Aurelien Jacobs | 2008-08-23 | 1 | -3/+3 |
* | Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER, | Diego Biurrun | 2008-07-11 | 1 | -1/+1 |
* | remove useless close func | Baptiste Coudurier | 2008-06-19 | 1 | -6/+0 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -2/+2 |
* | ENOMEM is better, yes ... | Michael Niedermayer | 2008-05-29 | 1 | -1/+1 |
* | Null pointer check / CID26. | Michael Niedermayer | 2008-05-28 | 1 | -0/+2 |
* | useless | Michael Niedermayer | 2008-05-28 | 1 | -1/+0 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -4/+4 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -4/+4 |
* | remove empty write trailer functions | Vitor Sessak | 2007-06-27 | 1 | -6/+0 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -2/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -13/+4 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -4/+4 |
* | Add (mostly) const to variable and parameter declaration, where a char* was | Stefan Huehner | 2006-06-17 | 1 | -1/+1 |
* | Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific. | Colin Ward | 2006-02-08 | 1 | -2/+2 |
* | Correctly set the interlaced_frame and top_field_first fields. | Luca Abeni | 2006-02-08 | 1 | -7/+21 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -18/+18 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -19/+19 |
* | Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS | Diego Biurrun | 2005-09-23 | 1 | -4/+4 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -1/+1 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -27/+27 |
* | AVPacket.pos | Michael Niedermayer | 2005-05-26 | 1 | -8/+2 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -3/+2 |
* | Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gus... | Roine Gustafsson | 2005-04-26 | 1 | -3/+14 |
* | Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users s... | Roine Gustafsson | 2005-04-26 | 1 | -3/+3 |
* | add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine users.sou... | Roine Gustafsson | 2005-01-19 | 1 | -3/+8 |
* | - Writes correct unknown aspect | Roine Gustafsson | 2005-01-04 | 1 | -15/+151 |
* | do not call (av_)abort() | Michael Niedermayer | 2004-10-01 | 1 | -1/+1 |
* | sweeping change from -EIO -> AVERROR_IO | Mike Melanson | 2004-06-19 | 1 | -5/+5 |
* | pass AVPacket into av_write_frame() | Michael Niedermayer | 2004-05-29 | 1 | -4/+3 |
* | yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>) | Steven M. Schultz | 2004-04-01 | 1 | -1/+1 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2004-03-03 | 1 | -3/+3 |
* | AVRational | Michael Niedermayer | 2003-10-20 | 1 | -15/+4 |
* | bottom_field_first -> top_field_first | Michael Niedermayer | 2003-10-20 | 1 | -1/+1 |
* | * providing MPEG codecs with a generic fields in AVFrame to use. | Roman Shaposhnik | 2003-10-18 | 1 | -72/+62 |
* | disable encoders where appropriate (patch courtesy of BERO | Mike Melanson | 2003-10-14 | 1 | -0/+4 |
* | yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) | Steven M. Schultz | 2003-09-25 | 1 | -1/+1 |
* | 64 bit pts for writing - more const usage | Fabrice Bellard | 2003-09-10 | 1 | -1/+1 |
* | stdin patch by (Charles Yates <charles dot yates at pandora dot be>) | Charles Yates | 2003-08-29 | 1 | -1/+2 |
* | yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias a... | D Richard Felker III | 2003-08-05 | 1 | -0/+97 |
* | removed warnings | Fabrice Bellard | 2003-07-17 | 1 | -46/+50 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -6/+14 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -2/+2 |
* | extracted yuv4mpeg from img.c (untested) | Fabrice Bellard | 2003-01-11 | 1 | -0/+164 |