| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |