aboutsummaryrefslogtreecommitdiff
path: root/libavformat/mpegenc.c
AgeCommit message (Expand)Author
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-08-26vertical alignMichael Niedermayer
2008-08-19Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-28use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier
2008-05-25Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer
2008-05-25Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-01-31init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used un...Baptiste Coudurier
2008-01-31add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses aro...Baptiste Coudurier
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-16loosen dependencies over allformats.hAurelien Jacobs
2007-09-05revert 10409Michael Niedermayer
2007-09-05export put_timestamp()Michael Niedermayer
2007-07-15remove likely wrong reseting of align_iframeMichael Niedermayer
2007-07-14Avoid using undefined symbols.Aurelien Jacobs
2007-06-21use allformats.hBaptiste Coudurier
2007-06-21remove now useless ifdefBaptiste Coudurier
2007-06-21split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute...Baptiste Coudurier