Age | Commit message (Expand) | Author |
2011-10-25 | mpegenc: add preload private option. | Anton Khirnov |
2011-10-17 | mpegenc/mpegtsenc: add muxrate private options. | Anton Khirnov |
2011-07-17 | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov |
2011-07-03 | Do not include mathematics.h in avutil.h | Mans Rullgard |
2011-06-10 | Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. | Diego Biurrun |
2011-06-02 | Remove stray extra arguments from av_dlog() invocations. | Diego Biurrun |
2011-04-29 | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun |
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-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-10-16 | Avoid negative SCR in mpeg ps muxer. | Michael Niedermayer |
2010-10-08 | Add a space between the else and { in mpegenc.c in the line i added. | Michael Niedermayer |
2010-10-07 | Warn if muxing mpeg ps is attempted without a VBV buffer size. | Michael Niedermayer |
2010-10-07 | Init SCR in mpeg muxer based on first DTS. | Michael Niedermayer |
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 |
2009-10-01 | put_bits can only reliably write up to 31 bit bits, above it relies on | Reimar Döffinger |
2009-06-17 | Set restrictions on packet_size, as per ISO-11172 / H-222 specifications | Ronald S. Bultje |
2009-05-22 | fail if stream fifo could not be allocated | Baptiste Coudurier |
2009-05-21 | correctly check for audio streams in mpeg ps muxer, fix multiple audio tracks | 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-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2009-01-14 | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2008-08-26 | vertical align | Michael Niedermayer |
2008-08-19 | Replace invocations of av_fifo_realloc(), which is going to be | Stefano Sabatini |
2008-08-03 | cosmetics: make all references to AC-3 capitalized and hyphenated | Justin Ruggles |
2008-06-03 | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-28 | use av_fifo_generic_write, old func is deprecated | Baptiste Coudurier |
2008-05-25 | Ensure that one can store X bytes in a fifo of size X. | Michael Niedermayer |
2008-05-25 | Make av_fifo*_read() ignore the available amount of data. | Michael Niedermayer |
2008-05-09 | Use full path for #includes from another directory. | Diego Biurrun |
2008-01-31 | init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used un... | Baptiste Coudurier |
2008-01-31 | add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses aro... | Baptiste Coudurier |
2007-11-21 | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson |
2007-09-16 | loosen dependencies over allformats.h | Aurelien Jacobs |
2007-09-05 | revert 10409 | Michael Niedermayer |
2007-09-05 | export put_timestamp() | Michael Niedermayer |
2007-07-15 | remove likely wrong reseting of align_iframe | Michael Niedermayer |
2007-07-14 | Avoid using undefined symbols. | Aurelien Jacobs |
2007-06-21 | use allformats.h | Baptiste Coudurier |
2007-06-21 | remove now useless ifdef | Baptiste Coudurier |
2007-06-21 | split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute... | Baptiste Coudurier |