2005-04-25 |
michael |
extract from the subid the options
libavcodec
|
2005-04-24 |
michael |
fixing broken_rv20_1mb_.rm
libavcodec
|
2005-04-24 |
lorenm |
fix ref comparison in B-frame deblocker ('unused' and 'unavailable' were treated as different)
libavcodec
|
2005-04-24 |
melanson |
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
libavcodec
|
2005-04-24 |
michael |
Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com)
libavcodec
|
2005-04-24 |
michael |
typo fix by ("Todd.Kirby" doubleshot pacbell net)
libavcodec
|
2005-04-21 |
michael |
Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr)
libavcodec
|
2005-04-21 |
michael |
avoid clearing block[] if its not used at all
libavcodec
|
2005-04-21 |
lorenm |
deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding.
libavcodec
|
2005-04-20 |
michael |
mpeg2_fast_decode_block_intra()
libavcodec
|
2005-04-20 |
michael |
simplify
libavcodec
|
2005-04-20 |
michael |
remove duplicate clip to 8bit function
libavcodec
|
2005-04-20 |
michael |
buffer overflows
libavcodec
|
2005-04-20 |
michael |
Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)
libavcodec
|
2005-04-19 |
michael |
optimizing non_intra ac coeff decode
libavcodec
|
2005-04-19 |
melanson |
remove superfluous CONFIG_ENCODERS (entire function is already wrapped)
libavcodec
|
2005-04-18 |
michael |
avoid UPDATE_CACHE() in GET_RL_VLC() if not needed
libavcodec
|
2005-04-18 |
michael |
various fixes related to the non alt_bitstream_reader
libavcodec
|
2005-04-18 |
aurel |
add an AMD64 specific implementation of rdtsc()
libavcodec
|
2005-04-17 |
diego |
gcc 4 compilation fix
libavcodec
|
2005-04-17 |
michael |
read 32bit instead of 64bit to avoid overreading and missalignments
libavcodec
|
2005-04-17 |
michael |
fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink net
libavcodec
|
2005-04-15 |
michael |
store the number of runs to avoid storing the last run value
libavcodec
|
2005-04-15 |
lorenm |
allow 2pass ratecontrol. also fixes psnr displayed by mencoder.
libavcodec
|
2005-04-14 |
michael |
replace complicated pointer dereference + index stuff by pointers in unpack_coeffs()
libavcodec
|
2005-04-14 |
michael |
minor optimization
libavcodec
|
2005-04-14 |
michael |
optimizing unpack_coeffs()
libavcodec
|
2005-04-13 |
michael |
Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/)
libavcodec
|
2005-04-12 |
mru |
s/u_char/uint8_t/
libavcodec
|
2005-04-10 |
michael |
rescale coefficients during IDWT, that way the lifting steps are much simpler and faster
libavcodec
|
2005-04-09 |
michael |
increasing precission of the quantization parameter
libavcodec
|
2005-04-09 |
michael |
fix QROOT != 8
libavcodec
|
2005-04-08 |
rtognimp |
Fix upside-down picture for BGR24 images (fixes pig-loco-rgb.avi)
libavcodec
|
2005-04-07 |
rtognimp |
Fix colors for YV12 case (u/v planes are swapped)
libavcodec
|
2005-04-05 |
michael |
CABAC support for MBAFF I frames patch by (Loïc Le Loarer < lll+ffmpeg m4x org)
libavcodec
|
2005-04-05 |
michael |
10% faster unpack_coeffs
libavcodec
|
2005-04-05 |
michael |
fixing lossless snow
libavcodec
|
2005-04-05 |
michael |
CABAC support for MBAFF I frames patch by (Loïc Le Loarer | lll+ffmpeg m4x org)
libavcodec
|
2005-04-04 |
michael |
printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se)
libavcodec
|
2005-04-04 |
michael |
merge vertical lifting steps and a little cleanup
libavcodec
|
2005-04-04 |
michael |
Typo errors patch by (QuickTime | ffmpeg gmail com>
libavcodec
|
2005-04-03 |
iive |
reinitialize on aspect change,
libavcodec
|
2005-04-03 |
michael |
Snow Slicing patch by (Yartrebo) yartrebo earthlink net
libavcodec
|
2005-04-03 |
melanson |
Autodesk Animator Studio Codec (AASC) video decoder, courtesy of
libavcodec
|
2005-04-01 |
melanson |
support some more color modes; patch by Kostya
libavcodec
|
2005-03-28 |
melanson |
free that last frame
libavcodec
|
2005-03-28 |
melanson |
Westwood SND1 decoder, courtesy of Kostya
libavcodec
|
2005-03-27 |
michael |
motion estimation bitrate penalty compensation
libavcodec
|
2005-03-27 |
lorenm |
display deblocking strength in FF_DEBUG_PICT_INFO
libavcodec
|
2005-03-27 |
lorenm |
allow 16 refs with B-frames
libavcodec
|
2005-03-27 |
michael |
This is the second patch for MBAFF support, this adds the deblocking
libavcodec
|
2005-03-27 |
michael |
The cvs version 1.103 of h264.c brokes 13 conformance streams, this
libavcodec
|
2005-03-26 |
michael |
replace custom bitstream reader with get_bits/vlc()
libavcodec
|
2005-03-26 |
michael |
make reverse[] non static
libavcodec
|
2005-03-26 |
melanson |
Winnov WNV1 video decoder, courtesy of Konstantin Shishkov
libavcodec
|
2005-03-26 |
michael |
check mb/me_threshold range, fixes assertion failure
libavcodec
|
2005-03-26 |
michael |
more checks, fixes assertion failure
libavcodec
|
2005-03-23 |
michael |
create temporary file in current directory if it failed in /tmp
libavcodec
|
2005-03-23 |
diego |
Replace stray spaces by a tab.
libavcodec
|
2005-03-23 |
michael |
support omiting various headers in mpeg4 as WMP seems to have difficulty with them
libavcodec
|
2005-03-22 |
michael |
04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp)
libavcodec
|
2005-03-19 |
michael |
alignment fix
libavcodec
|
2005-03-19 |
mru |
indentation fix
libavcodec
|
2005-03-19 |
mru |
B frames and CABAC/CAVLC selection by Erik Slagter (erik at slagter dot name)
libavcodec
|