Age | Commit message (Expand) | Author |
2011-10-20 | lavc: use avpriv_ prefix for some dv symbols used in lavf. | Anton Khirnov |
2011-08-26 | fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() | Stefano Sabatini |
2011-07-17 | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov |
2011-07-13 | lavf: factor out conversion of ISO8601 string to unix time | Anton Khirnov |
2011-07-12 | lavf: deprecate AVFormatContext.timestamp | Anton Khirnov |
2011-07-03 | Do not include mathematics.h in avutil.h | Mans Rullgard |
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-01-26 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2011-01-25 | Make dvenc.c functions static to the unit. | Diego Elio Pettenò |
2010-04-20 | Add missing internal.h #include for brktimegm(), fixes the warning: | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-10-16 | Split parts of dvdata.h into dvdata.c, this ensures that things like | Reimar Döffinger |
2009-03-08 | Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. | Michael Niedermayer |
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 |
2009-01-07 | Remove inappropriate const qualifier from function argument, fixes the warning: | Diego Biurrun |
2008-10-24 | prettyprinting cosmetics | Diego Biurrun |
2008-10-24 | spelling cosmetics | Diego Biurrun |
2008-10-07 | replacing frame_rate and frame_rate_base with an AVRational time_base | Roman Shaposhnik |
2008-10-02 | spelling cosmetics | Diego Biurrun |
2008-09-02 | Replace generic CONFIG_MUXERS preprocessor conditionals by more specific | Diego Biurrun |
2008-07-24 | cosmetics: Fix two common typos: wont --> will not, lets --> let us. | Diego Biurrun |
2008-06-03 | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-28 | use av_fifo_generic_write, old func is deprecated | Baptiste Coudurier |
2008-05-09 | Use full path for #includes from another directory. | Diego Biurrun |
2007-11-21 | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson |
2007-06-24 | Cosmetics: use consistent indentation by four spaces | Reimar Döffinger |
2007-06-24 | DV muxer should not only fail for more that 3 streams altogether | Reimar Döffinger |
2007-05-16 | Don't forget about audio remaining in buffer, in case there is enough | Corey Hickey |
2007-04-08 | Get rid of unnecessary pointer casts. | Nicholas Tung |
2007-01-15 | * Fixing a bug with incorrect bits set in AAUX source pack | Roman Shaposhnik |
2006-11-08 | * fixing a memory leak in DV format. | Brian Brice |
2006-10-16 | * Simplifying the setting of STYPE for AAUX AS | Roman Shaposhnik |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-09-21 | * Moving FifoBuffer out of libavformat/avformat.h and | Roman Shaposhnik |
2006-09-15 | Split the DV demuxer and muxer into separate files (as suggested by Diego | Panagiotis Issaris |