| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -1/+1 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -5/+5 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -2/+2 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Fix a floating point exception for invalid framerate, fixes issue 2470. | Daniel Kang | 2011-01-02 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Use chroma_sample_location in reading/writing yuv4mpeg | David Conrad | 2009-05-11 | 1 | -5/+12 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -2/+2 |
* | 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 |