Age | Commit message (Expand) | Author |
2011-10-20 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-10-19 | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov |
2011-07-17 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-07-17 | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov |
2011-06-02 | Remove unused variables | Mans Rullgard |
2011-06-01 | yuv4mpeg: complain and exit if a non-rawvideo stream is selected | Stefano Sabatini |
2011-05-30 | Fix various unused variable warnings | Clément Bœsch |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-16 | avio: rename put_flush_packet -> avio_flush | Anton Khirnov |
2011-02-21 | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov |
2011-02-21 | avio: avio_ prefixes for get_* functions | Anton Khirnov |
2011-02-20 | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov |
2011-01-26 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2011-01-02 | Fix a floating point exception for invalid framerate, fixes issue 2470. | Daniel Kang |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-05-11 | Use chroma_sample_location in reading/writing yuv4mpeg | David Conrad |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2008-08-23 | convert every muxer/demuxer to write/read sample_aspect_ratio from/to | Aurelien Jacobs |
2008-07-11 | Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER, | Diego Biurrun |
2008-06-19 | remove useless close func | Baptiste Coudurier |
2008-06-03 | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-29 | ENOMEM is better, yes ... | Michael Niedermayer |
2008-05-28 | Null pointer check / CID26. | Michael Niedermayer |
2008-05-28 | useless | Michael Niedermayer |
2007-11-21 | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson |
2007-07-19 | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris |
2007-06-27 | remove empty write trailer functions | Vitor Sessak |
2007-04-08 | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
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-06-17 | Add (mostly) const to variable and parameter declaration, where a char* was | Stefan Huehner |
2006-02-08 | Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific. | Colin Ward |
2006-02-08 | Correctly set the interlaced_frame and top_field_first fields. | Luca Abeni |
2006-01-12 | Update licensing information: The FSF changed postal address. | Diego Biurrun |
2005-12-22 | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun |
2005-12-17 | COSMETICS: Remove all trailing whitespace. | Diego Biurrun |
2005-09-23 | Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS | Diego Biurrun |
2005-08-14 | kill a bunch of compiler warnings | Måns Rullgård |
2005-07-17 | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer |
2005-05-26 | AVPacket.pos | Michael Niedermayer |
2005-04-30 | switch to native time bases | Michael Niedermayer |
2005-04-26 | Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gus... | Roine Gustafsson |
2005-04-26 | Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users s... | Roine Gustafsson |
2005-01-19 | add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine users.sou... | Roine Gustafsson |
2005-01-04 | - Writes correct unknown aspect | Roine Gustafsson |
2004-10-01 | do not call (av_)abort() | Michael Niedermayer |
2004-06-19 | sweeping change from -EIO -> AVERROR_IO | Mike Melanson |
2004-05-29 | pass AVPacket into av_write_frame() | Michael Niedermayer |