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
|