Age | Commit message (Expand) | Author |
2012-03-06 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-03-05 | swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_size | Justin Ruggles |
2011-07-17 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-07-17 | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov |
2011-04-24 | Fix some passing argument from incompatible pointer type warnings. | Michael Niedermayer |
2011-04-04 | Merge remote branch 'qatar/master' | Michael Niedermayer |
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 | avio: rename put_flush_packet -> avio_flush | Anton Khirnov |
2011-03-04 | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov |
2011-03-01 | avio: avio_ prefix for url_fseek | Anton Khirnov |
2011-02-25 | lavf: replace remaining uses of put_tag with avio_write | Anton Khirnov |
2011-02-21 | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov |
2011-02-20 | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov |
2011-01-26 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-06-22 | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp |
2009-05-21 | check av_fifo_alloc return | Baptiste Coudurier |
2009-04-13 | Rename pbBufPtr() to put_bits_ptr(). | Stefano Sabatini |
2009-04-12 | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini |
2009-03-09 | Reorder arguments for av_fifo_generic_read to be more logical and | Reimar Döffinger |
2009-03-08 | Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. | Michael Niedermayer |
2009-02-08 | Remove const qualifier from function argument to eliminate the warning | Diego Biurrun |
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 |
2008-10-03 | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun |
2008-07-19 | update swf video frame number when muxing done, fix #439 | Baptiste Coudurier |
2008-06-03 | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-27 | use internal video frame number | Baptiste Coudurier |
2008-05-27 | cosmetics | Baptiste Coudurier |
2008-05-27 | simplify, use pointer to codec context in struct instead of only id | Baptiste Coudurier |
2008-05-27 | use AVFifoBuffer | Baptiste Coudurier |
2008-05-27 | cosmetics | Baptiste Coudurier |
2008-05-27 | merge init and declaration | Baptiste Coudurier |
2008-05-27 | simplify and use version instead | Baptiste Coudurier |
2008-05-27 | simplify | Baptiste Coudurier |
2008-05-27 | simplify | Baptiste Coudurier |
2008-05-27 | cosmetics, remove useless cases and braces | Baptiste Coudurier |
2008-05-26 | cosmetics, remove useless dot | Baptiste Coudurier |
2008-05-20 | remove useless/obsolete comments | Baptiste Coudurier |
2008-05-20 | split swf de/muxer | Baptiste Coudurier |