Roman Shaposhnik
2744ca9ac9
* providing MPEG codecs with a generic fields in AVFrame to use.
...
* fixing YUV4MPEG format.
* fixing a bug in DV codec where coded_frame was not set.
Originally committed as revision 2396 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
a573cc27f5
emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set
...
Originally committed as revision 2395 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roman Shaposhnik
5c00fe4137
* original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE
...
was not set.
Originally committed as revision 2394 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roman Shaposhnik
00c28046e4
* fix for a trivial 100l declaration typo
...
Originally committed as revision 2393 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
6571e41dcd
picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least
...
Originally committed as revision 2392 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
f0bbfc4a20
default_get_buffer() fixes
...
Originally committed as revision 2391 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Doug Larrick
66535069da
Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick <doug at ties dot org>)
...
Originally committed as revision 2390 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
f539eb52fe
align
...
Originally committed as revision 2389 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
bcc7125e1d
fix "first frame is no keyframe" bug
...
Originally committed as revision 2388 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
4b68410579
10l
...
Originally committed as revision 2387 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ff49072013
dither scaling coefficients so they add up to 1.0
...
Originally committed as revision 11124 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
21 years ago
Michael Niedermayer
379a20360c
rounding fixes
...
Originally committed as revision 11123 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
21 years ago
Mike Melanson
93cb9d7f73
hook up the XA ADPCM decoder
...
Originally committed as revision 2386 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
fc38477715
activate the XA and ADX ADPCM codecs
...
Originally committed as revision 2385 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
f19af812a3
replace file to remove nasty DOS CRs and hard tabs
...
Originally committed as revision 2384 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
f127136608
this should be part of adpcm.c
...
Originally committed as revision 2383 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
e986b6e2c7
quiet
...
Originally committed as revision 2382 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
baf23f0c10
use the correct file modes
...
Originally committed as revision 2381 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ffaa816ee3
recommit of
...
* fixing an unitilaized field AVImageInfo::interleaved.
As a matter of fact we have two problems here: first
AVImageInfo::interleaved is never initialzed in img.c.
The second problem is that even if we want interleaved
PNGs there's a bug in png.c that prevents us from generating
them.
The later problem is for somebody familiar with PNG to
handle.
And yes, always setting AVImageInfo::interleaved to 0 isn't
such a good idea, but it still beats garbage values.
orginal commit by roman shaposhnik
Originally committed as revision 2380 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
fe08925f64
recommit of
...
* backing out the 0-sized packets patch. We have to devise a more
sensible approach.
orginal commit by roman shaposhnik
Originally committed as revision 2379 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
002936777b
remove experimental reference
...
Originally committed as revision 2378 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
485bc05dec
make it compatible with older make (debian stable - make 3.79.1)
...
Originally committed as revision 2377 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
f561046686
added CRI ADX and XA ADPCM audio modules, courtesy of BERO
...
<bero -at- geocities.co.jp>
Originally committed as revision 2376 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
764ef40015
disable encoders where appropriate (patch courtesy of BERO
...
<bero -at- geocities.co.jp>)
Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
a003ee9a44
fix the case where all vlc codes are 8 bits long (repeat=256)
...
Originally committed as revision 2374 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
7674347b64
alignment 10l
...
Originally committed as revision 2373 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
8470540344
mmx2 optimization of huffyuv median encoding
...
Originally committed as revision 2372 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
8c812d7317
10l
...
Originally committed as revision 2371 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ac0c66382d
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
...
Originally committed as revision 2370 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
117a5490bd
init_put_bits changed
...
Originally committed as revision 2369 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
c58222c56c
10l
...
Originally committed as revision 2368 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
431f2172cd
fix decoding if the aspect ratio changes
...
Originally committed as revision 2367 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
ed7debda14
removed the obsolete and unused parameters of init_put_bits
...
Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
d6896c49cc
add some missing codecs
...
Originally committed as revision 2365 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
bba3a09bb0
h263 GOB decoding fix
...
Originally committed as revision 2364 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
34790165dc
intra dc treshold != 0 decoding fixed
...
Originally committed as revision 2363 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
5e83dec46a
Sunplus JPEG codec (SP5X) support
...
Originally committed as revision 2362 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
91381201f0
theora comments skipping
...
Originally committed as revision 2361 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
6cbff2f44a
using av_abort
...
Originally committed as revision 2360 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
f44ee2c34b
theora decoding support (only keyframes for now, because by theora the frame isn't flipped so the motion vectors are getting screwed up)
...
Originally committed as revision 2359 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
a62a7323fa
optimised versions of the get_pixels, diff_pixels, and bswap_buf
...
functions and support for 4 pixel high blocks in the put_pixels8_xxx and
avg_pixels8_xxx functions, courtesy of Robin Kay (komadori
at gekkou.co.uk)
Originally committed as revision 2358 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
c9319f2ea4
forgot to commit, i hope its correct
...
Originally committed as revision 2357 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
688cbabe2c
recommit of
...
direct rendering support
Originally committed as revision 2356 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
11417deff9
recommit of
...
VOL != 0x120 support
Originally committed as revision 2355 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Steven M. Schultz
3bbd2123d6
recommit (of patch, as cvslog msg didnt apply cleanly)
...
libavcodec/ppc compile errors patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2354 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
95831f48f8
recommit of
...
slightly cleaner width / height comment
Originally committed as revision 2353 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
49e17f8407
recommit of
...
#define DEBUG fix by (Glenn Maynard <g_sf at zewt dot org>)
Originally committed as revision 2352 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Drew Hess
75917b887b
recommit of
...
promote avpicture_alloc to public interface patch by (Drew Hess <dhess at ilm dot com>)
Originally committed as revision 2351 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roman Shaposhnik
86a7e11502
* recommiting change from SF CVS
...
Originally committed as revision 2350 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
b3a5d0039c
support a few more types of VQA files
...
Originally committed as revision 2349 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago