2004-02-28 |
michael |
Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>)
libavcodec
|
2004-02-26 |
michael |
10l (vdpart fix)
libavcodec
|
2004-02-26 |
michael |
AVCodec.supported_framerates
libavcodec
|
2004-02-26 |
michael |
INT64_MIN fix
libavcodec
|
2004-02-26 |
michael |
10l
libavcodec
|
2004-02-26 |
michael |
100l (field picture decoding fix)
libavcodec
|
2004-02-25 |
michael |
export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot fraunhofer dot de>)
libavcodec
|
2004-02-25 |
michael |
1l
libavcodec
|
2004-02-25 |
michael |
use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
libavcodec
|
2004-02-25 |
michael |
av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
2004-02-25 |
michael |
set AVFrame.pts based upon framerate if its 0
libavcodec
|
2004-02-23 |
michael |
av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
2004-02-23 |
michael |
multithreaded mpeg2 decoding
libavcodec
|
2004-02-23 |
michael |
av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
2004-02-23 |
michael |
av_log()
libavcodec
|
2004-02-22 |
michael |
c99
libavcodec
|
2004-02-22 |
michael |
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get
libavcodec
|
2004-02-19 |
michael |
w32threads by (Gildas Bazin <gbazin at altern dot org>)
libavcodec
|
2004-02-19 |
iive |
use get_format
libavcodec
|
2004-02-18 |
michael |
simplify
libavcodec
|
2004-02-18 |
michael |
auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>)
libavcodec
|
2004-02-18 |
michael |
check if threads_count is too large
libavcodec
|
2004-02-18 |
michael |
flac_flush()
libavcodec
|
2004-02-18 |
michael |
simplify
libavcodec
|
2004-02-18 |
alex |
avoid negative array indices
libavcodec
|
2004-02-18 |
michael |
crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix dot inf dot upol dot cz>)
libavcodec
|
2004-02-18 |
michael |
remove residual array, it isnt really needed
libavcodec
|
2004-02-18 |
michael |
flac fixes:
libavcodec
|
2004-02-18 |
michael |
flac decoder by (Alex Beregszaszi <alex at fsn dot hu>)
libavcodec
|
2004-02-17 |
michael |
noise reduction with threads bugfix
libavcodec
|
2004-02-16 |
michael |
more error checks for the sequence header
libavcodec
|
2004-02-14 |
rtognimp |
rle_code can overflow when multiplied by 4
libavcodec
|
2004-02-14 |
rtognimp |
Use av_log
libavcodec
|
2004-02-14 |
michael |
normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>))
libavcodec
|
2004-02-14 |
michael |
mpeg4 b frame + adaptive quantization assertion failure fix
libavcodec
|
2004-02-14 |
michael |
multithreaded spatial complexity calculation for i frames
libavcodec
|
2004-02-14 |
michael |
ff_copy_bits() optimization
libavcodec
|
2004-02-13 |
michael |
activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr()
libavcodec
|
2004-02-13 |
michael |
replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong
libavcodec
|
2004-02-13 |
michael |
simplify MV availability check / dont use below last row MV which is always zero
libavcodec
|
2004-02-13 |
michael |
multithreaded/SMP motion estimation
libavcodec
|
2004-02-12 |
michael |
ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown)
libavcodec
|
2004-02-10 |
romansh |
* gotta setup coded_frame for encoding. avcodec.h says that for decoding
libavcodec
|
2004-02-09 |
michael |
rv10/obmc fixes
libavcodec
|
2004-02-08 |
michael |
2 byte shorter userdata for mpeg4
libavcodec
|
2004-02-08 |
michael |
M$ ADPCM encoding & some simplifications
libavcodec
|
2004-02-07 |
michael |
segfault fix
libavcodec
|
2004-02-07 |
michael |
use clip() from common.h
libavcodec
|
2004-02-07 |
romansh |
* Initial implementation of the G.726 ADPCM audio codec.
libavcodec
|
2004-02-06 |
michael |
- made --extra-cflags option work on darwin
libavcodec
|
2004-02-06 |
michael |
h263 4mv encoding fix
libavcodec
|
2004-02-06 |
michael |
segfault fix
libavcodec
|
2004-02-06 |
alex |
get_bit_count -> put_bits_count
libavcodec
|
2004-02-06 |
alex |
get_bit_count -> put_bits_count
libavcodec
|
2004-02-06 |
michael |
analyze the gradient of the error surface to avoid a few checks in the quantizing noise shaper
libavcodec
|
2004-02-06 |
michael |
quantizer noise shaping optimization
libavcodec
|
2004-02-05 |
melanson |
initial commit for Quicktime Animation (RLE) video decoder; bit depths
libavcodec
|
2004-02-05 |
michael |
remove incorect motion estimation table
libavcodec
|
2004-02-04 |
michael |
cleanup ugly code (also appearently works around a bug gcc 3.4 which fails compiling it) by (mru at kth dot se (Måns Rullgård))
libavcodec
|
2004-02-04 |
michael |
fixes by Gildas Bazin <gbazin at altern dot org>
libavcodec
|
2004-02-03 |
melanson |
added support for EA ADPCM and SMJPEG IMA ADPCM
libavcodec
|
2004-02-02 |
michael |
simplify
libavcodec
|
2004-02-02 |
michael |
quantizer noise shaping
libavcodec
|
2004-02-01 |
mellum |
tiny warning fix
libavcodec
|
2004-01-31 |
alex |
changed includes
libavcodec
|
2004-01-31 |
alex |
not needed anymore
libavcodec
|
2004-01-31 |
michael |
segfault fix
libavcodec
|
2004-01-31 |
melanson |
vsad16_mmx2 only applies if encoders are turned on
libavcodec
|
2004-01-31 |
melanson |
these functions (get_bit_count and align_put_bits) are referenced even
libavcodec
|
2004-01-31 |
melanson |
handle invalid buffer sizes
libavcodec
|
2004-01-31 |
melanson |
watch those hard tabs
libavcodec
|
2004-01-31 |
melanson |
handle 0-length buffers
libavcodec
|
2004-01-31 |
melanson |
handle 0-length buffers
libavcodec
|
2004-01-29 |
michael |
b frames + cbr fix
libavcodec
|
2004-01-29 |
michael |
SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)
libavcodec
|
2004-01-28 |
michael |
4mv + b frame encoding segfault fix
libavcodec
|
2004-01-27 |
michael |
first coded vs. first displayed pts (segfault & pts fix if b frames are used)
libavcodec
|
2004-01-26 |
michael |
10l
libavcodec
|
2004-01-26 |
michael |
int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
2004-01-26 |
michael |
mpeg4 pts fix
libavcodec
|
2004-01-25 |
rtognimp |
Use reget buffer instead of copying from prev frame
libavcodec
|
2004-01-25 |
alex |
freebsd fix for mpeg12.c (moving INT64_MAX to common.h)
libavcodec
|
2004-01-24 |
michael |
optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 and http://www.alicestreet.com/ffh263.html
libavcodec
|
2004-01-24 |
michael |
optimization
libavcodec
|
2004-01-23 |
michael |
segfault fix
libavcodec
|
2004-01-22 |
michael |
closed gop support & flags2 as all bits in flags are used
libavcodec
|
2004-01-22 |
michael |
inttypes.h patch by (Chip <szarlada at freemail dot hu>)
libavcodec
|
2004-01-21 |
michael |
more tolerance for dc=0
libavcodec
|
2004-01-19 |
michael |
avcodec_flush_buffers() fix
libavcodec
|
2004-01-18 |
michael |
segfault fix
libavcodec
|
2004-01-18 |
michael |
removing broken framerate conversation hack in mpeg1/2
libavcodec
|
2004-01-18 |
michael |
rv20 mv prediction in b frames fix
libavcodec
|
2004-01-15 |
michael |
xvid "packed" stuff support
libavcodec
|
2004-01-14 |
michael |
dont calculate stuff if its not used ...
libavcodec
|
2004-01-14 |
michael |
fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp
libavcodec
|
2004-01-13 |
rtognimp |
Right fix for older zlib version
libavcodec
|
2004-01-13 |
rtognimp |
Fix for older version of zlib
libavcodec
|
2004-01-12 |
michael |
type fixes, found by Wolfgang Hesseler
libavcodec
|
2004-01-12 |
rtognimp |
MSZH and ZLIB decoder support
libavcodec
|
2004-01-10 |
michael |
grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb))
libavcodec
|
2004-01-10 |
michael |
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise
libavcodec
|
2004-01-10 |
michael |
more sane inttypes emulation behavior if libavcodec is used outside ffmpeg
libavcodec
|
2004-01-10 |
michael |
cleanup
libavcodec
|
2004-01-09 |
michael |
something unimportant ...
libavcodec
|
2004-01-09 |
michael |
inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at androme dot be>)
libavcodec
|
2004-01-08 |
michael |
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
2004-01-08 |
michael |
optimize compute_antialias() and add a floating point based alternative (2x faster)
libavcodec
|
2004-01-08 |
michael |
uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>)
libavcodec
|
2004-01-08 |
michael |
memleak fix
libavcodec
|
2004-01-05 |
michael |
10l
libavcodec
|
2004-01-05 |
michael |
interlaced dct decision cleanup
libavcodec
|
2004-01-05 |
michael |
simplify
libavcodec
|
2004-01-04 |
michael |
gop timestamp fix
libavcodec
|
2004-01-04 |
michael |
10000l
libavcodec
|
2004-01-04 |
michael |
frame rate emulation "fix" by (Mean <fixounet at free dot fr>)
libavcodec
|
2004-01-04 |
michael |
mpeg2 QP clamping fix
libavcodec
|
2004-01-04 |
michael |
non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
2004-01-04 |
michael |
warn the user if we had to clip some dct coefficient due to a crappy format which doenst support the whole needed range (msmpeg4/wmv mostly but mpeg1 too to a lesser extend)
libavcodec
|
2004-01-04 |
michael |
SVCD scan offset stuff
libavcodec
|
2004-01-03 |
michael |
denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>)
libavcodec
|
2004-01-02 |
michael |
denoise_dct_mmx()
libavcodec
|
2004-01-02 |
michael |
more trellis quant optimizations
libavcodec
|
2004-01-02 |
melanson |
first pass at Sierra VMD A/V decoders; video looks great, audio is not
libavcodec
|
2004-01-02 |
michael |
cleanup
libavcodec
|
2004-01-02 |
michael |
optimizing (trellis) quantizer
libavcodec
|
2004-01-02 |
melanson |
off-by-1 error in the never-before-tested embedded string code
libavcodec
|
2004-01-01 |
michael |
put_pixels width comment fix
libavcodec
|
2004-01-01 |
michael |
dont show uninitalized motion vectors
libavcodec
|
2004-01-01 |
michael |
rate limit tips and checks
libavcodec
|
2004-01-01 |
michael |
print vbv buffer size & bitrate when decoding with -debug 1
libavcodec
|
2003-12-30 |
michael |
info about h and tpel
libavcodec
|
2003-12-30 |
michael |
interlaced motion estimation
libavcodec
|
2003-12-30 |
michael |
100000l
libavcodec
|
2003-12-30 |
michael |
motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
2003-12-29 |
michael |
picture number fixes
libavcodec
|
2003-12-28 |
michael |
10l (segfault fix)
libavcodec
|
2003-12-22 |
michael |
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
2003-12-22 |
michael |
10l (forgot to copy top_field_first flag)
libavcodec
|
2003-12-21 |
michael |
rv20 / h263 b frame fix
libavcodec
|
2003-12-19 |
michael |
fix crash
libavcodec
|
2003-12-18 |
melanson |
SVQ3 uses unrestricted motion vectors
libavcodec
|
2003-12-18 |
michael |
svq3 fix
libavcodec
|
2003-12-17 |
michael |
vbv_delay
libavcodec
|
2003-12-16 |
bellard |
pts and dts support in parser API
libavcodec
|
2003-12-16 |
melanson |
initial predictors are not sent to the output in QT IMA; fix stereo QT
libavcodec
|
2003-12-15 |
bellard |
added End Of File handling to return last picture for MPEG1/2/4
libavcodec
|
2003-12-15 |
michael |
100l (forgot alpha & ppc)
libavcodec
|
2003-12-14 |
michael |
mv vissualization & field picture fix
libavcodec
|
2003-12-14 |
michael |
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
2003-12-14 |
michael |
10l (printing qscale before parsing it)
libavcodec
|
2003-12-14 |
michael |
split intra / inter dequantization
libavcodec
|
2003-12-14 |
michael |
error concealment regression test
libavcodec
|
2003-12-13 |
michael |
cleanup
libavcodec
|
2003-12-13 |
michael |
Here are juste two added #ifdef CONFIG_ENCODERS to allow
libavcodec
|
2003-12-13 |
michael |
mb type & qp vissualization
libavcodec
|
2003-12-12 |
michael |
stuffing to stay above min_bitrate
libavcodec
|
2003-12-12 |
michael |
CBR improvements
libavcodec
|
2003-12-12 |
bellard |
fixed top_field_first support when encoding
libavcodec
|
2003-12-12 |
bellard |
fill codec info
libavcodec
|
2003-12-11 |
michael |
fixing h263p encoding without UMV
libavcodec
|
2003-12-11 |
michael |
set AVCodecContext.width/height before get_buffer()
libavcodec
|
2003-12-10 |
michael |
interlaced dct encoding fix
libavcodec
|
2003-12-10 |
bellard |
interlaced DCT support for MPEG2 encoding
libavcodec
|
2003-12-10 |
bellard |
fixed interlaced encoding
libavcodec
|
2003-12-10 |
michael |
10l (uninitialized var ...)
libavcodec
|
2003-12-10 |
bellard |
fixed potential problem if aspect_ratio_info == 0 for MPEG stream - fixed aspect ratio problem if CODEC_ID_MPEG2VIDEO is used to decode an MPEG1 stream (which is the recommended codec id for mpeg video)
libavcodec
|
2003-12-10 |
michael |
MB_TYPE_INTERLACED info fix
libavcodec
|
2003-12-09 |
bellard |
fixed low delay decoding
libavcodec
|
2003-12-09 |
michael |
100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l
libavcodec
|
2003-12-09 |
michael |
slice structured fixes
libavcodec
|
2003-12-09 |
michael |
motion_subsample_log2
libavcodec
|
2003-12-09 |
michael |
move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
2003-12-08 |
alex |
FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY support
libavcodec
|
2003-12-08 |
michael |
AIC/MQ encoding fix
libavcodec
|
2003-12-08 |
alex |
cosmetics
libavcodec
|
2003-12-08 |
alex |
more correct header parsing
libavcodec
|
2003-12-08 |
michael |
alternative inter vlc encoding fix
libavcodec
|
2003-12-07 |
michael |
slice flush / position fix
libavcodec
|
2003-12-07 |
michael |
h263 slice structured mode
libavcodec
|
2003-12-05 |
michael |
removing unused var & converting 64->32bit
libavcodec
|
2003-12-05 |
michael |
AVFrame.interlaced_frame fixes
libavcodec
|
2003-12-05 |
michael |
export top_field_first & interlaced_frame
libavcodec
|
2003-12-04 |
michael |
set has_b_frames correctly, fixes rv20 dr1 with mplayer
libavcodec
|
2003-12-04 |
michael |
cleanup
libavcodec
|
2003-12-04 |
michael |
rv20 (h263) b frame decoding support
libavcodec
|
2003-12-04 |
melanson |
this should make the decoder safe for big-endian platforms
libavcodec
|
2003-12-03 |
michael |
altivec.h bug workaround (untested)
libavcodec
|
2003-12-03 |
michael |
cleanup
libavcodec
|
2003-12-03 |
michael |
h263 modified quantization fix
libavcodec
|
2003-12-03 |
melanson |
initial support for Duck TrueMotion v1 (think of it as On2 VP1); only
libavcodec
|
2003-12-03 |
michael |
split ff_h263_decode_mb() into h263 and mpeg4 versions
libavcodec
|
2003-12-02 |
michael |
h263_h_loop_filter_mmx
libavcodec
|
2003-12-02 |
michael |
h263_v_loop_filter_mmx
libavcodec
|
2003-12-01 |
michael |
h263 MV prediction doesnt match mpeg4, for some slices configurations (fixes RV20 MVs)
libavcodec
|
2003-12-01 |
michael |
10l
libavcodec
|
2003-12-01 |
michael |
h263 loop filter
libavcodec
|
2003-11-30 |
michael |
4th frame type ...
libavcodec
|
2003-11-30 |
michael |
rv20 sub_id == 0x20200002 support
libavcodec
|
2003-11-30 |
michael |
cleanup
libavcodec
|
2003-11-30 |
michael |
rv10 fix
libavcodec
|
2003-11-30 |
michael |
rv20 decoder
libavcodec
|
2003-11-29 |
michael |
forgot
libavcodec
|
2003-11-29 |
michael |
h263 alternative inter vlc support
libavcodec
|
2003-11-29 |
michael |
intra16x16 fix
libavcodec
|
2003-11-28 |
michael |
10000l
libavcodec
|
2003-11-28 |
michael |
cleanup
libavcodec
|
2003-11-28 |
michael |
h263 OBMC & 4MV support
libavcodec
|
2003-11-27 |
michael |
dont read from b frames if draw_horiz_band==NULL
libavcodec
|
2003-11-27 |
romansh |
* 3x encoding speedup. Finally we seem to be on par with libdv
libavcodec
|
2003-11-26 |
rtognimp |
- Add reget_buffer() function to AVCodecContext
libavcodec
|
2003-11-25 |
michael |
16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
2003-11-24 |
michael |
10l
libavcodec
|
2003-11-23 |
alex |
theora alpha3 support (with maintaining backward compatibility, maybe we should remove all backward compatibility codes after final theora release?)
libavcodec
|
2003-11-23 |
alex |
finally working with old theora bitstream (flipped image), the only sample I have is decoded successfully (theora.ogg)
libavcodec
|
2003-11-16 |
michael |
av_d2q() documentation
libavcodec
|
2003-11-14 |
melanson |
yep, FLI support
libavcodec
|
2003-11-13 |
michael |
qprd with b frames fix
libavcodec
|
2003-11-13 |
michael |
qprd needs mbd=2
libavcodec
|
2003-11-13 |
kabi |
* sys/types.h for size_t
libavcodec
|
2003-11-13 |
iive |
silence few warnings
libavcodec
|
2003-11-12 |
michael |
better fix
libavcodec
|
2003-11-12 |
michael |
small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge dot net>)
libavcodec
|
2003-11-12 |
michael |
ac prediction with rate distorted qp fix
libavcodec
|
2003-11-12 |
michael |
rate distored optimal lambda->qp support
libavcodec
|
2003-11-12 |
iive |
mpegvideo is back
libavcodec
|
2003-11-10 |
bellard |
also parse extradata for MPEG4
libavcodec
|
2003-11-10 |
bellard |
new audio/video parser API
libavcodec
|
2003-11-10 |
bellard |
exported mpa_decode_header for new parser API
libavcodec
|
2003-11-10 |
bellard |
comment fix
libavcodec
|
2003-11-10 |
melanson |
added Apple Graphics (SMC) decoder
libavcodec
|
2003-11-09 |
rtognimp |
4bpp support
libavcodec
|
2003-11-07 |
rtognimp |
8BPS decoder
libavcodec
|
2003-11-07 |
rtognimp |
Set buffer hints, use cr where available
libavcodec
|
2003-11-07 |
rtognimp |
Add cr codec capability and buffer hints
libavcodec
|
2003-11-06 |
michael |
fix context=1
libavcodec
|
2003-11-05 |
rtognimp |
100l: sometime palette was not copied to output frame
libavcodec
|
2003-11-04 |
romansh |
* fixes for broken builds on Solaris, OS2 and all bingendian
libavcodec
|
2003-11-03 |
michael |
av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
2003-11-03 |
michael |
flush fix (untested)
libavcodec
|
2003-11-03 |
michael |
only add prefix after \n
libavcodec
|