]> git.sesse.net Git - ffmpeg/log
ffmpeg
17 years agoTest programs depend on $(LIB).
Diego Biurrun [Thu, 5 Oct 2006 00:57:48 +0000 (00:57 +0000)]
Test programs depend on $(LIB).

Originally committed as revision 20059 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoimgresample-test depends on $(LIB).
Diego Biurrun [Thu, 5 Oct 2006 00:51:40 +0000 (00:51 +0000)]
imgresample-test depends on $(LIB).

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

17 years agoSimplify EXTRALIBS handling.
Diego Biurrun [Thu, 5 Oct 2006 00:32:56 +0000 (00:32 +0000)]
Simplify EXTRALIBS handling.

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

17 years agoSwitch idct_mmx_xvid.c from GPL to LGPL as permitted by the
Diego Biurrun [Thu, 5 Oct 2006 00:23:24 +0000 (00:23 +0000)]
Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the
author, Peter Ross (pross xvid org).

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

17 years agoFFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
Diego Biurrun [Wed, 4 Oct 2006 22:18:40 +0000 (22:18 +0000)]
FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.

Originally committed as revision 20057 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agocosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
Diego Biurrun [Wed, 4 Oct 2006 21:42:31 +0000 (21:42 +0000)]
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.

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

17 years agoLibraries are created in the build tree, not in the source tree.
Diego Biurrun [Wed, 4 Oct 2006 16:22:14 +0000 (16:22 +0000)]
Libraries are created in the build tree, not in the source tree.

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

17 years agoMSys bash 2.04 is broken.
Ramiro Polla [Wed, 4 Oct 2006 16:05:00 +0000 (16:05 +0000)]
MSys bash 2.04 is broken.
patch by Ramiro Polla, angustia (at) arrozcru no-ip org

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

17 years agoRemove cs_test and swscale-example on clean.
Diego Biurrun [Wed, 4 Oct 2006 14:02:42 +0000 (14:02 +0000)]
Remove cs_test and swscale-example on clean.

Originally committed as revision 20040 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoRemove redundant EXTRALIBS declaration.
Diego Biurrun [Wed, 4 Oct 2006 14:00:14 +0000 (14:00 +0000)]
Remove redundant EXTRALIBS declaration.

Originally committed as revision 20039 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoSimplify compilation call by using $(EXTRALIBS).
Diego Biurrun [Wed, 4 Oct 2006 13:56:24 +0000 (13:56 +0000)]
Simplify compilation call by using $(EXTRALIBS).

Originally committed as revision 20038 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoFix warnings:
Diego Biurrun [Wed, 4 Oct 2006 13:54:56 +0000 (13:54 +0000)]
Fix warnings:
swscale-example.c:87: warning: implicit declaration of function 'sws_format_name'
swscale-example.c:214: warning: implicit declaration of function 'sws_rgb2rgb_init'

Originally committed as revision 20037 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoFix warnings:
Diego Biurrun [Wed, 4 Oct 2006 13:51:12 +0000 (13:51 +0000)]
Fix warnings:
cs_test.c:62: warning: return type defaults to 'int'
cs_test.c:64: warning: implicit declaration of function 'memalign'

Originally committed as revision 20036 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoReplace .. by $(SRC_PATH), otherwise there might be problems with
Diego Biurrun [Wed, 4 Oct 2006 13:47:30 +0000 (13:47 +0000)]
Replace .. by $(SRC_PATH), otherwise there might be problems with
out-of-tree builds.

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

17 years agoremove useless casts
Baptiste Coudurier [Wed, 4 Oct 2006 13:18:51 +0000 (13:18 +0000)]
remove useless casts

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

17 years agochange extradata type to uint8_t *
Baptiste Coudurier [Wed, 4 Oct 2006 13:13:07 +0000 (13:13 +0000)]
change extradata type to uint8_t *

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

17 years agomjpeg 4:2:2 encoding support
Baptiste Coudurier [Wed, 4 Oct 2006 12:49:52 +0000 (12:49 +0000)]
mjpeg 4:2:2 encoding support

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

17 years agodon't try to inline cabac functions. gcc ignored the hint anyway, and forcing it...
Loren Merritt [Wed, 4 Oct 2006 07:16:10 +0000 (07:16 +0000)]
don't try to inline cabac functions. gcc ignored the hint anyway, and forcing it would make h264 slower.

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

17 years agosimplify write_back_motion for skip mbs
Loren Merritt [Wed, 4 Oct 2006 07:08:26 +0000 (07:08 +0000)]
simplify write_back_motion for skip mbs

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

17 years ago10l in r6412
Loren Merritt [Wed, 4 Oct 2006 02:57:43 +0000 (02:57 +0000)]
10l in r6412

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

17 years agomake some global var static (fix a build failure with shared lib on x86_64)
Aurelien Jacobs [Tue, 3 Oct 2006 23:51:32 +0000 (23:51 +0000)]
make some global var static (fix a build failure with shared lib on x86_64)

Originally committed as revision 20024 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoremove confusing divx note
Michael Niedermayer [Tue, 3 Oct 2006 21:09:02 +0000 (21:09 +0000)]
remove confusing divx note

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

17 years agoMove EXTRALIBS handling to common.mak.
Diego Biurrun [Tue, 3 Oct 2006 19:23:39 +0000 (19:23 +0000)]
Move EXTRALIBS handling to common.mak.

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

17 years agofix r_frame_rate detection in mpeg4 streams with non integer fps
Michael Niedermayer [Tue, 3 Oct 2006 19:13:27 +0000 (19:13 +0000)]
fix r_frame_rate detection in mpeg4 streams with non integer fps

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

17 years agoSlightly simplify apiexample compilation command line.
Diego Biurrun [Tue, 3 Oct 2006 18:03:45 +0000 (18:03 +0000)]
Slightly simplify apiexample compilation command line.

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

17 years agoAlso remove cpuid_test on clean.
Diego Biurrun [Tue, 3 Oct 2006 17:59:10 +0000 (17:59 +0000)]
Also remove cpuid_test on clean.

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

17 years agoRemove bogus dependency information.
Diego Biurrun [Tue, 3 Oct 2006 17:50:02 +0000 (17:50 +0000)]
Remove bogus dependency information.

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

17 years agomake dep should also work.
Diego Biurrun [Tue, 3 Oct 2006 17:47:25 +0000 (17:47 +0000)]
make dep should also work.

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

17 years agodepend and dep are really the same target.
Diego Biurrun [Tue, 3 Oct 2006 17:47:04 +0000 (17:47 +0000)]
depend and dep are really the same target.

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

17 years agoMark all phony targets as such.
Diego Biurrun [Tue, 3 Oct 2006 17:42:17 +0000 (17:42 +0000)]
Mark all phony targets as such.

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

17 years ago1000000l for lu_zero (commiting untested? code)
Michael Niedermayer [Tue, 3 Oct 2006 17:24:07 +0000 (17:24 +0000)]
1000000l for lu_zero (commiting untested? code)

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

17 years agoRemove unused variables and the corresponding warnings along with them.
Diego Biurrun [Tue, 3 Oct 2006 17:12:48 +0000 (17:12 +0000)]
Remove unused variables and the corresponding warnings along with them.

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

17 years agoFix unused variable warning when compiling with MMX disabled.
Diego Biurrun [Tue, 3 Oct 2006 17:11:43 +0000 (17:11 +0000)]
Fix unused variable warning when compiling with MMX disabled.

Originally committed as revision 20021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agofix blackfin support, thaks to vapier for pointing out
Luca Barbato [Tue, 3 Oct 2006 14:59:18 +0000 (14:59 +0000)]
fix blackfin support, thaks to vapier for pointing out

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

17 years agoFix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>
Luca Barbato [Tue, 3 Oct 2006 07:57:04 +0000 (07:57 +0000)]
Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>

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

17 years agortp.o needs mpegts.o
Diego Biurrun [Mon, 2 Oct 2006 17:15:00 +0000 (17:15 +0000)]
rtp.o needs mpegts.o

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

17 years agoAdd codectest to test targets.
Diego Biurrun [Mon, 2 Oct 2006 16:56:09 +0000 (16:56 +0000)]
Add codectest to test targets.

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

17 years agoMerge identical targets.
Diego Biurrun [Mon, 2 Oct 2006 16:55:06 +0000 (16:55 +0000)]
Merge identical targets.

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

17 years agofix audio for mog_op1a_prompeg_mpeg.mxf
Baptiste Coudurier [Mon, 2 Oct 2006 14:12:50 +0000 (14:12 +0000)]
fix audio for mog_op1a_prompeg_mpeg.mxf

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

17 years agoAdd replacement for libavcodec/fdctref.c to the list.
Diego Biurrun [Mon, 2 Oct 2006 13:36:37 +0000 (13:36 +0000)]
Add replacement for libavcodec/fdctref.c to the list.

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

17 years agoreturn 0 as stream index if only one stream, this is completely non standard, fix...
Baptiste Coudurier [Mon, 2 Oct 2006 13:22:51 +0000 (13:22 +0000)]
return 0 as stream index if only one stream, this is completely non standard, fix Cars_TL4IO6_239_DEXX_MPEG_TDC_072006.wav.mxf

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

17 years agomore forgotten free's.
Oded Shimon [Mon, 2 Oct 2006 11:55:24 +0000 (11:55 +0000)]
more forgotten free's.

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

17 years ago10l, wrong order in freeing
Oded Shimon [Mon, 2 Oct 2006 11:47:10 +0000 (11:47 +0000)]
10l, wrong order in freeing

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

17 years agoslightly saner indention
Michael Niedermayer [Mon, 2 Oct 2006 11:31:52 +0000 (11:31 +0000)]
slightly saner indention

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

17 years agomake postproc use avutil
Luca Barbato [Mon, 2 Oct 2006 10:49:27 +0000 (10:49 +0000)]
make postproc use avutil

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

17 years agoFix quantiSer --> quantiZer typo.
Diego Biurrun [Mon, 2 Oct 2006 10:23:59 +0000 (10:23 +0000)]
Fix quantiSer --> quantiZer typo.

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

17 years agoExplain lmin, lmax, mblmin, mblmax options.
Víctor Paesa [Mon, 2 Oct 2006 10:19:39 +0000 (10:19 +0000)]
Explain lmin, lmax, mblmin, mblmax options.
patch by Víctor Paesa, wzrlpy arsystel com

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

17 years agoadd vorbis encoder to changelog/MAINTAINERS
Oded Shimon [Mon, 2 Oct 2006 09:51:34 +0000 (09:51 +0000)]
add vorbis encoder to changelog/MAINTAINERS

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

17 years agoadd vorbis_enc_data.h, remove codebook data from vorbis_enc.c
Oded Shimon [Mon, 2 Oct 2006 06:56:39 +0000 (06:56 +0000)]
add vorbis_enc_data.h, remove codebook data from vorbis_enc.c

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

17 years agoAdd vorbis encoder to ffmpeg
Oded Shimon [Mon, 2 Oct 2006 06:18:02 +0000 (06:18 +0000)]
Add vorbis encoder to ffmpeg

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

17 years agoOriginal Commit: r114 | ods15 | 2006-10-01 21:38:37 +0200 (Sun, 01 Oct 2006) | 2...
Oded Shimon [Mon, 2 Oct 2006 06:09:52 +0000 (06:09 +0000)]
Original Commit: r114 | ods15 | 2006-10-01 21:38:37 +0200 (Sun, 01 Oct 2006) | 2 lines

blocksize -> log2_blocksize

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

17 years agoOriginal Commit: r113 | ods15 | 2006-10-01 21:35:47 +0200 (Sun, 01 Oct 2006) | 2...
Oded Shimon [Mon, 2 Oct 2006 06:09:49 +0000 (06:09 +0000)]
Original Commit: r113 | ods15 | 2006-10-01 21:35:47 +0200 (Sun, 01 Oct 2006) | 2 lines

some more static consts

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

17 years agoOriginal Commit: r112 | ods15 | 2006-10-01 20:48:39 +0200 (Sun, 01 Oct 2006) | 3...
Oded Shimon [Mon, 2 Oct 2006 06:09:47 +0000 (06:09 +0000)]
Original Commit: r112 | ods15 | 2006-10-01 20:48:39 +0200 (Sun, 01 Oct 2006) | 3 lines

psy change. -aq param about the same, and behaves more consistently with
different content.

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

17 years agoOriginal Commit: r111 | ods15 | 2006-10-01 19:40:50 +0200 (Sun, 01 Oct 2006) | 2...
Oded Shimon [Mon, 2 Oct 2006 06:09:45 +0000 (06:09 +0000)]
Original Commit: r111 | ods15 | 2006-10-01 19:40:50 +0200 (Sun, 01 Oct 2006) | 2 lines

update to use ff_vorbis_floor1_render_list

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

17 years agoOriginal Commit: r110 | ods15 | 2006-10-01 19:17:32 +0200 (Sun, 01 Oct 2006) | 2...
Oded Shimon [Mon, 2 Oct 2006 06:09:43 +0000 (06:09 +0000)]
Original Commit: r110 | ods15 | 2006-10-01 19:17:32 +0200 (Sun, 01 Oct 2006) | 2 lines

slight simlification for residue division by floor

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

17 years agoOriginal Commit: r109 | ods15 | 2006-10-01 19:14:52 +0200 (Sun, 01 Oct 2006) | 2...
Oded Shimon [Mon, 2 Oct 2006 06:09:41 +0000 (06:09 +0000)]
Original Commit: r109 | ods15 | 2006-10-01 19:14:52 +0200 (Sun, 01 Oct 2006) | 2 lines

5% speed improovement by changing put_vector

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

17 years agoOriginal Commit: r108 | ods15 | 2006-10-01 18:46:06 +0200 (Sun, 01 Oct 2006) | 2...
Oded Shimon [Mon, 2 Oct 2006 06:09:39 +0000 (06:09 +0000)]
Original Commit: r108 | ods15 | 2006-10-01 18:46:06 +0200 (Sun, 01 Oct 2006) | 2 lines

prevent division/modulo

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

17 years agoOriginal Commit: r107 | ods15 | 2006-10-01 18:13:12 +0200 (Sun, 01 Oct 2006) | 2...
Oded Shimon [Mon, 2 Oct 2006 06:09:36 +0000 (06:09 +0000)]
Original Commit: r107 | ods15 | 2006-10-01 18:13:12 +0200 (Sun, 01 Oct 2006) | 2 lines

give proper error message for channels!=2

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

17 years agoOriginal Commit: r106 | ods15 | 2006-10-01 18:11:55 +0200 (Sun, 01 Oct 2006) | 2...
Oded Shimon [Mon, 2 Oct 2006 06:09:33 +0000 (06:09 +0000)]
Original Commit: r106 | ods15 | 2006-10-01 18:11:55 +0200 (Sun, 01 Oct 2006) | 2 lines

window -> apply_window_and_mdct

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

17 years agoOriginal Commit: r105 | ods15 | 2006-10-01 18:09:55 +0200 (Sun, 01 Oct 2006) | 2...
Oded Shimon [Mon, 2 Oct 2006 06:09:30 +0000 (06:09 +0000)]
Original Commit: r105 | ods15 | 2006-10-01 18:09:55 +0200 (Sun, 01 Oct 2006) | 2 lines

slight simplification for channel coupling

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

17 years agoOriginal Commit: r104 | ods15 | 2006-10-01 18:04:08 +0200 (Sun, 01 Oct 2006) | 2...
Oded Shimon [Mon, 2 Oct 2006 06:09:28 +0000 (06:09 +0000)]
Original Commit: r104 | ods15 | 2006-10-01 18:04:08 +0200 (Sun, 01 Oct 2006) | 2 lines

somewhat cosmetic formatting, use FFMAX

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

17 years agoOriginal Commit: r103 | ods15 | 2006-10-01 18:00:43 +0200 (Sun, 01 Oct 2006) | 2...
Oded Shimon [Mon, 2 Oct 2006 06:09:24 +0000 (06:09 +0000)]
Original Commit: r103 | ods15 | 2006-10-01 18:00:43 +0200 (Sun, 01 Oct 2006) | 2 lines

slight optimization, don't calculate average twice

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

17 years agoOriginal Commit: r102 | ods15 | 2006-10-01 17:58:38 +0200 (Sun, 01 Oct 2006) | 2...
Oded Shimon [Mon, 2 Oct 2006 06:09:22 +0000 (06:09 +0000)]
Original Commit: r102 | ods15 | 2006-10-01 17:58:38 +0200 (Sun, 01 Oct 2006) | 2 lines

remove ready_floor()

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

17 years agoOriginal Commit: r101 | ods15 | 2006-10-01 14:15:00 +0200 (Sun, 01 Oct 2006) | 2...
Oded Shimon [Mon, 2 Oct 2006 06:09:20 +0000 (06:09 +0000)]
Original Commit: r101 | ods15 | 2006-10-01 14:15:00 +0200 (Sun, 01 Oct 2006) | 2 lines

some cleanup

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

17 years agoOriginal Commit: r100 | ods15 | 2006-10-01 14:01:27 +0200 (Sun, 01 Oct 2006) | 2...
Oded Shimon [Mon, 2 Oct 2006 06:09:18 +0000 (06:09 +0000)]
Original Commit: r100 | ods15 | 2006-10-01 14:01:27 +0200 (Sun, 01 Oct 2006) | 2 lines

update to global functions now shared in vorbis.h

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

17 years agoOriginal Commit: r99 | ods15 | 2006-10-01 11:12:44 +0200 (Sun, 01 Oct 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:09:14 +0000 (06:09 +0000)]
Original Commit: r99 | ods15 | 2006-10-01 11:12:44 +0200 (Sun, 01 Oct 2006) | 2 lines

codebook init data cleanup

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

17 years agoOriginal Commit: r98 | ods15 | 2006-10-01 10:15:33 +0200 (Sun, 01 Oct 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:09:12 +0000 (06:09 +0000)]
Original Commit: r98 | ods15 | 2006-10-01 10:15:33 +0200 (Sun, 01 Oct 2006) | 2 lines

switch to int8_t for residue codebook numbers, use memcpy in residue init

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

17 years agoOriginal Commit: r97 | ods15 | 2006-09-30 23:32:19 +0300 (Sat, 30 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:09:10 +0000 (06:09 +0000)]
Original Commit: r97 | ods15 | 2006-09-30 23:32:19 +0300 (Sat, 30 Sep 2006) | 2 lines

don't assert fail for channels != 2, exit cleanly instead...

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

17 years agoOriginal Commit: r96 | ods15 | 2006-09-30 23:25:18 +0300 (Sat, 30 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:09:08 +0000 (06:09 +0000)]
Original Commit: r96 | ods15 | 2006-09-30 23:25:18 +0300 (Sat, 30 Sep 2006) | 2 lines

even though it doesn't do anything, use flush_put_bits()

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

17 years agoOriginal Commit: r95 | ods15 | 2006-09-30 22:11:08 +0300 (Sat, 30 Sep 2006) | 3 lines
Oded Shimon [Mon, 2 Oct 2006 06:09:06 +0000 (06:09 +0000)]
Original Commit: r95 | ods15 | 2006-09-30 22:11:08 +0300 (Sat, 30 Sep 2006) | 3 lines

scale user settable quality for more fine-grainablity
now sane values for -aq is 10-30

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

17 years agoOriginal Commit: r94 | ods15 | 2006-09-30 22:09:33 +0300 (Sat, 30 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:09:04 +0000 (06:09 +0000)]
Original Commit: r94 | ods15 | 2006-09-30 22:09:33 +0300 (Sat, 30 Sep 2006) | 2 lines

prevent c++ decleration

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

17 years agoOriginal Commit: r93 | ods15 | 2006-09-30 22:02:21 +0300 (Sat, 30 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:09:02 +0000 (06:09 +0000)]
Original Commit: r93 | ods15 | 2006-09-30 22:02:21 +0300 (Sat, 30 Sep 2006) | 2 lines

update to change made in vorbis.h/vorbis_data.c

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

17 years agoOriginal Commit: r92 | ods15 | 2006-09-30 12:13:47 +0300 (Sat, 30 Sep 2006) | 3 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:59 +0000 (06:08 +0000)]
Original Commit: r92 | ods15 | 2006-09-30 12:13:47 +0300 (Sat, 30 Sep 2006) | 3 lines

user settable audio quality, with -aq. values between 0.1 to 0.3 are sane.
the higher the better.

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

17 years agoOriginal Commit: r91 | ods15 | 2006-09-30 10:05:16 +0300 (Sat, 30 Sep 2006) | 4 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:57 +0000 (06:08 +0000)]
Original Commit: r91 | ods15 | 2006-09-30 10:05:16 +0300 (Sat, 30 Sep 2006) | 4 lines

even better psy.
My encoder officially kicks ass :) same bitrate to libvorbis, and (IMO)
same quality! :)

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

17 years agoOriginal Commit: r90 | ods15 | 2006-09-29 22:14:40 +0300 (Fri, 29 Sep 2006) | 3 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:55 +0000 (06:08 +0000)]
Original Commit: r90 | ods15 | 2006-09-29 22:14:40 +0300 (Fri, 29 Sep 2006) | 3 lines

much better magic for floor, the first psychoacoustic in this encoder!
now creates valid, 175kbps audio, which sounds good! :)

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

17 years agoOriginal Commit: r88 | ods15 | 2006-09-29 21:10:36 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:53 +0000 (06:08 +0000)]
Original Commit: r88 | ods15 | 2006-09-29 21:10:36 +0300 (Fri, 29 Sep 2006) | 2 lines

slight similification

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

17 years agoOriginal Commit: r87 | ods15 | 2006-09-29 21:10:05 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:51 +0000 (06:08 +0000)]
Original Commit: r87 | ods15 | 2006-09-29 21:10:05 +0300 (Fri, 29 Sep 2006) | 2 lines

prevent valgrind warning

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

17 years agoOriginal Commit: r86 | ods15 | 2006-09-29 21:08:42 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:48 +0000 (06:08 +0000)]
Original Commit: r86 | ods15 | 2006-09-29 21:08:42 +0300 (Fri, 29 Sep 2006) | 2 lines

make put_vector ignore unused codebook entries

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

17 years agoOriginal Commit: r85 | ods15 | 2006-09-29 21:07:58 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:46 +0000 (06:08 +0000)]
Original Commit: r85 | ods15 | 2006-09-29 21:07:58 +0300 (Fri, 29 Sep 2006) | 2 lines

bad array decleration

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

17 years agoOriginal Commit: r84 | ods15 | 2006-09-29 21:07:07 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:44 +0000 (06:08 +0000)]
Original Commit: r84 | ods15 | 2006-09-29 21:07:07 +0300 (Fri, 29 Sep 2006) | 2 lines

dangling piece from last commit

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

17 years agoOriginal Commit: r83 | ods15 | 2006-09-29 21:06:13 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:41 +0000 (06:08 +0000)]
Original Commit: r83 | ods15 | 2006-09-29 21:06:13 +0300 (Fri, 29 Sep 2006) | 2 lines

add real_len to residue codebooks, which are smaller than supposed to be

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

17 years agoOriginal Commit: r82 | ods15 | 2006-09-29 21:03:43 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:39 +0000 (06:08 +0000)]
Original Commit: r82 | ods15 | 2006-09-29 21:03:43 +0300 (Fri, 29 Sep 2006) | 2 lines

fix channels to be correct for rc->type==2 before classes[] decleration

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

17 years agoOriginal Commit: r81 | ods15 | 2006-09-29 21:02:09 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:36 +0000 (06:08 +0000)]
Original Commit: r81 | ods15 | 2006-09-29 21:02:09 +0300 (Fri, 29 Sep 2006) | 2 lines

make residue_encode decide good classification per partition

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

17 years agoOriginal Commit: r80 | ods15 | 2006-09-29 15:44:22 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:33 +0000 (06:08 +0000)]
Original Commit: r80 | ods15 | 2006-09-29 15:44:22 +0300 (Fri, 29 Sep 2006) | 2 lines

import libvorbis codebooks for residue

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

17 years agoOriginal Commit: r79 | ods15 | 2006-09-29 15:15:26 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:31 +0000 (06:08 +0000)]
Original Commit: r79 | ods15 | 2006-09-29 15:15:26 +0300 (Fri, 29 Sep 2006) | 2 lines

cosmetic reindent

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

17 years agoOriginal Commit: r78 | ods15 | 2006-09-29 15:14:28 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:28 +0000 (06:08 +0000)]
Original Commit: r78 | ods15 | 2006-09-29 15:14:28 +0300 (Fri, 29 Sep 2006) | 2 lines

improove floor codebooks

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

17 years agoOriginal Commit: r77 | ods15 | 2006-09-29 15:12:56 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:25 +0000 (06:08 +0000)]
Original Commit: r77 | ods15 | 2006-09-29 15:12:56 +0300 (Fri, 29 Sep 2006) | 2 lines

fix for book==-1 in floor

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

17 years agoOriginal Commit: r76 | ods15 | 2006-09-29 13:16:37 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:23 +0000 (06:08 +0000)]
Original Commit: r76 | ods15 | 2006-09-29 13:16:37 +0300 (Fri, 29 Sep 2006) | 2 lines

switch to 2048 block size

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

17 years agoOriginal Commit: r75 | ods15 | 2006-09-29 13:03:51 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:21 +0000 (06:08 +0000)]
Original Commit: r75 | ods15 | 2006-09-29 13:03:51 +0300 (Fri, 29 Sep 2006) | 2 lines

remove debugging printf

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

17 years agoOriginal Commit: r74 | ods15 | 2006-09-29 13:03:31 +0300 (Fri, 29 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:19 +0000 (06:08 +0000)]
Original Commit: r74 | ods15 | 2006-09-29 13:03:31 +0300 (Fri, 29 Sep 2006) | 2 lines

support multiple codebooks for floor

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

17 years agoOriginal Commit: r73 | ods15 | 2006-09-28 21:01:59 +0300 (Thu, 28 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:16 +0000 (06:08 +0000)]
Original Commit: r73 | ods15 | 2006-09-28 21:01:59 +0300 (Thu, 28 Sep 2006) | 2 lines

almost cosmetic, remove redundant variable

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

17 years agoOriginal Commit: r72 | ods15 | 2006-09-28 21:00:47 +0300 (Thu, 28 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:14 +0000 (06:08 +0000)]
Original Commit: r72 | ods15 | 2006-09-28 21:00:47 +0300 (Thu, 28 Sep 2006) | 2 lines

cosmetic

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

17 years agoOriginal Commit: r71 | ods15 | 2006-09-28 21:00:24 +0300 (Thu, 28 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:11 +0000 (06:08 +0000)]
Original Commit: r71 | ods15 | 2006-09-28 21:00:24 +0300 (Thu, 28 Sep 2006) | 2 lines

residue type 2

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

17 years agoOriginal Commit: r70 | ods15 | 2006-09-28 19:07:36 +0300 (Thu, 28 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:09 +0000 (06:08 +0000)]
Original Commit: r70 | ods15 | 2006-09-28 19:07:36 +0300 (Thu, 28 Sep 2006) | 2 lines

channel coupling

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

17 years agoOriginal Commit: r69 | ods15 | 2006-09-27 20:27:50 +0300 (Wed, 27 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:07 +0000 (06:08 +0000)]
Original Commit: r69 | ods15 | 2006-09-27 20:27:50 +0300 (Wed, 27 Sep 2006) | 2 lines

prevent buffer overflow

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

17 years agoOriginal Commit: r68 | ods15 | 2006-09-25 21:15:09 +0300 (Mon, 25 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:03 +0000 (06:08 +0000)]
Original Commit: r68 | ods15 | 2006-09-25 21:15:09 +0300 (Mon, 25 Sep 2006) | 2 lines

slightly more compressing, 50% compression now :)

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

17 years agoOriginal Commit: r67 | ods15 | 2006-09-25 20:33:06 +0300 (Mon, 25 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:08:01 +0000 (06:08 +0000)]
Original Commit: r67 | ods15 | 2006-09-25 20:33:06 +0300 (Mon, 25 Sep 2006) | 2 lines

horrible off-by-one causing lots of troubles...

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

17 years agoOriginal Commit: r66 | ods15 | 2006-09-25 18:42:13 +0300 (Mon, 25 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:07:59 +0000 (06:07 +0000)]
Original Commit: r66 | ods15 | 2006-09-25 18:42:13 +0300 (Mon, 25 Sep 2006) | 2 lines

some different values for higher accuracy

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

17 years agoOriginal Commit: r65 | ods15 | 2006-09-25 18:40:19 +0300 (Mon, 25 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:07:57 +0000 (06:07 +0000)]
Original Commit: r65 | ods15 | 2006-09-25 18:40:19 +0300 (Mon, 25 Sep 2006) | 2 lines

cosmetic

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

17 years agoOriginal Commit: r64 | ods15 | 2006-09-25 18:39:30 +0300 (Mon, 25 Sep 2006) | 2 lines
Oded Shimon [Mon, 2 Oct 2006 06:07:55 +0000 (06:07 +0000)]
Original Commit: r64 | ods15 | 2006-09-25 18:39:30 +0300 (Mon, 25 Sep 2006) | 2 lines

some fixes to floor

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