index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
mpegenc.c
Age
Commit message (
Expand
)
Author
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