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
/
libavcodec
/
mpegvideo.c
Age
Commit message (
Expand
)
Author
2007-06-20
move dct_quantize and denoise_dct function pointers initialization to C
Benoit Fouet
2007-06-20
remove unused constant definition
Benoit Fouet
2007-06-19
aanscales is used only with CONFIG_ENCODERS
Benoit Fouet
2007-06-14
Simplify init preprocessor statements.
Albert Lee
2007-06-12
integrating MPV_common_init_bfin into the build system and mpegvideo.c
Marc Hoffman
2007-06-12
misc typo fixes
Diego Biurrun
2007-06-12
misc spelling fixes
Diego Biurrun
2007-05-28
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Diego Biurrun
2007-05-20
use AV_LOG_ERROR instead of INFO for errors
Michael Niedermayer
2007-05-20
sanity checks for bitrate tolerance and buffer size (= fail if a single frame...
Michael Niedermayer
2007-05-18
move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c
Aurelien Jacobs
2007-05-18
add a proper prefix to all mjpeg encoder exported functions
Aurelien Jacobs
2007-05-18
split ljpeg encoder out of mjpeg.c
Aurelien Jacobs
2007-05-14
remove some unused mjpeg encoding variables
Aurelien Jacobs
2007-05-13
cosmetics: indent
Aurelien Jacobs
2007-05-13
replace some #ifdef CONFIG_* by if(ENABLE_*)
Aurelien Jacobs
2007-05-12
cosmetics: indentation
Aurelien Jacobs
2007-05-12
make compilation of mjpeg.c optional
Aurelien Jacobs
2007-05-12
jpegls never call this code, so those tests are useless
Aurelien Jacobs
2007-05-10
cosmetics: reindent
Aurelien Jacobs
2007-05-10
disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in
Aurelien Jacobs
2007-03-14
kill av_mallocz_static() calls in init_rl()
Michael Niedermayer
2007-03-13
cosmetic
Michael Niedermayer
2007-03-13
remove silly static int done protecting the initalization of 32 elements to 1
Michael Niedermayer
2007-03-13
remove redundant memset()
Michael Niedermayer
2007-03-13
dont malloc() static mv_penalty arrays
Michael Niedermayer
2007-03-04
dummy support for mpeg2 non linear quant
Baptiste Coudurier
2007-03-01
get rid of CODEC_FLAG_H263P_AIC with next major bump
Baptiste Coudurier
2007-02-25
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-15
Spelling fix
Michel Bardiaux
2007-01-27
Fix warnings and simplify/reorder the code
Luca Barbato
2007-01-26
fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg
Michael Niedermayer
2007-01-24
add hint for closed gop and sc threshold error message
Baptiste Coudurier
2007-01-24
set last_picture for h.264 too, this significantly improves error concealment...
Michael Niedermayer
2007-01-13
some interlaced direct sanity checks
Michael Niedermayer
2006-12-23
skiprd
Michael Niedermayer
2006-12-21
more simplification
Aurelien Jacobs
2006-12-21
10l
Michael Niedermayer
2006-12-21
FIXME has already been fixed ages ago
Michael Niedermayer
2006-12-21
simplify
Michael Niedermayer
2006-12-21
use qscale_table in adaptive quant
Michael Niedermayer
2006-12-21
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...
Michael Niedermayer
2006-12-20
try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD
Michael Niedermayer
2006-12-08
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-07
ff_check_alignment to warn the user about a missaligned stack
Michael Niedermayer
2006-12-06
use the standard INT64_C() macro for 64-bit constants
Måns Rullgård
2006-11-21
fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probab...
Michael Niedermayer
2006-11-21
100l infinite loop fix
Michael Niedermayer
2006-11-20
Fix linking with H.261 support disabled.
Tom Harper
2006-11-20
infiinit loop fix for CBR + adaptive quant
Michael Niedermayer
[next]