2005-01-30 |
michael |
dithering for the mpeg audio decoder
libavcodec
|
2005-01-30 |
michael |
fixing missaligned memory accesses in fill_rectangle()
libavcodec
|
2005-01-29 |
michael |
require a few valid and equal mp3 headers for resync
libavcodec
|
2005-01-29 |
mmu_man |
added a lock/unlock_lib pair to allow extern progs to serialize access to lavc.
libavcodec
|
2005-01-28 |
alex |
exported ff_mpa_synth_filter for upcoming qdm2 decoder
libavcodec
|
2005-01-28 |
michael |
make decode012() static inline
libavcodec
|
2005-01-26 |
michael |
10l (negative strides)
libavcodec
|
2005-01-26 |
michael |
use dc tables from msmpeg4 instead of duplicating them patch by anonymous
libavcodec
|
2005-01-25 |
michael |
dont duplicate decode012()
libavcodec
|
2005-01-25 |
michael |
check norm6 vlc validity as there are some bit sequences which dont corespond to any codeword, the other vlc tables all seem to be huffman tables though
libavcodec
|
2005-01-24 |
michael |
Fixes:
libavcodec
|
2005-01-24 |
michael |
more 10l typos
libavcodec
|
2005-01-24 |
michael |
norm-6 / diff-6 support (untested, parts of it just guessed as the spec is unclear)
libavcodec
|
2005-01-24 |
michael |
fixing many bugs in bitplane_decoding()
libavcodec
|
2005-01-23 |
michael |
dont use several 100 mb memory for a tiny 120 element table
libavcodec
|
2005-01-23 |
michael |
1000000000l typos
libavcodec
|
2005-01-23 |
michael |
mention table duplications, note, please avoid duplicating tables!
libavcodec
|
2005-01-23 |
rtognimp |
Check pointers before writing to memory
libavcodec
|
2005-01-23 |
michael |
simplify
libavcodec
|
2005-01-23 |
michael |
avoid buf_size == 0 checks in every decoder
libavcodec
|
2005-01-23 |
michael |
more detailed error messages
libavcodec
|
2005-01-23 |
michael |
10l
libavcodec
|
2005-01-23 |
michael |
framerate check
libavcodec
|
2005-01-23 |
michael |
simplify deblock
libavcodec
|
2005-01-23 |
michael |
use clip_uint8()
libavcodec
|
2005-01-23 |
michael |
simplify
libavcodec
|
2005-01-22 |
alex |
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier
libavcodec
|
2005-01-22 |
alex |
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier
libavcodec
|
2005-01-21 |
michael |
count errors instead of printing 2^31
libavcodec
|
2005-01-21 |
michael |
Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>)
libavcodec
|
2005-01-20 |
michael |
jpeg style yuv fixes
libavcodec
|
2005-01-19 |
michael |
H.264 b ref pic list order and long term pictures patch by (Loic Le Loarer <loic.le-loarer polytechnique org>)
libavcodec
|
2005-01-19 |
michael |
div by zero aspect fix
libavcodec
|
2005-01-19 |
michael |
svq3_get_se_golomb() fix
libavcodec
|
2005-01-19 |
michael |
compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>)
libavcodec
|
2005-01-18 |
michael |
x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>)
libavcodec
|
2005-01-17 |
michael |
simplify
libavcodec
|
2005-01-16 |
michael |
10l patch by (matthieu castet <castet.matthieu free fr>)
libavcodec
|
2005-01-15 |
michael |
simplify
libavcodec
|
2005-01-15 |
michael |
simplify, null pointer, selftest
libavcodec
|
2005-01-15 |
rtognimp |
Decode MP3 in ADU format
libavcodec
|
2005-01-15 |
rtognimp |
1l, forgot to remove duplicated error message
libavcodec
|
2005-01-15 |
diego |
Mention the l5 pp filter in 'mplayer -pphelp' output.
libavcodec
|
2005-01-15 |
rtognimp |
Use avcodec_check_dimensions instead of custom hack
libavcodec
|
2005-01-14 |
michael |
assertion about bits statistic and minor bits stat fix
libavcodec
|
2005-01-13 |
michael |
10l (dont modify the input picture pts)
libavcodec
|
2005-01-12 |
michael |
av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)
libavcodec
|
2005-01-12 |
michael |
10l (gcc 2.95 fix)
libavcodec
|
2005-01-12 |
michael |
disallow strcat
libavcodec
|
2005-01-12 |
michael |
dissallow sprintf
libavcodec
|
2005-01-12 |
michael |
various security fixes and precautionary checks
libavcodec
|
2005-01-11 |
diego |
Quote path expression to take care of $(prefix) possibly containing spaces.
libavcodec
|
2005-01-11 |
michael |
fixing selftest
libavcodec
|
2005-01-10 |
michael |
picture heap corruption fix
libavcodec
|
2005-01-09 |
rtognimp |
Check pointers before writing to memory, fix possible integer overflows
libavcodec
|
2005-01-09 |
lorenm |
10l (obmc_scratchpad not always initialize)
libavcodec
|
2005-01-08 |
lorenm |
10l: scratchpad could be allocated before its size was known.
libavcodec
|
2005-01-07 |
lorenm |
H.264 weighted prediction.
libavcodec
|
2005-01-06 |
michael |
print "D" instead of "P" for dropable frames in flv with -debug 1
libavcodec
|
2005-01-06 |
michael |
RV30/RV40 demuxing (untested)
libavcodec
|
2005-01-05 |
michael |
fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20-crashing-atmos.rm
libavcodec
|
2005-01-05 |
michael |
fix decoding of http://mplayerhq.hu/~diego/problem.mov
libavcodec
|
2005-01-04 |
lorenm |
reduce stutter if we learn too late that the stream contains B-frames.
libavcodec
|
2005-01-04 |
lorenm |
Sort B-frames into display order.
libavcodec
|