Diego Biurrun
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
...
and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2ae7569dc8
() 10l
...
Originally committed as revision 6576 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
d4165a8190
fix a warning
...
Originally committed as revision 6575 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ade6e7f3ae
Compilation fix, printf gets redefined to please_use_av_log.
...
Originally committed as revision 6574 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
ec8f483ab5
several x86 renorm_cabac_decoder_once optimizations
...
START/STOP_TIMER benchmarking code for them
please benchmark on P4 & athlon
(ill remove the benchmarking code and the always slower variants as soon as p4/athlon benchmarks have been posted or commited)
Originally committed as revision 6573 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
cbeee4d8e5
Replace -I../-I. by -I$(BUILD_ROOT).
...
Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5064755e54
cosmetics: Add backslashes to the last line of continued lines to make
...
future commits look cleaner.
Originally committed as revision 6570 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
59ef342beb
fix decoding of ED-small-sample-file.ogg
...
Originally committed as revision 6567 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
075060023d
fix buffer underflows by reencoding the current frame with a higher QP
...
Originally committed as revision 6565 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e1931c59f6
message typo fixes
...
Originally committed as revision 6564 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c6c4651138
Simplify test program build.
...
Originally committed as revision 6563 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9933dc7168
Fix imgresample-test compilation.
...
Originally committed as revision 6560 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0ec92a15dd
imgresample-test depends on $(LIB).
...
Originally committed as revision 6559 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
425139d55f
Simplify EXTRALIBS handling.
...
Originally committed as revision 6558 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0eb59ddba4
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
18 years ago
Diego Biurrun
7fd265a7a1
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
18 years ago
Baptiste Coudurier
58f2a4b07f
change extradata type to uint8_t *
...
Originally committed as revision 6551 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
2bb7875987
mjpeg 4:2:2 encoding support
...
Originally committed as revision 6550 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
938dd84693
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
18 years ago
Loren Merritt
e6e77eb6fa
simplify write_back_motion for skip mbs
...
Originally committed as revision 6548 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
a1b13cf590
10l in r6412
...
Originally committed as revision 6547 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0533322ea3
Move EXTRALIBS handling to common.mak.
...
Originally committed as revision 6545 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7f778ed111
Slightly simplify apiexample compilation command line.
...
Originally committed as revision 6543 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
93555ad500
Also remove cpuid_test on clean.
...
Originally committed as revision 6542 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f901d78e01
Remove bogus dependency information.
...
Originally committed as revision 6541 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3263626feb
Mark all phony targets as such.
...
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
36c32bdddf
Remove unused variables and the corresponding warnings along with them.
...
Originally committed as revision 6536 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
4109400295
more forgotten free's.
...
Originally committed as revision 6527 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
419550990c
10l, wrong order in freeing
...
Originally committed as revision 6526 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
35af7a9b27
slightly saner indention
...
Originally committed as revision 6525 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4bef236ba8
Fix quantiSer --> quantiZer typo.
...
Originally committed as revision 6523 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
bec5fc5ffb
add vorbis_enc_data.h, remove codebook data from vorbis_enc.c
...
Originally committed as revision 6520 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
8c37516af0
Add vorbis encoder to ffmpeg
...
Originally committed as revision 6519 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
007574482a
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
18 years ago
Oded Shimon
631941441d
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
18 years ago
Oded Shimon
2613f6c156
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
18 years ago
Oded Shimon
c83637b965
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
18 years ago
Oded Shimon
2eb3db5f69
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
18 years ago
Oded Shimon
f8a6a56a75
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
18 years ago
Oded Shimon
ac0057f3a6
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
18 years ago
Oded Shimon
0c4630f244
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
18 years ago
Oded Shimon
a88de9682f
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
18 years ago
Oded Shimon
64c82a7411
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
18 years ago
Oded Shimon
c2ee47ac06
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
18 years ago
Oded Shimon
cc767a8969
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
18 years ago
Oded Shimon
7e46045784
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
18 years ago
Oded Shimon
5f3de4b86b
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
18 years ago
Oded Shimon
f11329e461
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
18 years ago
Oded Shimon
cbf306f328
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
18 years ago
Oded Shimon
ccc0fbf3c4
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
18 years ago