2004-11-19 |
michael |
fix parser
libavcodec
|
2004-11-17 |
melanson |
native QPEG video decoder, courtesy of Konstantin Shishkov
libavcodec
|
2004-11-16 |
michael |
overflow fix
libavcodec
|
2004-11-15 |
michael |
extradata and FF_INPUT_BUFFER_PADDING_SIZE doc
libavcodec
|
2004-11-14 |
michael |
attribute_used
libavcodec
|
2004-11-14 |
michael |
plane predicted non-interlacd rgb decodeing fix
libavcodec
|
2004-11-13 |
michael |
automatic workaround for another padding bug
libavcodec
|
2004-11-12 |
michael |
merge pam_decode_frame() into pnm_decode_frame()
libavcodec
|
2004-11-12 |
michael |
pnm parser
libavcodec
|
2004-11-12 |
michael |
When bswap_32 is a macro, png images fail to decode properly, patch by (Milan Cutka <cutka>at<szm>dot<sk>)
libavcodec
|
2004-11-12 |
michael |
av_resample_compensate() doxy
libavcodec
|
2004-11-12 |
michael |
H261 fixing and cleaning:
libavcodec
|
2004-11-11 |
michael |
move p*m from image/lavf -> image2/lavc
libavcodec
|
2004-11-11 |
michael |
10l (CONFIG_ZLIB)
libavcodec
|
2004-11-09 |
michael |
porting png support from -f image to -f image2
libavcodec
|
2004-11-08 |
michael |
fix image stream copy
libavcodec
|
2004-11-06 |
michael |
cbr audio muxing fix
libavcodec
|
2004-10-31 |
michael |
switch ffv1 to the put/get_symbol() from snow
libavcodec
|
2004-10-31 |
michael |
switch ffv1 from CABAC to the range coder
libavcodec
|
2004-10-31 |
michael |
remove debug stuff
libavcodec
|
2004-10-31 |
michael |
segfault fix
libavcodec
|
2004-10-30 |
michael |
CABAC -> range coder
libavcodec
|
2004-10-30 |
michael |
range coder
libavcodec
|
2004-10-29 |
rtognimp |
Fix mjpeg-b (padding bytes can exist between end of sos and image data)
libavcodec
|
2004-10-28 |
michael |
cleanup
libavcodec
|
2004-10-28 |
michael |
simplify ff_h261_reorder_mb_index
libavcodec
|
2004-10-28 |
michael |
simplify
libavcodec
|
2004-10-28 |
michael |
fix and cleanup h261 mb_type selection
libavcodec
|
2004-10-28 |
michael |
cleanup
libavcodec
|
2004-10-28 |
michael |
H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)
libavcodec
|
2004-10-27 |
michael |
YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at androme dot com>)
libavcodec
|
2004-10-27 |
melanson |
Miro VideoXL (VIXL) decoder, courtesy of Konstantin Shishkov
libavcodec
|
2004-10-26 |
michael |
stride align cleanup
libavcodec
|
2004-10-26 |
michael |
optimization
libavcodec
|
2004-10-25 |
michael |
type fix
libavcodec
|
2004-10-25 |
michael |
type fix
libavcodec
|
2004-10-25 |
michael |
fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
libavcodec
|
2004-10-24 |
michael |
mjpeg parser
libavcodec
|
2004-10-24 |
michael |
INT MIN/MAX patch by (Bohdan Horst <nexus at irc dot pl>)
libavcodec
|
2004-10-24 |
michael |
optimzation
libavcodec
|
2004-10-24 |
michael |
optimization
libavcodec
|
2004-10-23 |
michael |
fix CABAC+LOOP missmatch
libavcodec
|
2004-10-23 |
michael |
cbp_table cleanup
libavcodec
|
2004-10-23 |
michael |
cleanup of decode_cabac_residual()
libavcodec
|
2004-10-23 |
michael |
decode intra cabac mb_type cleanup
libavcodec
|
2004-10-22 |
michael |
small typo patch by (Gildas Bazin <gbazin at altern dot org>)
libavcodec
|
2004-10-22 |
michael |
H.264 CABAC + B-frames patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
2004-10-22 |
romansh |
* Introducing IIDC1394 grabbing interface.
libavcodec
|
2004-10-21 |
michael |
user selectble cutoff frequency
libavcodec
|
2004-10-21 |
michael |
100l (dont reset the sample position at the block end)
libavcodec
|
2004-10-21 |
michael |
make most resample filter parameters selectable at runtime
libavcodec
|
2004-10-20 |
michael |
optimization
libavcodec
|
2004-10-20 |
michael |
make filter size, int32/int16 and a few other things selectable at compiletime
libavcodec
|
2004-10-20 |
michael |
10l
libavcodec
|
2004-10-18 |
michael |
fix constrained parameters flag
libavcodec
|
2004-10-18 |
michael |
infinte recursion fix
libavcodec
|
2004-10-17 |
michael |
gcc 3.4.3 preversions do not appreciate invalid instruction and operand combinations anymore patch by (Aurelien Jacobs <aurel at gnuage dot org>)
libavcodec
|
2004-10-15 |
michael |
xvid fake divx version workaround
libavcodec
|
2004-10-15 |
michael |
support strictly enforcing gop size
libavcodec
|
2004-10-14 |
michael |
fix forcing of individual frame types
libavcodec
|
2004-10-12 |
melanson |
Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov
libavcodec
|
2004-10-12 |
rfelker |
1000l
libavcodec
|
2004-10-11 |
michael |
missaliged clear_blocks() and h264 not complied but referenced fix patch by (Roine Gustafsson <roine at users dot sourceforge dot net>) and me
libavcodec
|
2004-10-11 |
michael |
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>)
libavcodec
|
2004-10-09 |
michael |
lowres 4mv
libavcodec
|
2004-10-08 |
michael |
h.261 loop filter fix
libavcodec
|
2004-10-08 |
michael |
nonsense removial
libavcodec
|
2004-10-08 |
michael |
Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka <cutka at szm dot sk>)
libavcodec
|
2004-10-06 |
kabi |
* fixing a few of gcc 'clean-code' warnings
libavcodec
|
2004-10-05 |
michael |
segfault in amr decoder fix patch by (Richard van der Hoff - richvdh0)
libavcodec
|
2004-10-05 |
michael |
Altivec test on AmigaOS4 patch by (Chip <szarlada at freemail dot hu>)
libavcodec
|
2004-10-05 |
michael |
Build process: libpostproc patch by (Franti?ek Dvo?ák <valtri at users dot sourceforge dot net>)
libavcodec
|
2004-10-03 |
michael |
h.264 ref list reordering bugfix patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
2004-10-01 |
michael |
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
2004-10-01 |
michael |
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
2004-10-01 |
michael |
do not call (av_)abort()
libavcodec
|
2004-09-30 |
kabi |
* these vars could be either static or extern (compilation fix gcc-3.5)
libavcodec
|
2004-09-29 |
michael |
broken mess removial
libavcodec
|
2004-09-28 |
michael |
10l (wrong variable)
libavcodec
|
2004-09-28 |
michael |
dont just resample half of the data sometimes
libavcodec
|
2004-09-28 |
michael |
100l (signed vs. unsigend)
libavcodec
|
2004-09-28 |
melanson |
support for Sierra Online audio files and Apple QuickDraw codec,
libavcodec
|
2004-09-28 |
melanson |
if audio is PCM, push it through (sync is not perfect yet)
libavcodec
|
2004-09-27 |
michael |
10l forgot to commit
libavcodec
|
2004-09-27 |
michael |
move h264 idct to its own file and call via function pointer in DspContext
libavcodec
|
2004-09-27 |
michael |
dont print "vop not coded" by default
libavcodec
|
2004-09-27 |
michael |
lowres width/height cleanup 3rd try
libavcodec
|
2004-09-27 |
michael |
lowres fixes for the parser
libavcodec
|
2004-09-27 |
michael |
10l (segfault)
libavcodec
|
2004-09-27 |
michael |
10l
libavcodec
|
2004-09-27 |
michael |
set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0)
libavcodec
|
2004-09-26 |
michael |
lowres chroma fix
libavcodec
|
2004-09-26 |
michael |
lowres slice fix
libavcodec
|
2004-09-26 |
michael |
porting optimizations from 4x4 dct to 8x8
libavcodec
|
2004-09-26 |
michael |
optimizing 4x4 idct
libavcodec
|
2004-09-26 |
michael |
lowres slice fix
libavcodec
|
2004-09-26 |
michael |
low resolution interlaced support
libavcodec
|
2004-09-26 |
michael |
1/8 resolution decoding
libavcodec
|
2004-09-26 |
michael |
low resolution decoding fix
libavcodec
|
2004-09-26 |
michael |
1/4 resolution decoding
libavcodec
|
2004-09-25 |
michael |
1/2 resolution decoding
libavcodec
|
2004-09-25 |
michael |
assertion when playing AVC/H.264 streams fix by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
2004-09-25 |
michael |
H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
2004-09-24 |
michael |
trellis quantization for h263(p)
libavcodec
|
2004-09-24 |
michael |
unused
libavcodec
|
2004-09-24 |
michael |
100l
libavcodec
|
2004-09-23 |
rtognimp |
Zlib encoder: fix image orientation (was flipped), 100l in deflate error
libavcodec
|
2004-09-23 |
michael |
merge predict_plane() with DWTELEM->8bit conversation (21% faster)
libavcodec
|
2004-09-23 |
michael |
segfault fix by (Kostya <cannonball at bw-team dot com>)
libavcodec
|
2004-09-22 |
romansh |
* simplification patch by Jeffrey Ryan Muizelaar
libavcodec
|
2004-09-21 |
michael |
8 -> FRAC_BITS
libavcodec
|
2004-09-21 |
alex |
Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet finished, but at least the picture can be recognized
libavcodec
|