projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix warnings and simplify/reorder the code
[ffmpeg.git]
/
libavcodec
/
mpegvideo.c
2007-01-27
Luca Barbato
Fix warnings and simplify/reorder the code
blob
|
commitdiff
2007-01-26
Michael Niedermayer
fix inifnite loop with sam.zoy.org/zzuf/lol-mplayer.mpg
blob
|
commitdiff
|
diff to current
2007-01-24
Baptiste Coudurier
add hint for closed gop and sc threshold error message
blob
|
commitdiff
|
diff to current
2007-01-24
Michael Niedermayer
set last_picture for h.264 too, this significantly...
blob
|
commitdiff
|
diff to current
2007-01-13
Michael Niedermayer
some interlaced direct sanity checks
blob
|
commitdiff
|
diff to current
2006-12-23
Michael Niedermayer
skiprd
blob
|
commitdiff
|
diff to current
2006-12-21
Aurelien Jacobs
more simplification
blob
|
commitdiff
|
diff to current
2006-12-21
Michael Niedermayer
10l
blob
|
commitdiff
|
diff to current
2006-12-21
Michael Niedermayer
FIXME has already been fixed ages ago
blob
|
commitdiff
|
diff to current
2006-12-21
Michael Niedermayer
simplify
blob
|
commitdiff
|
diff to current
2006-12-21
Michael Niedermayer
use qscale_table in adaptive quant
blob
|
commitdiff
|
diff to current
2006-12-21
Michael Niedermayer
skip motion estimation and encoding of non direct-0...
blob
|
commitdiff
|
diff to current
2006-12-20
Michael Niedermayer
try direct mode MB after QPRD, slight PSNR/bitrate...
blob
|
commitdiff
|
diff to current
2006-12-08
Måns Rullgård
rename always_inline to av_always_inline and move to...
blob
|
commitdiff
|
diff to current
2006-12-07
Michael Niedermayer
ff_check_alignment to warn the user about a missaligned...
blob
|
commitdiff
|
diff to current
2006-12-06
Måns Rullgård
use the standard INT64_C() macro for 64-bit constants
blob
|
commitdiff
|
diff to current
2006-11-21
Michael Niedermayer
fix b frames + -mbd rd without -psnr (yes that was...
blob
|
commitdiff
|
diff to current
2006-11-21
Michael Niedermayer
100l infinite loop fix
blob
|
commitdiff
|
diff to current
2006-11-20
Tom Harper
Fix linking with H.261 support disabled.
blob
|
commitdiff
|
diff to current
2006-11-20
Michael Niedermayer
infiinit loop fix for CBR + adaptive quant
blob
|
commitdiff
|
diff to current
2006-11-20
Michael Niedermayer
100l qprd fix 2nd try
blob
|
commitdiff
|
diff to current
2006-11-19
Michael Niedermayer
testing all dquant for qp_rd fixes the qp runaway to...
blob
|
commitdiff
|
diff to current
2006-11-16
Baptiste Coudurier
throw error if unsupported resolution is used with...
blob
|
commitdiff
|
diff to current
2006-11-13
Baptiste Coudurier
add low delay forcing option for mpeg1/2 encoding
blob
|
commitdiff
|
diff to current
2006-11-12
Måns Rullgård
rename squareTbl -> ff_squareTbl
blob
|
commitdiff
|
diff to current
2006-11-07
Baptiste Coudurier
add codec_tag and codec_stream_tag to MpegEncContext...
blob
|
commitdiff
|
diff to current
2006-11-01
Steve L'Homme
Replace most of the %lld and %llx by their (cleaner...
blob
|
commitdiff
|
diff to current
2006-11-01
Michael Niedermayer
10l (forgot ALT_SCAN)
blob
|
commitdiff
|
diff to current
2006-11-01
Diego Biurrun
Rename SWAP macro to FFSWAP.
blob
|
commitdiff
|
diff to current
2006-10-31
Michael Niedermayer
fix 1/0 b frames + CBR bug
blob
|
commitdiff
|
diff to current
2006-10-28
Michael Niedermayer
prevent overflow if lambda2 is "too" large
blob
|
commitdiff
|
diff to current
2006-10-28
Michael Niedermayer
use lambda/lmax instead of qscale/qmax as end check...
blob
|
commitdiff
|
diff to current
2006-10-21
Michael Niedermayer
prevent infinite loop
blob
|
commitdiff
|
diff to current
2006-10-11
Diego Biurrun
Rename ABS macro to FFABS.
blob
|
commitdiff
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-10-05
Michael Niedermayer
fix buffer underflows by reencoding the current frame...
blob
|
commitdiff
|
diff to current
2006-10-04
Baptiste Coudurier
mjpeg 4:2:2 encoding support
blob
|
commitdiff
|
diff to current
2006-10-01
Loren Merritt
approximate qpel functions: sacrifice some quality...
blob
|
commitdiff
|
diff to current
2006-09-27
Måns Rullgård
return 0 from encode_picture() and estimate_qp() on...
blob
|
commitdiff
|
diff to current
2006-09-27
Måns Rullgård
add some #ifdef CONFIG_ENCODERS/DECODERS
blob
|
commitdiff
|
diff to current
2006-09-27
Måns Rullgård
fix some signedness warnings
blob
|
commitdiff
|
diff to current
2006-09-26
Panagiotis Issaris
Handle possible failure of ff_eval.
blob
|
commitdiff
|
diff to current
2006-08-19
Michael Niedermayer
SWAP
blob
|
commitdiff
|
diff to current
2006-08-18
Diego Biurrun
Explicitly include fastmemcpy.h from libvo/.
blob
|
commitdiff
|
diff to current
2006-07-09
Michael Niedermayer
remove STATS code (probably hasnt been used for years...
blob
|
commitdiff
|
diff to current
2006-06-03
Corey Hickey
Make B-frame reduction sensitivity by b_strategy/vb_str...
blob
|
commitdiff
|
diff to current
2006-05-29
Corey Hickey
Make b_frame_strategy not fail on pass 2, but still...
blob
|
commitdiff
|
diff to current
2006-05-28
Loren Merritt
h264: MBAFF interlaced decoding
blob
|
commitdiff
|
diff to current
2006-05-16
Baptiste Coudurier
MPEG-2 4:2:2 encoding support
blob
|
commitdiff
|
diff to current
2006-05-13
Baptiste Coudurier
add MPEG-2 intra vlc support
blob
|
commitdiff
|
diff to current
2006-05-09
Michael Niedermayer
allow insane gop sizes if the user doesnt care about...
blob
|
commitdiff
|
diff to current
2006-05-01
Aurelien Jacobs
clip_uint8 now return an uint8_t so no need to &0xFF
blob
|
commitdiff
|
diff to current
2006-04-28
Michael Niedermayer
missmatch control for mpeg2 intra dequantization if...
blob
|
commitdiff
|
diff to current
2006-04-21
Loren Merritt
10l in h264 vismb/vismv (broke on 2006-03-09)
blob
|
commitdiff
|
diff to current
2006-03-31
Michael Niedermayer
remove mpegvideo.c img resample dependancy
blob
|
commitdiff
|
diff to current
2006-03-23
Loren Merritt
prefetch pixels for future motion compensation. 4-10...
blob
|
commitdiff
|
diff to current
2006-02-25
Måns Rullgård
kill some warnings
blob
|
commitdiff
|
diff to current
2006-02-06
Michael Niedermayer
1 goto 1 fix
blob
|
commitdiff
|
diff to current
2006-02-05
Steve L'Homme
MSVC-compatible __align8/__align16 declaration
blob
|
commitdiff
|
diff to current
2006-02-04
Michael Niedermayer
simplify
blob
|
commitdiff
|
diff to current
2006-02-04
Michael Niedermayer
faster find_startcode()
blob
|
commitdiff
|
diff to current
2006-01-28
Loren Merritt
fix crash on height < 16 pixels.
blob
|
commitdiff
|
diff to current
2006-01-27
Corey Hickey
Add a newline to b_frame_strategy error message.
blob
|
commitdiff
|
diff to current
2006-01-27
Michael Niedermayer
fixing bframe strategy 2
blob
|
commitdiff
|
diff to current
2006-01-12
Diego Biurrun
Update licensing information: The FSF changed postal...
blob
|
commitdiff
|
diff to current
2006-01-04
Tom Joseph
H.263: more descriptive error message
blob
|
commitdiff
|
diff to current
2005-12-29
Michael Niedermayer
second try of improved lambda/qp guessing for motion...
blob
|
commitdiff
|
diff to current
2005-12-25
Michael Niedermayer
support downscaling frames for dynamic b frame decission
blob
|
commitdiff
|
diff to current
2005-12-25
Michael Niedermayer
b frame strategy 2
blob
|
commitdiff
|
diff to current
2005-12-22
Michael Niedermayer
better f_code guessing in 2nd pass
blob
|
commitdiff
|
diff to current
2005-12-22
Michael Niedermayer
improved lambda/qp guessing for motion estimation RD...
blob
|
commitdiff
|
diff to current
2005-12-22
Diego Biurrun
COSMETICS: tabs --> spaces, some prettyprinting
blob
|
commitdiff
|
diff to current
2005-12-19
Michael Niedermayer
use correct qp & lambda for ME on the second pass
blob
|
commitdiff
|
diff to current
2005-12-19
Michael Niedermayer
forgot
blob
|
commitdiff
|
diff to current
2005-12-18
Michael Niedermayer
fix q=0 bug
blob
|
commitdiff
|
diff to current
2005-12-17
Diego Biurrun
COSMETICS: Remove all trailing whitespace.
blob
|
commitdiff
|
diff to current
2005-12-12
Måns Rullgård
use PRIxN, %zd, %td formats where needed
blob
|
commitdiff
|
diff to current
2005-12-07
Michael Niedermayer
psnr calculation with threads>1 fix
blob
|
commitdiff
|
diff to current
2005-11-05
Michael Niedermayer
frame skip fixes
blob
|
commitdiff
|
diff to current
2005-08-14
Måns Rullgård
kill a bunch of compiler warnings
blob
|
commitdiff
|
diff to current
2005-07-25
Martin Boehme
Fix for overflow issue in mpegvideo.c patch by (Martin...
blob
|
commitdiff
|
diff to current
2005-07-14
Michael Niedermayer
skip_idct
blob
|
commitdiff
|
diff to current
2005-06-17
Diego Biurrun
spelling fixes
blob
|
commitdiff
|
diff to current
2005-05-21
Michael Niedermayer
fix max b frames with b frame strategy 1
blob
|
commitdiff
|
diff to current
2005-05-13
Måns Rullgård
remove/replace non-ascii characters
blob
|
commitdiff
|
diff to current
2005-05-12
Michael Niedermayer
b_frame_strategy sanity check
blob
|
commitdiff
|
diff to current
2005-05-08
Michael Niedermayer
#defines for strict_std_compliance and split between...
blob
|
commitdiff
|
diff to current
2005-05-08
Michael Niedermayer
overflow fix
blob
|
commitdiff
|
diff to current
2005-05-08
Michael Niedermayer
complain about mpeg4 limits only if codec_id == MPEG4
blob
|
commitdiff
|
diff to current
2005-05-02
Michael Niedermayer
put most codecs under ifdefs
blob
|
commitdiff
|
diff to current
2005-04-30
Michael Niedermayer
switch to native time bases
blob
|
commitdiff
|
diff to current
2005-04-24
Mike Melanson
Ministry of English Composition, reporting for duty...
blob
|
commitdiff
|
diff to current
2005-04-24
Kevin Baragona
Spelling errors patch by (Kevin Baragona | kevinmb500...
blob
|
commitdiff
|
diff to current
2005-04-20
Michael Niedermayer
remove duplicate clip to 8bit function
blob
|
commitdiff
|
diff to current
2005-04-19
Mike Melanson
remove superfluous CONFIG_ENCODERS (entire function...
blob
|
commitdiff
|
diff to current
2005-03-27
Michael Niedermayer
motion estimation bitrate penalty compensation
blob
|
commitdiff
|
diff to current
2005-03-26
Michael Niedermayer
check mb/me_threshold range, fixes assertion failure
blob
|
commitdiff
|
diff to current
2005-03-19
Michael Niedermayer
alignment fix
blob
|
commitdiff
|
diff to current
2005-03-06
Michael Niedermayer
AVOption removial patch from (James A. Morrison >ja2mor...
blob
|
commitdiff
|
diff to current
2005-03-04
Loren Merritt
H.264: decode arbitrary frame orders and allow B-frames...
blob
|
commitdiff
|
diff to current
next