2005-12-14 |
melanson |
correctly deal with the alpha channel in 32-bit QT RLE (courtesy of John
libavcodec
|
2005-12-14 |
melanson |
correctly handle very large Cinepak frames (courtesy of John Koleszar
libavcodec
|
2005-12-12 |
mru |
use PRIxN, %zd, %td formats where needed
libavcodec
|
2005-12-12 |
mru |
remove unused variables
libavcodec
|
2005-12-11 |
lorenm |
recognize some more nal types
libavcodec
|
2005-12-11 |
rtognimp |
This patch adds some support for non-joint stereo streams. It also
libavcodec
|
2005-12-10 |
gpoirier |
Add the rest of missing Reg_* macros to support both AMD-64 style regs and IA32 regs.
libavcodec
|
2005-12-10 |
diego |
SONAME support for shared libs
libavcodec
|
2005-12-09 |
rtognimp |
Cook compatibe decoder, patch by Benjamin Larsson
libavcodec
|
2005-12-07 |
michael |
psnr calculation with threads>1 fix
libavcodec
|
2005-12-06 |
rtognimp |
Support for samples with fft_order = 7
libavcodec
|
2005-12-06 |
rtognimp |
Remove duplicated fft init
libavcodec
|
2005-12-03 |
michael |
check block_max_depth (fixes crash)
libavcodec
|
2005-12-03 |
michael |
make selftest code compile again
libavcodec
|
2005-12-02 |
michael |
default_get_buffer() cleanup
libavcodec
|
2005-11-30 |
mru |
BMP image decoder
libavcodec
|
2005-11-21 |
gpoirier |
Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on the configure system
libavcodec
|
2005-11-20 |
iive |
Mark all 12 block unused when there are no coded blocks
libavcodec
|
2005-11-14 |
gpoirier |
dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-muenchen POIS de >
libavcodec
|
2005-11-13 |
alex |
10l, left debugging on
libavcodec
|
2005-11-13 |
alex |
Correctly skip unknown matrices (patch by Matthieu Castet) and disable comment reading
libavcodec
|
2005-11-13 |
alex |
Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for Theora 3.4 and stream created by Elphel cameras are decodable.
libavcodec
|
2005-11-13 |
alex |
fixed long standing off-by-one bug (fixes playback on ppc)
libavcodec
|
2005-11-13 |
alex |
mode_code_vlc_table size mismatch
libavcodec
|
2005-11-12 |
lorenm |
use sse16_sse2() in nsse
libavcodec
|
2005-11-10 |
reimar |
clear the whole vert_pred buffer for 24 bit decoding.
libavcodec
|
2005-11-10 |
melanson |
improvements by Reimar Döffinger; 24-bit decoding is not perfect, only
libavcodec
|
2005-11-10 |
lorenm |
fix a crash on seeking to an invalid frame
libavcodec
|
2005-11-09 |
mru |
revert incorrect change
libavcodec
|
2005-11-09 |
michael |
check MPV_frame_start() return value
libavcodec
|
2005-11-09 |
mru |
s/log2/av_log2/
libavcodec
|
2005-11-07 |
diego |
Put double-quotes around the install path in the "install-headers" section
libavcodec
|
2005-11-05 |
diego |
Two tables in truemotion1data.h were slightly different from VpVision
libavcodec
|
2005-11-05 |
michael |
frame skip fixes
libavcodec
|
2005-11-05 |
rtognimp |
Place qdm2 and truemotion2 in ifdef block so that they can be disabled
libavcodec
|
2005-11-04 |
michael |
extradata endianness comment
libavcodec
|
2005-11-03 |
lorenm |
tidier cabac_intra4x4_pred_mode
libavcodec
|
2005-11-02 |
gpoirier |
Typo fix
libavcodec
|
2005-10-28 |
mru |
no mixing of code and declarations
libavcodec
|
2005-10-28 |
reimar |
Make rle_code int everywhere instead of signed char.
libavcodec
|
2005-10-28 |
lorenm |
25% faster deblocking, 4-6% overall.
libavcodec
|
2005-10-27 |
lorenm |
fix a crash on dropped frames
libavcodec
|
2005-10-27 |
lorenm |
faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
libavcodec
|
2005-10-26 |
gpoirier |
avoid the registration of DECODERS if only CONFIG_DECODERS is not defined.
libavcodec
|
2005-10-26 |
lorenm |
10l: cqm weren't initialized in svq3.
libavcodec
|
2005-10-25 |
lorenm |
decode custom quant matrices.
libavcodec
|
2005-10-23 |
diego |
Add DTS_INC to the CFLAGS for DTS. This is only set by external configure
libavcodec
|
2005-10-20 |
rtognimp |
Increase version because of QDM2 decoder addition
libavcodec
|
2005-10-19 |
rtognimp |
init_get_bits() requires size in bits, not bytes
libavcodec
|
2005-10-19 |
gpoirier |
revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg)
libavcodec
|
2005-10-18 |
rtognimp |
QDM2 compatible decoder
libavcodec
|
2005-10-18 |
rtognimp |
QDM2 compatible decoder
libavcodec
|
2005-10-16 |
melanson |
chroma decoding fix by Kostya
libavcodec
|
2005-10-15 |
rtognimp |
Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg
libavcodec
|
2005-10-15 |
melanson |
TM2 fixes by Kostya
libavcodec
|
2005-10-14 |
gpoirier |
Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu >
libavcodec
|
2005-10-14 |
melanson |
gcc 2.95 fix, courtesy of Luca Abeni
libavcodec
|
2005-10-13 |
melanson |
support for FLX and DTA extensions in the FLIC format, courtesy of
libavcodec
|
2005-10-13 |
melanson |
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
libavcodec
|
2005-10-12 |
alex |
set_se_golomb can only write 16bits, add a note about this (ok, maybe it's brain dead using it with more than 16bits, but..)
libavcodec
|