Måns Rullgård [Thu, 22 Jun 2006 18:57:40 +0000 (18:57 +0000)]
enable logging in configure by default, and print some advice on failure
Originally committed as revision 5509 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 21 Jun 2006 20:50:26 +0000 (20:50 +0000)]
allow recent libfaad versions with new function names
Originally committed as revision 5508 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Wed, 21 Jun 2006 00:21:26 +0000 (00:21 +0000)]
fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com>
Originally committed as revision 5507 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Huehner [Tue, 20 Jun 2006 22:19:11 +0000 (22:19 +0000)]
Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.
Originally committed as revision 5506 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 20 Jun 2006 19:46:09 +0000 (19:46 +0000)]
increase search limit in av_find_stream_info
Originally committed as revision 5505 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Tue, 20 Jun 2006 10:35:30 +0000 (10:35 +0000)]
Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for pointing the issue
Originally committed as revision 5504 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 20 Jun 2006 10:26:00 +0000 (10:26 +0000)]
Remove unused FFMPEG_VERSION_INT.
Note: If this is useful I'll put it in version.sh/version.h.
Originally committed as revision 5503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 20 Jun 2006 10:24:08 +0000 (10:24 +0000)]
Use Subversion revision for FFMPEG_VERSION.
based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr
Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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