Age | Commit message (Expand) | Author |
2012-04-06 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-04-06 | cosmetics: Align muxer/demuxer declarations | Martin Storsjö |
2012-01-31 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-01-30 | yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace. | Mike Melanson |
2012-01-28 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-01-27 | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov |
2011-12-30 | Use more designated initializers. | Paul B Mahol |
2011-12-05 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-12-04 | yuv4mpeg: cosmetics: pretty-printing | Chris Berov |
2011-12-01 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-11-30 | lavf: make av_set_pts_info private. | Anton Khirnov |
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 |