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