| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: remove some flushing in write_packet muxers callbacks. | Clément Bœsch | 2013-04-14 | 1 | -1/+0 |
* | dvenc: dont fail hard if the timecode is invalid | Michael Niedermayer | 2013-02-05 | 1 | -2/+2 |
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' | Michael Niedermayer | 2012-12-21 | 1 | -3/+3 |
|\ |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -3/+3 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-18 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE | Anton Khirnov | 2012-08-18 | 1 | -2/+4 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | timecode: move timecode muxer options to metadata. | Clément Bœsch | 2012-06-04 | 1 | -15/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-08 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | dv: Split profile handling code into a separate file. | Diego Biurrun | 2012-05-07 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | libavformat: Add an ff_ prefix to some lavf internal symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | | dvenc: use new public timecode API. | Clément Bœsch | 2012-02-02 | 1 | -20/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -5/+0 |
|\ \
| |/ |
|
| * | lavf: remove disabled FF_API_TIMESTAMP cruft | Anton Khirnov | 2012-01-27 | 1 | -5/+0 |
* | | timecode: rename internal ff_* symbols to avpriv_*. | Clément Bœsch | 2011-12-12 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 |
* | | fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() | Stefano Sabatini | 2011-08-14 | 1 | -2/+2 |
* | | dv: honor timecode in DV muxer. | Clément Bœsch | 2011-08-13 | 1 | -18/+32 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -10/+9 |
|\ \
| |/ |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -10/+9 |
* | | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228' | Michael Niedermayer | 2011-07-14 | 1 | -5/+2 |
|\ \
| |/ |
|
| * | lavf: factor out conversion of ISO8601 string to unix time | Anton Khirnov | 2011-07-13 | 1 | -5/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-13 | 1 | -2/+12 |
|\ \
| |/ |
|
| * | lavf: deprecate AVFormatContext.timestamp | Anton Khirnov | 2011-07-12 | 1 | -2/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | 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 |