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
|
2003-11-03 |
michael |
10l (fixes dct coeff noise reduction)
libavcodec
|
2003-11-03 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
2003-11-02 |
michael |
noise reduction of dct coefficients
libavcodec
|
2003-11-02 |
michael |
10l ...
libavcodec
|
2003-11-02 |
rtognimp |
Moved to new palette API
libavcodec
|
2003-11-02 |
rtognimp |
Fix some palette related defines, bump build number
libavcodec
|
2003-11-01 |
michael |
ffv1 rgb support
libavcodec
|
2003-10-31 |
rtognimp |
100l: free previous frame, not current one!
libavcodec
|
2003-10-31 |
rtognimp |
Don't memcpy from unallocated memory
libavcodec
|
2003-10-31 |
romansh |
* DV demuxer is now capable of decoding auxilary audio stream. So,
libavcodec
|
2003-10-30 |
michael |
move identical code into its own function
libavcodec
|
2003-10-30 |
michael |
initalize various uninitalized variables and avoid coded_picture_number as its not always correct (later should be reversed after fixing the picture_number mess)
libavcodec
|
2003-10-30 |
michael |
100l (SAR is written as height/width instead of width/height in the MPEG1 standard)
libavcodec
|
2003-10-30 |
michael |
pts fix and related fixes
libavcodec
|
2003-10-30 |
melanson |
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)
libavcodec
|
2003-10-29 |
michael |
dumping funny numbers from first zygo i frame header
libavcodec
|
2003-10-29 |
alex |
initial support for zygovideo
libavcodec
|
2003-10-29 |
bellard |
added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed)
libavcodec
|
2003-10-28 |
michael |
linear blend 1 line shift fix
libavcodec
|
2003-10-27 |
iive |
XvMC speedup by removing one memcpy and doing MB packing
libavcodec
|
2003-10-27 |
michael |
make convert_matrix() independant of MpegEncContext
libavcodec
|
2003-10-26 |
michael |
AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>)
libavcodec
|
2003-10-26 |
michael |
fixing the remaning block-align checks
libavcodec
|
2003-10-26 |
michael |
block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>)
libavcodec
|
2003-10-25 |
michael |
reorder table instead of wasting instructions to reorder the input to match the table
libavcodec
|
2003-10-25 |
michael |
10l
libavcodec
|
2003-10-25 |
michael |
segfault fix
libavcodec
|
2003-10-25 |
melanson |
support Cinepak files with funky (not divisible by 4) resolutions
libavcodec
|
2003-10-25 |
romansh |
* adding integer/floating point AAN implementations for DCT 2-4-8
libavcodec
|
2003-10-24 |
michael |
optimizing
libavcodec
|
2003-10-24 |
michael |
Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>)
libavcodec
|
2003-10-24 |
michael |
rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>)
libavcodec
|
2003-10-24 |
romansh |
* introducing dct248 into the DSP context.
libavcodec
|
2003-10-23 |
alex |
1l
libavcodec
|
2003-10-23 |
michael |
minor mmx2 optimization if the dct
libavcodec
|
2003-10-23 |
michael |
inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference for the dct itself should be even bigger)
libavcodec
|
2003-10-23 |
michael |
4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd supports that but we emulate it ...
libavcodec
|
2003-10-23 |
michael |
optionally merge postscale into quantization table for the float aan dct
libavcodec
|
2003-10-23 |
michael |
10l
libavcodec
|
2003-10-22 |
alex |
10l
libavcodec
|
2003-10-22 |
alex |
100l
libavcodec
|
2003-10-22 |
michael |
oops forgot
libavcodec
|
2003-10-22 |
michael |
floating point AAN DCT
libavcodec
|
2003-10-22 |
michael |
112 bytes smaller MpegEncContext
libavcodec
|
2003-10-22 |
michael |
move blocks away MpegEncContext (7.4 -> 5.8k)
libavcodec
|
2003-10-22 |
michael |
move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown)
libavcodec
|
2003-10-22 |
michael |
move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slightly faster now, dont ask my why ...
libavcodec
|
2003-10-21 |
michael |
dynamic alloc of picture structs instead of putting them in MpegEncContext
libavcodec
|
2003-10-21 |
michael |
BSD doesnt have log2
libavcodec
|
2003-10-20 |
michael |
mpeg2 aspect ratio encoding fixed
libavcodec
|
2003-10-20 |
michael |
use continued fractions to approximate a fraction if its numerator or denominator is too large
libavcodec
|
2003-10-20 |
michael |
AVRational
libavcodec
|
2003-10-20 |
michael |
bottom_field_first -> top_field_first
libavcodec
|
2003-10-20 |
michael |
export mpeg2 active display area / pan scan
libavcodec
|
2003-10-19 |
michael |
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
libavcodec
|
2003-10-18 |
michael |
- Moving -Wall from the individual Makefiles to configure (and only
libavcodec
|
2003-10-18 |
romansh |
* providing MPEG codecs with a generic fields in AVFrame to use.
libavcodec
|
2003-10-17 |
michael |
emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set
libavcodec
|
2003-10-16 |
romansh |
* original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE
libavcodec
|
2003-10-16 |
romansh |
* fix for a trivial 100l declaration typo
libavcodec
|
2003-10-16 |
michael |
picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least
libavcodec
|
2003-10-15 |
michael |
default_get_buffer() fixes
libavcodec
|
2003-10-15 |
michael |
align
libavcodec
|
2003-10-15 |
michael |
fix "first frame is no keyframe" bug
libavcodec
|
2003-10-15 |
melanson |
activate the XA and ADX ADPCM codecs
libavcodec
|
2003-10-15 |
melanson |
replace file to remove nasty DOS CRs and hard tabs
libavcodec
|
2003-10-15 |
melanson |
this should be part of adpcm.c
libavcodec
|
2003-10-15 |
melanson |
quiet
libavcodec
|
2003-10-14 |
melanson |
added CRI ADX and XA ADPCM audio modules, courtesy of BERO
libavcodec
|
2003-10-14 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavcodec
|
2003-10-13 |
michael |
fix the case where all vlc codes are 8 bits long (repeat=256)
libavcodec
|
2003-10-13 |
michael |
alignment 10l
libavcodec
|
2003-10-13 |
michael |
mmx2 optimization of huffyuv median encoding
libavcodec
|
2003-10-13 |
michael |
10l
libavcodec
|
2003-10-13 |
michael |
dont check if the ac esc 3 could have been stored as vlc as this detects only very few errors allthough it detects several buggy encoders
libavcodec
|
2003-10-13 |
alex |
10l
libavcodec
|
2003-10-12 |
michael |
fix decoding if the aspect ratio changes
libavcodec
|
2003-10-12 |
alex |
removed the obsolete and unused parameters of init_put_bits
libavcodec
|
2003-10-12 |
michael |
h263 GOB decoding fix
libavcodec
|
2003-10-12 |
michael |
intra dc treshold != 0 decoding fixed
libavcodec
|
2003-10-11 |
alex |
Sunplus JPEG codec (SP5X) support
libavcodec
|
2003-10-11 |
alex |
theora comments skipping
libavcodec
|
2003-10-11 |
alex |
using av_abort
libavcodec
|
2003-10-11 |
alex |
theora decoding support (only keyframes for now, because by theora the frame isn't flipped so the motion vectors are getting screwed up)
libavcodec
|
2003-10-11 |
melanson |
optimised versions of the get_pixels, diff_pixels, and bswap_buf
libavcodec
|
2003-10-11 |
michael |
forgot to commit, i hope its correct
libavcodec
|
2003-10-11 |
michael |
recommit of
libavcodec
|
2003-10-11 |
michael |
recommit of
libavcodec
|
2003-10-11 |
michael |
recommit (of patch, as cvslog msg didnt apply cleanly)
libavcodec
|
2003-10-11 |
michael |
recommit of
libavcodec
|
2003-10-11 |
michael |
recommit of
libavcodec
|
2003-10-11 |
michael |
recommit of
libavcodec
|
2003-10-11 |
romansh |
* recommiting change from SF CVS
libavcodec
|
2003-10-11 |
melanson |
support a few more types of VQA files
libavcodec
|
2003-10-07 |
michaelni |
use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken
libavcodec
|
2003-10-05 |
tmmm |
This patch marks frames used in RPZA decoder as reference frames, from
libavcodec
|
2003-10-05 |
michaelni |
mpeg1 + trellis quant segfault fix
libavcodec
|
2003-10-04 |
michaelni |
10l ?
libavcodec
|
2003-10-04 |
tmmm |
added solid color vectors; basic PAL8, 4x2-vector video (as in
libavcodec
|
2003-10-04 |
michaelni |
Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)
libavcodec
|
2003-10-03 |
tmmm |
instructions for using the decoder
libavcodec
|
2003-10-03 |
tmmm |
implemented Id Quake II CIN support
libavcodec
|
2003-10-02 |
michaelni |
rd cbp + single coeff elimination fix
libavcodec
|
2003-10-02 |
tmmm |
first pass at a VQA video decoder
libavcodec
|
2003-10-02 |
tmmm |
experimental half-pel motion compensation for C planes, courtesy of Dr.
libavcodec
|
2003-10-02 |
michaelni |
optionally try to encode each MB with MV=<0,0> and choose the one with better RD
libavcodec
|
2003-10-01 |
romansh |
* preAlpha DV encoding support -- there's still a truckload
libavcodec
|
2003-10-01 |
michaelni |
ac prediction cleanup
libavcodec
|
2003-10-01 |
tmmm |
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &
libavcodec
|
2003-09-30 |
michaelni |
rate distortion optimal cbp support (h263/mpeg4 non intra only)
libavcodec
|
2003-09-29 |
romansh |
* DV handling was streamlined for both muxing/demuxing and
libavcodec
|
2003-09-29 |
michaelni |
avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)
libavcodec
|
2003-09-28 |
michaelni |
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
libavcodec
|
2003-09-28 |
michaelni |
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
libavcodec
|
2003-09-28 |
michaelni |
simpler
libavcodec
|
2003-09-27 |
michaelni |
hurry_up fix?
libavcodec
|
2003-09-27 |
michaelni |
100l
libavcodec
|
2003-09-26 |
michaelni |
h263 stuffing decode fix
libavcodec
|
2003-09-25 |
michaelni |
fixes levis.avi
libavcodec
|
2003-09-24 |
michaelni |
slight quality improvement ( < +0.04 PSNR) for high bitrate videos with trellis quantization
libavcodec
|
2003-09-24 |
michaelni |
constraint_parameter_flag fix
libavcodec
|
2003-09-22 |
mellum |
Fix compilation with ccc
libavcodec
|
2003-09-19 |
tmmm |
fix Interplay DPCM (frames are intracoded, predictors do not carry
libavcodec
|
2003-09-19 |
tmmm |
MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it's
libavcodec
|
2003-09-19 |
tmmm |
do away with all those naughty global variables
libavcodec
|
2003-09-18 |
tmmm |
video looks beautiful now, many thanks to Alexander Belyakov
libavcodec
|
2003-09-17 |
tmmm |
wrong, wrong, wrong...coded bits are read in the opposite direction
libavcodec
|
2003-09-16 |
bellard |
use VC++ lib tool if available
libavcodec
|
2003-09-16 |
michaelni |
scenechange_threshold
libavcodec
|
2003-09-15 |
bellard |
correct DLL windows install
libavcodec
|
2003-09-15 |
michaelni |
another non const static, maybe its thread save now
libavcodec
|
2003-09-14 |
tmmm |
initial Interplay video decoder
libavcodec
|
2003-09-14 |
tmmm |
Ministry of English Composition fixes (courtesy of Diego Biurrun
libavcodec
|
2003-09-14 |
tmmm |
change pixel identifier conflict with AltiVec headers (patch courtesy of
libavcodec
|
2003-09-13 |
mellum |
Use asms instead of builtins when compiling for generic Alpha. Less
libavcodec
|
2003-09-13 |
tmmm |
final word on RGBA byte order
libavcodec
|
2003-09-12 |
romansh |
* patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM
libavcodec
|
2003-09-12 |
tmmm |
deploy palette control API
libavcodec
|
2003-09-11 |
bellard |
simplified version handling
libavcodec
|
2003-09-11 |
tmmm |
copy & paste strikes again
libavcodec
|
2003-09-11 |
tmmm |
xan_wc3 decoder now works correctly; added a bunch of output
libavcodec
|
2003-09-10 |
michaelni |
AVI stream header FCC / more reliable detection of old xvid files
libavcodec
|
2003-09-10 |
michaelni |
detect old xvid with fourcc=DIVX
libavcodec
|
2003-09-10 |
michaelni |
detect avcodec_open() on an already opened AVCodecContext
libavcodec
|
2003-09-09 |
bellard |
removed warnings
libavcodec
|
2003-09-09 |
bellard |
use const data - began to make code more portable
libavcodec
|
2003-09-09 |
bellard |
removed warnings
libavcodec
|
2003-09-09 |
bellard |
remove warnings
libavcodec
|
2003-09-09 |
michaelni |
--disable-risky fix by (Luca Abeni <lucabe72 at email dot it>)
libavcodec
|
2003-09-09 |
michaelni |
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)
libavcodec
|
2003-09-08 |
bellard |
update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)
libavcodec
|
2003-09-08 |
bellard |
CODEC_ID_MP3LAME is obsolete
libavcodec
|
2003-09-08 |
bellard |
changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absolete
libavcodec
|
2003-09-08 |
bellard |
removed os_support.h
libavcodec
|
2003-09-08 |
bellard |
removed os_support.h as most of libavcodec is os independant - most of the time only libavformat needs OS dependant features
libavcodec
|
2003-09-08 |
bellard |
ctype.h is a common header
libavcodec
|
2003-09-08 |
tmmm |
New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM
libavcodec
|
2003-09-05 |
al3x |
bump version numbers to 0.4.8
libavcodec
|
2003-09-04 |
michaelni |
MingW patches by (Glenn Maynard <g_sf at zewt dot org>)
libavcodec
|
2003-09-02 |
michaelni |
CODEC_ID_MPEGVIDEO
libavcodec
|
2003-09-02 |
tmmm |
initial commit for Id RoQ and Interplay MVE multimedia subsystems
libavcodec
|
2003-09-01 |
michaelni |
100l
libavcodec
|
2003-09-01 |
michaelni |
more fixes
libavcodec
|
2003-09-01 |
michaelni |
some fixes (still buggy though)
libavcodec
|
2003-09-01 |
tmmm |
skip preamble bytes
libavcodec
|
2003-09-01 |
michaelni |
asv2 encoding
libavcodec
|
2003-09-01 |
michaelni |
ASV2 decoder
libavcodec
|
2003-08-30 |
michaelni |
fixing unused f_code values
libavcodec
|
2003-08-30 |
michaelni |
10l (big vs. little endian)
libavcodec
|
2003-08-29 |
michaelni |
bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate
libavcodec
|
2003-08-29 |
michaelni |
10l (closed gop bit)
libavcodec
|
2003-08-28 |
bellard |
fixed audio frame buffering problem (should correct problems on some streams) - faster synthesis filter - prototype 'parse_only' support
libavcodec
|
2003-08-28 |
bellard |
spelling fix
libavcodec
|
2003-08-26 |
michaelni |
100l (forget to reset me.skip for b frames)
libavcodec
|
2003-08-26 |
romansh |
* ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem
libavcodec
|
2003-08-26 |
michaelni |
fixing CODEC_FLAG_GLOBAL_HEADER
libavcodec
|
2003-08-26 |
michaelni |
mpeg2 regression test
libavcodec
|
2003-08-25 |
michaelni |
oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in the other sucks, especially if they are in different directories (MPlayer/main/libavcodec vs. ffmpeg/libavcodec)
libavcodec
|
2003-08-25 |
michaelni |
mpeg2 encoding
libavcodec
|