| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegvideo_enc: add chroma/luma_elim_threshold private options. | Anton Khirnov | 2012-02-29 | 1 | -2/+0 |
* | ffmenc: remove references to deprecated AVFormatContext.timestamp. | Anton Khirnov | 2012-01-12 | 1 | -2/+2 |
* | lavu: replace int/float punning functions | Mans Rullgard | 2011-12-11 | 1 | -8/+8 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | libx264: add 'direct-pred' private option | Anton Khirnov | 2011-09-07 | 1 | -1/+0 |
* | libx264: add 'partitions' private option | Anton Khirnov | 2011-09-07 | 1 | -1/+0 |
* | Rename ffserver to avserver. | Anton Khirnov | 2011-08-09 | 1 | -2/+2 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -11/+10 |
* | lavf: deprecate AVStream.quality. | Anton Khirnov | 2011-07-06 | 1 | -1/+0 |
* | Do not include intfloat_readwrite.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 | -3/+3 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -2/+2 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -70/+70 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -3/+3 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | avio: add av_put_str and deprecate put_strz in favor of it | Anton Khirnov | 2011-01-21 | 1 | -1/+1 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623)... | Benjamin Larsson | 2009-12-14 | 1 | -0/+1 |
* | Update ffserver to include all basic x264 parameters in .ffm files. | Jason Garrett-Glaser | 2009-11-24 | 1 | -0/+13 |
* | do not write ffm write index by default, detect if file is being written and ... | Baptiste Coudurier | 2009-03-20 | 1 | -11/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Fix rc_eq mem leak. | Michael Niedermayer | 2008-08-16 | 1 | -1/+1 |
* | Improve long names for FFM muxer and demuxer: | Stefano Sabatini | 2008-07-27 | 1 | -1/+1 |
* | fix size of header data | Stefan Gehrer | 2008-06-27 | 1 | -1/+1 |
* | cosmetics, pts->dts | Baptiste Coudurier | 2008-06-22 | 1 | -4/+4 |
* | store dts in ffm headers | Baptiste Coudurier | 2008-06-22 | 1 | -5/+5 |
* | remove pts set hack, this is no more correct | Baptiste Coudurier | 2008-06-22 | 1 | -6/+1 |
* | enable feeder threads | Baptiste Coudurier | 2008-06-22 | 1 | -0/+1 |
* | do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking | Baptiste Coudurier | 2008-06-22 | 1 | -3/+2 |
* | remove now unneeded vars | Baptiste Coudurier | 2008-06-09 | 1 | -2/+0 |
* | pass dts and pts through ffm, should fix streaming b frames | Baptiste Coudurier | 2008-06-09 | 1 | -1/+8 |
* | pass extradata through ffm | Baptiste Coudurier | 2008-06-09 | 1 | -0/+4 |
* | remove ugly ffm_nopts hack, use AVFormatContext->timestamp | Baptiste Coudurier | 2008-06-09 | 1 | -10/+1 |
* | fix pts handling in ffm | Baptiste Coudurier | 2008-06-07 | 1 | -19/+8 |
* | cosmetics, rename first to header, more explicit name | Baptiste Coudurier | 2008-06-06 | 1 | -3/+3 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | remove unneeded include | Baptiste Coudurier | 2008-05-26 | 1 | -1/+0 |
* | split ffm de/muxer | Baptiste Coudurier | 2008-05-26 | 1 | -0/+267 |