Age | Commit message (Expand) | Author |
2011-10-19 | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov |
2011-09-07 | libx264: add 'direct-pred' private option | Anton Khirnov |
2011-09-07 | libx264: add 'partitions' private option | Anton Khirnov |
2011-08-09 | Rename ffserver to avserver. | Anton Khirnov |
2011-07-17 | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov |
2011-07-06 | lavf: deprecate AVStream.quality. | Anton Khirnov |
2011-07-03 | Do not include intfloat_readwrite.h in avutil.h | Mans Rullgard |
2011-06-10 | Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. | Diego Biurrun |
2011-04-29 | Remove some disabled printf debug cruft. | Diego Biurrun |
2011-04-03 | avio: introduce an AVIOContext.seekable field | Anton Khirnov |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-16 | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov |
2011-03-07 | avio: deprecate url_feof | Anton Khirnov |
2011-03-07 | avio: avio_ prefix for url_fsize | Anton Khirnov |
2011-03-04 | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov |
2011-03-04 | lavf: deprecate get_strz() in favor of avio_get_str | Anton Khirnov |
2011-03-01 | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov |
2011-03-01 | avio: avio_ prefix for url_fseek | Anton Khirnov |
2011-02-21 | avio: avio_ prefixes for get_* functions | Anton Khirnov |
2011-02-20 | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov |
2011-01-29 | Replace dprintf with av_dlog | Luca Barbato |
2011-01-26 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2010-07-25 | Move ffm_close function up to avoid a forward declaration. | Reimar Döffinger |
2010-07-25 | ffmdec: Do not manually free streams on read_header error, this is always | Reimar Döffinger |
2010-03-31 | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-17 | Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so that | Ronald S. Bultje |
2010-03-10 | Fix ffm_close return type. | Benoit Fouet |
2010-03-10 | Fix memory leak in FFM demuxer | Vitor Sessak |
2009-12-14 | Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623)... | Benjamin Larsson |
2009-11-24 | Update ffserver to include all basic x264 parameters in .ffm files. | Jason Garrett-Glaser |
2009-04-10 | remove useless duplication of what av_new_stream() already does | Aurelien Jacobs |
2009-03-21 | fix compilation when DEBUG_SEEK is defined | Baptiste Coudurier |
2009-03-21 | fix valid seeking range | Baptiste Coudurier |
2009-03-20 | resync ffm if error in stream | Baptiste Coudurier |
2009-03-20 | typo, fix eof check | Baptiste Coudurier |
2009-03-20 | do not write ffm write index by default, detect if file is being written and ... | Baptiste Coudurier |
2009-02-12 | return error if read failed | Baptiste Coudurier |
2009-02-12 | Change ffm_write_write_index to return int, and return if error occured. | Patrik Kullman |
2009-02-01 | return eof/error if only ffm header has been written, should fix #815 | Baptiste Coudurier |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2009-01-11 | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun |
2008-10-03 | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun |
2008-07-27 | Improve long names for FFM muxer and demuxer: | Stefano Sabatini |
2008-06-22 | cosmetics, pts->dts | Baptiste Coudurier |
2008-06-22 | enable feeder threads | Baptiste Coudurier |
2008-06-19 | ffm has no per stream priv_data anymore | Baptiste Coudurier |
2008-06-09 | Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es. | Albert Astals Cid |
2008-06-09 | pass dts and pts through ffm, should fix streaming b frames | Baptiste Coudurier |