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
Aurelien Jacobs
a90ce38634
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
18 years ago
Michael Niedermayer
2bc5da7bf9
remove confusing divx note
...
Originally committed as revision 6546 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
Michael Niedermayer
5523d5f41e
fix r_frame_rate detection in mpeg4 streams with non integer fps
...
Originally committed as revision 6544 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
220d2d82ef
make dep should also work.
...
Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9d0199f450
depend and dep are really the same target.
...
Originally committed as revision 6539 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
Michael Niedermayer
4851f2ad92
1000000l for lu_zero (commiting untested? code)
...
Originally committed as revision 6537 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
Diego Biurrun
f8d6112850
Fix unused variable warning when compiling with MMX disabled.
...
Originally committed as revision 20021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Luca Barbato
c4e96ceef7
fix blackfin support, thaks to vapier for pointing out
...
Originally committed as revision 6535 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
17ff55356a
Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>
...
Originally committed as revision 6534 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e8b409b50f
rtp.o needs mpegts.o
...
Originally committed as revision 6533 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
902d3c6d33
Add codectest to test targets.
...
Originally committed as revision 6532 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d568d0feb4
Merge identical targets.
...
Originally committed as revision 6531 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
c86ecbb7ce
fix audio for mog_op1a_prompeg_mpeg.mxf
...
Originally committed as revision 6530 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
995d9ec77d
Add replacement for libavcodec/fdctref.c to the list.
...
Originally committed as revision 6529 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
03da8726f6
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
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
Luca Barbato
6ab6c7c3cc
make postproc use avutil
...
Originally committed as revision 6524 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
Víctor Paesa
9ae711e125
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
18 years ago
Oded Shimon
a3cad0472b
add vorbis encoder to changelog/MAINTAINERS
...
Originally committed as revision 6521 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
Oded Shimon
8d38e5e5f0
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
18 years ago