Michael Niedermayer
1449b7220d
10l to whoever wrote this
...
Originally committed as revision 5479 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
3c47c1744a
Fix typo
...
Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
29f3b38a91
check for SDL_VideoInfo.current_[wh] availability in configure, and
...
fall back on SDL_WM_ToggleFullScreen() if not available
Originally committed as revision 5477 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
4a387d7d3b
update regression tests for r5449 (adpcm)
...
Originally committed as revision 5476 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b7b225581f
dont load the index if we cant seek back
...
Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
ef4c8bbfb7
check fseek return value
...
Originally committed as revision 5474 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
c3daf8d833
fix unused computed value
...
Originally committed as revision 5473 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
543eebd568
fix mp3 muxing
...
Originally committed as revision 5472 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
329b1e755e
fix probe of high bitrate mpeg2video
...
Originally committed as revision 5471 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
bbf84ca1a4
oprofile reference for Linux/PPC
...
Originally committed as revision 5470 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
e6f0ad5167
MIPS doesn't like unaligned accesses
...
Originally committed as revision 5469 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
a2fe3b5869
simplify, completely ignore streams not recognized, that fixes seeking for some files
...
Originally committed as revision 5468 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
c4da83fb0f
h264: accept rbsp_trailing longer than 1 byte
...
Originally committed as revision 5467 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
a7b286e89c
read_packet return value must be < 0 when no packet is returned, including EOF.
...
Originally committed as revision 5466 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
1f6b1bcb81
10l to myself for being overzealous with $cross_prefix
...
Originally committed as revision 5465 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
38f0d3ce76
Add support for GNU/kFreeBSD systems.
...
patch from Petr Salinger submitted by Sam Hocevar
Originally committed as revision 5464 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
3ef17d626f
don't use xlib in ffplay, and bump required sdl version
...
Originally committed as revision 5463 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
87318d6988
use ifeq(...,yes) instead of ifdef
...
Originally committed as revision 5462 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
36b1b0bcc6
CVS --> Subversion
...
Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
f2cf4a6be7
fix closed gop flag
...
Originally committed as revision 5460 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
2b165e2901
www1.mplayerhq.hu --> lists.mplayerhq.hu
...
Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
1c1b5a4094
CVS --> Subversion
...
Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
dc4ed3b141
probe for mpeg audio
...
Originally committed as revision 5457 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
065ee1ec32
fix variable type used via "m" asm constraint to match size used in asm.
...
fixes crashes on AMD64.
Originally committed as revision 18576 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
19 years ago
Michael Niedermayer
086bfd256e
support doing motion estimation and compensation without any residual transform or coding
...
this is usefull for filters which need ME/MC
Originally committed as revision 5456 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
a9d4a6ef34
rm_read_audio_stream_info return type is not void
...
Check for errors returned by rm_read_audio_stream_info
Check for overflow in aac extradata allocation
Originally committed as revision 5455 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
a194f595c8
Support for AAC (fourcc raac and racp) in rm files
...
Originally committed as revision 5454 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
56466d7b4e
fix seek related bugs
...
Originally committed as revision 5453 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
0d18f79860
put_pixels16_l2_altivec and avg_pixels16_l2_altivec
...
Originally committed as revision 5452 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
696d6889d2
ADPCM: trellis quantization
...
Originally committed as revision 5451 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Corey Hickey
f9243d34f1
Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1
...
user-tunable.
Originally committed as revision 5450 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
7e5370516b
adpcm_ima & adpcm_yamaha: improved quantization
...
Originally committed as revision 5449 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
be9701279d
Remove now obsolete .cvsignore files.
...
Originally committed as revision 18556 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
19 years ago
Benjamin Larsson
63d6a6b91e
Fixed a possible bug, checked against the assembly.
...
No sample that used the code has been found though.
Originally committed as revision 5448 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
f25fc9b197
indentation
...
Originally committed as revision 5447 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
1ea46bed23
apply $cross_prefix before $cc is used
...
Originally committed as revision 5446 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
ea0f0681a6
'make depend' should recurse into libavutil as well.
...
Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
42225a3058
remove redundant make variable SUBDIR
...
Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
21f9324b60
10l to Diego
...
Originally committed as revision 5441 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
6d9a242106
libavcodec/libpostproc ---> libpostproc
...
Originally committed as revision 5440 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
dcd479c033
major cleanup of compiler/library tests
...
Originally committed as revision 5439 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
bb05edcf2e
random ideas
...
Originally committed as revision 5438 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
a5781961ac
drop stuff which seems to have been finished
...
Originally committed as revision 5437 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
0919e788ae
Flash Screen Video decoder (fourcc:FSV1)
...
Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
2d2b86c207
Palette support for newer KMVC
...
Originally committed as revision 5435 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
74c53c2da7
make configure --whatever --help work as expected
...
Originally committed as revision 5434 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
7374794a89
Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless.
...
Originally committed as revision 5433 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
d4b287ed36
Snow: cosmetics
...
Originally committed as revision 5432 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
85fc0e7531
Snow: scale predicted mv based on which reference frame the neighbors used.
...
Originally committed as revision 5431 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
f743a06236
Include the correct video4linux2 header
...
Originally committed as revision 5430 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago