]> git.sesse.net Git - ffmpeg/log
ffmpeg
18 years agoRemove unused VERSION definition from config.mak.
Diego Biurrun [Tue, 20 Jun 2006 00:04:14 +0000 (00:04 +0000)]
Remove unused VERSION definition from config.mak.

Originally committed as revision 5501 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoAvoid binary stripping rule code duplication.
Diego Biurrun [Mon, 19 Jun 2006 23:26:46 +0000 (23:26 +0000)]
Avoid binary stripping rule code duplication.

Originally committed as revision 5500 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoallow packets with non-zero PES_scrambling_control
Måns Rullgård [Mon, 19 Jun 2006 22:20:38 +0000 (22:20 +0000)]
allow packets with non-zero PES_scrambling_control

Originally committed as revision 5499 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix aac in mov for ipod
Baptiste Coudurier [Mon, 19 Jun 2006 11:28:28 +0000 (11:28 +0000)]
fix aac in mov for ipod

Originally committed as revision 5498 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoAdd const to (mostly) char* and make some functions static, which aren't used
Stefan Huehner [Sun, 18 Jun 2006 11:33:14 +0000 (11:33 +0000)]
Add const to (mostly) char* and make some functions static, which aren't used
outside their declaring source file and which have no corresponding prototype.
patch by Stefan Huehner stefan^^@^^huehner^^.^^org

Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agolibfaac uses pascal calling convention on win32 so the generic tests
Måns Rullgård [Sat, 17 Jun 2006 22:01:10 +0000 (22:01 +0000)]
libfaac uses pascal calling convention on win32 so the generic tests
can't be used

Originally committed as revision 5496 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoadd myself as build system maintainer
Måns Rullgård [Sat, 17 Jun 2006 20:02:44 +0000 (20:02 +0000)]
add myself as build system maintainer

Originally committed as revision 5495 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoput local -L flags first in link commands
Måns Rullgård [Sat, 17 Jun 2006 19:51:45 +0000 (19:51 +0000)]
put local -L flags first in link commands

Originally committed as revision 5494 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoCosmetics: should not hurt performance, scream if are
Luca Barbato [Sat, 17 Jun 2006 18:46:06 +0000 (18:46 +0000)]
Cosmetics: should not hurt performance, scream if are

Originally committed as revision 5493 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoAdd (mostly) const to variable and parameter declaration, where a char* was
Stefan Huehner [Sat, 17 Jun 2006 15:53:23 +0000 (15:53 +0000)]
Add (mostly) const to variable and parameter declaration, where a char* was
used and 'const char*' should be, plus make some function declarations
static if they aren't used outside their declaring source file.
patch by Stefan Huehner stefan%%at%%huehner%%dot%%org

Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoimproved logging tests
Måns Rullgård [Sat, 17 Jun 2006 14:39:11 +0000 (14:39 +0000)]
improved logging tests

Originally committed as revision 5491 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoupdate libav regression tests for r5449 (adpcm)
Baptiste Coudurier [Sat, 17 Jun 2006 12:13:24 +0000 (12:13 +0000)]
update libav regression tests for r5449 (adpcm)

Originally committed as revision 5490 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoRename version from CVS to the more sensible HEAD.
Diego Biurrun [Sat, 17 Jun 2006 09:27:36 +0000 (09:27 +0000)]
Rename version from CVS to the more sensible HEAD.

Originally committed as revision 5489 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agouse standard codec tag if the specified tag is out of range and would be
Måns Rullgård [Fri, 16 Jun 2006 20:45:29 +0000 (20:45 +0000)]
use standard codec tag if the specified tag is out of range and would be
truncated

Originally committed as revision 5488 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoThe AAC frame header uses 13 bits for the frame size, so the buffer should
Måns Rullgård [Fri, 16 Jun 2006 20:41:33 +0000 (20:41 +0000)]
The AAC frame header uses 13 bits for the frame size, so the buffer should
have room for such a frame.  A frame that large seems unlikely in a valid
file, but leaving room for it spares us the need to check it elsewhere.
Moving the buffer to the end of the struct made debugging this easier.

Originally committed as revision 5487 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agotest availability of various compiler flags, and verify that requested
Måns Rullgård [Fri, 16 Jun 2006 19:26:31 +0000 (19:26 +0000)]
test availability of various compiler flags, and verify that requested
libraries are really installed

Originally committed as revision 5486 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFix compilation with all combinations of --disable-(de)muxers.
Diego Biurrun [Fri, 16 Jun 2006 10:06:57 +0000 (10:06 +0000)]
Fix compilation with all combinations of --disable-(de)muxers.

Originally committed as revision 5485 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofree codec extradata in av_close_input_file
Måns Rullgård [Fri, 16 Jun 2006 07:54:37 +0000 (07:54 +0000)]
free codec extradata in av_close_input_file

Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agomake dump_format output more homogenous
Baptiste Coudurier [Thu, 15 Jun 2006 23:26:48 +0000 (23:26 +0000)]
make dump_format output more homogenous

Originally committed as revision 5483 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoexport all tracks to libavformat layer
Baptiste Coudurier [Thu, 15 Jun 2006 23:22:32 +0000 (23:22 +0000)]
export all tracks to libavformat layer

Originally committed as revision 5482 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agovfr mov/mp4 todo item
Michael Niedermayer [Thu, 15 Jun 2006 21:33:39 +0000 (21:33 +0000)]
vfr mov/mp4 todo item

Originally committed as revision 5481 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFix segfault
R. Brian Anderson [Thu, 15 Jun 2006 15:15:20 +0000 (15:15 +0000)]
Fix segfault
Patch by R. Brian Anderson (andersrb AT cliftonlabs DOT com)

Originally committed as revision 5480 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago10l to whoever wrote this
Michael Niedermayer [Thu, 15 Jun 2006 09:20:31 +0000 (09:20 +0000)]
10l to whoever wrote this

Originally committed as revision 5479 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFix typo
Luca Abeni [Thu, 15 Jun 2006 07:36:57 +0000 (07:36 +0000)]
Fix typo

Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agocheck for SDL_VideoInfo.current_[wh] availability in configure, and
Måns Rullgård [Wed, 14 Jun 2006 21:02:55 +0000 (21:02 +0000)]
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

18 years agoupdate regression tests for r5449 (adpcm)
Loren Merritt [Wed, 14 Jun 2006 19:10:59 +0000 (19:10 +0000)]
update regression tests for r5449 (adpcm)

Originally committed as revision 5476 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agodont load the index if we cant seek back
Michael Niedermayer [Wed, 14 Jun 2006 00:32:10 +0000 (00:32 +0000)]
dont load the index if we cant seek back

Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agocheck fseek return value
Baptiste Coudurier [Tue, 13 Jun 2006 23:13:59 +0000 (23:13 +0000)]
check fseek return value

Originally committed as revision 5474 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix unused computed value
Baptiste Coudurier [Tue, 13 Jun 2006 22:49:05 +0000 (22:49 +0000)]
fix unused computed value

Originally committed as revision 5473 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix mp3 muxing
Baptiste Coudurier [Tue, 13 Jun 2006 14:38:44 +0000 (14:38 +0000)]
fix mp3 muxing

Originally committed as revision 5472 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix probe of high bitrate mpeg2video
Michael Niedermayer [Tue, 13 Jun 2006 11:10:55 +0000 (11:10 +0000)]
fix probe of high bitrate mpeg2video

Originally committed as revision 5471 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agooprofile reference for Linux/PPC
Luca Barbato [Tue, 13 Jun 2006 01:20:39 +0000 (01:20 +0000)]
oprofile reference for Linux/PPC

Originally committed as revision 5470 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoMIPS doesn't like unaligned accesses
Måns Rullgård [Mon, 12 Jun 2006 21:34:43 +0000 (21:34 +0000)]
MIPS doesn't like unaligned accesses

Originally committed as revision 5469 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agosimplify, completely ignore streams not recognized, that fixes seeking for some files
Baptiste Coudurier [Mon, 12 Jun 2006 13:09:19 +0000 (13:09 +0000)]
simplify, completely ignore streams not recognized, that fixes seeking for some files

Originally committed as revision 5468 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoh264: accept rbsp_trailing longer than 1 byte
Loren Merritt [Mon, 12 Jun 2006 09:30:17 +0000 (09:30 +0000)]
h264: accept rbsp_trailing longer than 1 byte

Originally committed as revision 5467 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoread_packet return value must be < 0 when no packet is returned, including EOF.
Reimar Döffinger [Sun, 11 Jun 2006 10:09:33 +0000 (10:09 +0000)]
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

18 years ago10l to myself for being overzealous with $cross_prefix
Måns Rullgård [Sat, 10 Jun 2006 23:37:38 +0000 (23:37 +0000)]
10l to myself for being overzealous with $cross_prefix

Originally committed as revision 5465 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoAdd support for GNU/kFreeBSD systems.
Diego Biurrun [Sat, 10 Jun 2006 12:30:51 +0000 (12:30 +0000)]
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

18 years agodon't use xlib in ffplay, and bump required sdl version
Måns Rullgård [Fri, 9 Jun 2006 22:43:21 +0000 (22:43 +0000)]
don't use xlib in ffplay, and bump required sdl version

Originally committed as revision 5463 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agouse ifeq(...,yes) instead of ifdef
Måns Rullgård [Fri, 9 Jun 2006 22:26:03 +0000 (22:26 +0000)]
use ifeq(...,yes) instead of ifdef

Originally committed as revision 5462 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoCVS --> Subversion
Diego Biurrun [Fri, 9 Jun 2006 13:13:08 +0000 (13:13 +0000)]
CVS --> Subversion

Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix closed gop flag
Baptiste Coudurier [Fri, 9 Jun 2006 13:10:37 +0000 (13:10 +0000)]
fix closed gop flag

Originally committed as revision 5460 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agowww1.mplayerhq.hu --> lists.mplayerhq.hu
Diego Biurrun [Fri, 9 Jun 2006 09:55:57 +0000 (09:55 +0000)]
www1.mplayerhq.hu --> lists.mplayerhq.hu

Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoCVS --> Subversion
Diego Biurrun [Fri, 9 Jun 2006 09:55:04 +0000 (09:55 +0000)]
CVS --> Subversion

Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoprobe for mpeg audio
Måns Rullgård [Mon, 5 Jun 2006 22:41:14 +0000 (22:41 +0000)]
probe for mpeg audio

Originally committed as revision 5457 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix variable type used via "m" asm constraint to match size used in asm.
Reimar Döffinger [Mon, 5 Jun 2006 10:51:58 +0000 (10:51 +0000)]
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

18 years agosupport doing motion estimation and compensation without any residual transform or...
Michael Niedermayer [Sun, 4 Jun 2006 21:54:58 +0000 (21:54 +0000)]
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

18 years agorm_read_audio_stream_info return type is not void
Roberto Togni [Sun, 4 Jun 2006 21:01:02 +0000 (21:01 +0000)]
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

18 years agoSupport for AAC (fourcc raac and racp) in rm files
Roberto Togni [Sun, 4 Jun 2006 17:26:58 +0000 (17:26 +0000)]
Support for AAC (fourcc raac and racp) in rm files

Originally committed as revision 5454 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix seek related bugs
Måns Rullgård [Sun, 4 Jun 2006 15:06:18 +0000 (15:06 +0000)]
fix seek related bugs

Originally committed as revision 5453 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoput_pixels16_l2_altivec and avg_pixels16_l2_altivec
Luca Barbato [Sat, 3 Jun 2006 22:18:03 +0000 (22:18 +0000)]
put_pixels16_l2_altivec and avg_pixels16_l2_altivec

Originally committed as revision 5452 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoADPCM: trellis quantization
Loren Merritt [Sat, 3 Jun 2006 19:04:56 +0000 (19:04 +0000)]
ADPCM: trellis quantization

Originally committed as revision 5451 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoMake B-frame reduction sensitivity by b_strategy/vb_strategy = 1
Corey Hickey [Sat, 3 Jun 2006 06:26:04 +0000 (06:26 +0000)]
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

18 years agoadpcm_ima & adpcm_yamaha: improved quantization
Loren Merritt [Sat, 3 Jun 2006 04:38:11 +0000 (04:38 +0000)]
adpcm_ima & adpcm_yamaha: improved quantization

Originally committed as revision 5449 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoRemove now obsolete .cvsignore files.
Diego Biurrun [Fri, 2 Jun 2006 11:24:33 +0000 (11:24 +0000)]
Remove now obsolete .cvsignore files.

Originally committed as revision 18556 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

18 years agoFixed a possible bug, checked against the assembly.
Benjamin Larsson [Fri, 2 Jun 2006 07:50:12 +0000 (07:50 +0000)]
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

18 years agoindentation
Måns Rullgård [Thu, 1 Jun 2006 23:43:09 +0000 (23:43 +0000)]
indentation

Originally committed as revision 5447 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoapply $cross_prefix before $cc is used
Måns Rullgård [Thu, 1 Jun 2006 23:25:12 +0000 (23:25 +0000)]
apply $cross_prefix before $cc is used

Originally committed as revision 5446 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago'make depend' should recurse into libavutil as well.
Diego Biurrun [Thu, 1 Jun 2006 23:20:51 +0000 (23:20 +0000)]
'make depend' should recurse into libavutil as well.

Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoremove redundant make variable SUBDIR
Måns Rullgård [Thu, 1 Jun 2006 21:57:44 +0000 (21:57 +0000)]
remove redundant make variable SUBDIR

Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago10l to Diego
Måns Rullgård [Thu, 1 Jun 2006 21:49:51 +0000 (21:49 +0000)]
10l to Diego

Originally committed as revision 5441 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agolibavcodec/libpostproc ---> libpostproc
Diego Biurrun [Thu, 1 Jun 2006 21:37:48 +0000 (21:37 +0000)]
libavcodec/libpostproc ---> libpostproc

Originally committed as revision 5440 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agomajor cleanup of compiler/library tests
Måns Rullgård [Thu, 1 Jun 2006 19:28:41 +0000 (19:28 +0000)]
major cleanup of compiler/library tests

Originally committed as revision 5439 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agorandom ideas
Michael Niedermayer [Thu, 1 Jun 2006 11:41:14 +0000 (11:41 +0000)]
random ideas

Originally committed as revision 5438 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agodrop stuff which seems to have been finished
Michael Niedermayer [Thu, 1 Jun 2006 11:25:55 +0000 (11:25 +0000)]
drop stuff which seems to have been finished

Originally committed as revision 5437 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFlash Screen Video decoder (fourcc:FSV1)
Benjamin Larsson [Thu, 1 Jun 2006 07:31:59 +0000 (07:31 +0000)]
Flash Screen Video decoder (fourcc:FSV1)

Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoPalette support for newer KMVC
Kostya Shishkov [Wed, 31 May 2006 04:52:02 +0000 (04:52 +0000)]
Palette support for newer KMVC

Originally committed as revision 5435 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agomake configure --whatever --help work as expected
Måns Rullgård [Tue, 30 May 2006 19:46:06 +0000 (19:46 +0000)]
make configure --whatever --help work as expected

Originally committed as revision 5434 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSnow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless.
Loren Merritt [Tue, 30 May 2006 19:45:12 +0000 (19:45 +0000)]
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

18 years agoSnow: cosmetics
Loren Merritt [Tue, 30 May 2006 19:40:28 +0000 (19:40 +0000)]
Snow: cosmetics

Originally committed as revision 5432 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSnow: scale predicted mv based on which reference frame the neighbors used.
Loren Merritt [Tue, 30 May 2006 16:42:29 +0000 (16:42 +0000)]
Snow: scale predicted mv based on which reference frame the neighbors used.

Originally committed as revision 5431 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoInclude the correct video4linux2 header
Luca Abeni [Tue, 30 May 2006 13:04:18 +0000 (13:04 +0000)]
Include the correct video4linux2 header

Originally committed as revision 5430 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSupport modular X11 path to rgb.txt patch by (Ville Skyttä - scop from SF-bugtracker)
Ville Skyttä [Tue, 30 May 2006 09:21:58 +0000 (09:21 +0000)]
Support modular X11 path to rgb.txt patch by (Ville Skyttä - scop from SF-bugtracker)

Originally committed as revision 5429 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSnow: cosmetics
Loren Merritt [Tue, 30 May 2006 06:49:15 +0000 (06:49 +0000)]
Snow: cosmetics

Originally committed as revision 5428 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSnow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative...
Loren Merritt [Tue, 30 May 2006 05:44:22 +0000 (05:44 +0000)]
Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation.

Originally committed as revision 5427 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSnow: 10l. 1pass ratecontrol failed to set snow's internal quant.
Loren Merritt [Tue, 30 May 2006 04:51:58 +0000 (04:51 +0000)]
Snow: 10l. 1pass ratecontrol failed to set snow's internal quant.

Originally committed as revision 5426 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoMake b_frame_strategy not fail on pass 2, but still print a notice.
Corey Hickey [Mon, 29 May 2006 22:44:16 +0000 (22:44 +0000)]
Make b_frame_strategy not fail on pass 2, but still print a notice.

Originally committed as revision 5425 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoimprove selftest
Michael Niedermayer [Mon, 29 May 2006 19:44:17 +0000 (19:44 +0000)]
improve selftest

Originally committed as revision 5424 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago10000l don't reuse outer loop index in inner loops
Roberto Togni [Mon, 29 May 2006 19:25:46 +0000 (19:25 +0000)]
10000l don't reuse outer loop index in inner loops

Originally committed as revision 5423 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofabs is better then abs for floats ...
Michael Niedermayer [Mon, 29 May 2006 16:50:37 +0000 (16:50 +0000)]
fabs is better then abs for floats ...

Originally committed as revision 5422 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agotypo me thinks ...
Michael Niedermayer [Mon, 29 May 2006 16:39:40 +0000 (16:39 +0000)]
typo me thinks ...

Originally committed as revision 5421 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agocbp must be >0 here or we are in troubble
Michael Niedermayer [Mon, 29 May 2006 16:30:56 +0000 (16:30 +0000)]
cbp must be >0 here or we are in troubble

Originally committed as revision 5420 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoh264: MBAFF interlaced decoding
Loren Merritt [Sun, 28 May 2006 22:44:14 +0000 (22:44 +0000)]
h264: MBAFF interlaced decoding

Originally committed as revision 5419 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoh264: faster fill_rectangle()
Loren Merritt [Sun, 28 May 2006 22:28:08 +0000 (22:28 +0000)]
h264: faster fill_rectangle()

Originally committed as revision 5418 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSnow multiple reference frames
Loren Merritt [Sun, 28 May 2006 21:44:47 +0000 (21:44 +0000)]
Snow multiple reference frames
(bitstream is not backwards compatible, even if refs aren't used)

Originally committed as revision 5417 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSnow 1pass ratecontrol
Loren Merritt [Sun, 28 May 2006 12:38:10 +0000 (12:38 +0000)]
Snow 1pass ratecontrol

Originally committed as revision 5416 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agosuggest solution for 2 fixmies
Michael Niedermayer [Sat, 27 May 2006 20:56:14 +0000 (20:56 +0000)]
suggest solution for 2 fixmies

Originally committed as revision 5415 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoAdd a small comment about a part that should be in configure.
Diego Biurrun [Sat, 27 May 2006 12:57:54 +0000 (12:57 +0000)]
Add a small comment about a part that should be in configure.

Originally committed as revision 5414 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoAMR URL fixes
Diego Biurrun [Sat, 27 May 2006 12:56:46 +0000 (12:56 +0000)]
AMR URL fixes

Originally committed as revision 5413 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoworking H.264 + AAC in mp4 encoding example for the psp
Michael Niedermayer [Sat, 27 May 2006 09:44:33 +0000 (09:44 +0000)]
working H.264 + AAC in mp4 encoding example for the psp

Originally committed as revision 5412 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix mbd bits bug, finally
Baptiste Coudurier [Fri, 26 May 2006 15:44:29 +0000 (15:44 +0000)]
fix mbd bits bug, finally

Originally committed as revision 5411 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoRemove all .cvsignore files, they are no longer necessary.
Diego Biurrun [Fri, 26 May 2006 15:37:11 +0000 (15:37 +0000)]
Remove all .cvsignore files, they are no longer necessary.

Originally committed as revision 5410 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agotypo/grammar fixes
Diego Biurrun [Fri, 19 May 2006 08:46:47 +0000 (08:46 +0000)]
typo/grammar fixes

Originally committed as revision 5409 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFix segfault on Mac OS X, patch by Earl Levine elevine**@**gmail**.**com.
Earl Levine [Fri, 19 May 2006 08:38:09 +0000 (08:38 +0000)]
Fix segfault on Mac OS X, patch by Earl Levine elevine**@**gmail**.**com.

Originally committed as revision 5408 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoipod & psp encoding guide
Michael Niedermayer [Fri, 19 May 2006 08:09:21 +0000 (08:09 +0000)]
ipod & psp encoding guide

Originally committed as revision 5407 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ...
Michael Niedermayer [Fri, 19 May 2006 01:53:59 +0000 (01:53 +0000)]
fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ...
merging some related stuff from mobilehackers

Originally committed as revision 5406 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agodont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)
Michael Niedermayer [Thu, 18 May 2006 23:32:42 +0000 (23:32 +0000)]
dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)

Originally committed as revision 5405 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agodont write LAVF_ID if bitexact and any meta tag is set
Michael Niedermayer [Thu, 18 May 2006 23:03:16 +0000 (23:03 +0000)]
dont write LAVF_ID if bitexact and any meta tag is set

Originally committed as revision 5404 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agosimplify meta tag writing code
Michael Niedermayer [Thu, 18 May 2006 22:49:27 +0000 (22:49 +0000)]
simplify meta tag writing code

Originally committed as revision 5403 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix seeking, typo provoking hard segfault
Baptiste Coudurier [Thu, 18 May 2006 15:18:25 +0000 (15:18 +0000)]
fix seeking, typo provoking hard segfault

Originally committed as revision 5402 to svn://svn.ffmpeg.org/ffmpeg/trunk