| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -4/+4 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -6/+6 |
* | lavf: replace remaining uses of put_tag with avio_write | Anton Khirnov | 2011-02-25 | 1 | -1/+1 |
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-25 | 1 | -2/+3 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -25/+25 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -13/+13 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -6/+6 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | move pcm demuxers to their own file | Aurelien Jacobs | 2010-08-30 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -2/+2 |
* | Use more descriptive format long_names. | Diego Biurrun | 2009-02-12 | 1 | -2/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+3 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -7/+7 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -2/+2 |
* | Replace generic CONFIG_MUXERS preprocessor conditionals by more specific | Diego Biurrun | 2008-09-02 | 1 | -2/+2 |
* | Mark several libavformat arrays const | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
* | Remove useless empty close functions in mmf and mm demuxers. | Reimar Döffinger | 2008-08-24 | 1 | -6/+1 |
* | Move a function and an #ifdef CONFIG_MUXERS so that functions used only for | Diego Biurrun | 2008-07-11 | 1 | -8/+8 |
* | Remove wrappers of pcm_read_seek(). | Ramiro Polla | 2008-06-06 | 1 | -7/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -2/+2 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -7/+7 |
* | move unrelated functions declarations out of allformats.h | Aurelien Jacobs | 2007-09-11 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -3/+3 |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -2/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | move common stuff from avienc.c and wav.c to new file riff.c | Måns Rullgård | 2006-07-12 | 1 | -1/+1 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -16/+6 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -4/+4 |
* | Move initialisations and internal symbols in allformats.h, | Diego Pettenò | 2006-06-30 | 1 | -0/+1 |
* | report to user if mmf with midi found (and not supported) | Alex Beregszaszi | 2006-04-20 | 1 | -0/+4 |
* | Properly #ifdef muxer-specific parts. | Gildas Bazin | 2006-01-19 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -4/+4 |
* | Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS | Diego Biurrun | 2005-09-23 | 1 | -6/+6 |
* | Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS. | Diego Biurrun | 2005-09-20 | 1 | -1/+1 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -11/+11 |
* | Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com) | Vidar Madsen | 2005-07-15 | 1 | -0/+334 |