summaryrefslogtreecommitdiffstats
path: root/libavformat/dvenc.c
Commit message (Expand)AuthorAgeFilesLines
* dvenc: dont fail hard if the timecode is invalidMichael Niedermayer2013-02-051-2/+2
* Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-3/+3
|\
| * miscellaneous typo fixesDiego Biurrun2012-12-211-3/+3
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-181-2/+4
|\ \ | |/
| * dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZEAnton Khirnov2012-08-181-2/+4
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-4/+4
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-311-1/+1
|\ \ | |/
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+1
|\ \ | |/
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* | timecode: move timecode muxer options to metadata.Clément Bœsch2012-06-041-15/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-081-0/+1
|\ \ | |/
| * dv: Split profile handling code into a separate file.Diego Biurrun2012-05-071-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-2/+2
|\ \ | |/
| * libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-3/+3
* | dvenc: use new public timecode API.Clément Bœsch2012-02-021-20/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-5/+0
|\ \ | |/
| * lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov2012-01-271-5/+0
* | timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch2011-12-121-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-1/+1
|\ \ | |/
| * lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov2011-10-201-1/+1
| * fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-261-2/+2
* | fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-141-2/+2
* | dv: honor timecode in DV muxer.Clément Bœsch2011-08-131-18/+32
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-10/+9
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-10/+9
* | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer2011-07-141-5/+2
|\ \ | |/
| * lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-131-5/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-131-2/+12
|\ \ | |/
| * lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-121-2/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-1/+1
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Make dvenc.c functions static to the unit.Diego Elio Pettenò2011-01-251-6/+4
* Add missing internal.h #include for brktimegm(), fixes the warning:Diego Biurrun2010-04-201-0/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-161-1/+1
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-081-11/+11
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Remove inappropriate const qualifier from function argument, fixes the warning:Diego Biurrun2009-01-071-1/+1
* prettyprinting cosmeticsDiego Biurrun2008-10-241-21/+21
* spelling cosmeticsDiego Biurrun2008-10-241-19/+19
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-071-6/+6
OpenPOWER on IntegriCloud