Robert Swain
8f5aaa6d2f
AAC: Cosmetics after last commit
...
Originally committed as revision 15920 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
7633a0415d
AAC: Frequency domain prediction and hence Main profile support
...
Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 15919 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
e9d0fdef53
Strong filtering function for future RV40 loop filter
...
Originally committed as revision 15918 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
d270cb4ae4
ARM: move dct_unquantize_h263_*_armv5te asm to separate file
...
Originally committed as revision 15917 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
63f412f902
Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.
...
Originally committed as revision 15916 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
9a5771e9c1
Run regression tests on target system.
...
Originally committed as revision 15915 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
dbad2c29cc
Build regression test data generators using HOSTCC
...
Originally committed as revision 15914 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
a7ada2bade
configure: set TARGET_EXEC and TARGET_PATH
...
TARGET_EXEC specifies a command to execute cross-compiled binaries,
e.g. through a remote shell or an emulator.
TARGET_PATH specifies the path to the build directory on the target,
e.g. mounted over NFS.
Originally committed as revision 15913 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
9da6609f2d
configure: set HOSTCC to native compiler
...
The HOSTCC value defaults to the value of CC if not cross-compiling.
If cross-compiling, HOSTCC defaults to "gcc".
HOSTCFLAGS, HOSTLDFLAGS, and HOSTLIBS are also given sensible default
values.
Originally committed as revision 15912 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
88268e944a
configure: simplify set_default function
...
Originally committed as revision 15911 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
a8e4161333
Add forgotten file format pgmyuv.
...
Originally committed as revision 15910 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
6bbb5bf83c
Support picture output without -f image2 for most codecs.
...
Originally committed as revision 15909 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
76de302dd8
cosmetics: indentation, prettyprinting
...
Originally committed as revision 15908 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
7f8205da4c
cosmetics: consistent function declarations
...
Originally committed as revision 15907 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
7d1b158284
cosmetics: Put statements after 'if' on their own line.
...
Originally committed as revision 15906 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reynaldo H. Verdejo Pinochet
8372e3d263
Trivial, Cosmetics
...
Originally committed as revision 15905 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reynaldo H. Verdejo Pinochet
1b321c5c96
Trivial, Cosmetics
...
Originally committed as revision 15904 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
e178d7fd0f
Make ffmpeg print in the error message the exact line of a preset file
...
containing an invalid option or value, and also how the option and the
value have been parsed.
Originally committed as revision 15903 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
b04665ac02
Make ffmpeg print in the error message the exact line of a preset file
...
containing an invalid syntax.
Originally committed as revision 15902 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kenan Gillet
148c31b9c2
More OKed parts of the QCELP decoder
...
patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15901 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
31fb59ec98
Cosmetic: Fix typo
...
Spotted by Jethro Walters
Originally committed as revision 15900 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
3c54686885
Move H.264 tables that are only useful for encoding to h264enc.c.
...
Originally committed as revision 15899 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
d1eb20e878
Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered
...
into a separate variable which is added to OBJS if MMX is enabled.
Originally committed as revision 15898 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
516566a8ec
SH4: fix IDCT
...
Originally committed as revision 15897 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
4d382e2076
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
...
Originally committed as revision 27970 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
f0e602351e
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
...
Originally committed as revision 15896 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
0d2d0f97a5
Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.
...
The MMX dependency is already handled by configure.
Originally committed as revision 15895 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
d785a67066
cosmetics: indentation
...
Originally committed as revision 15894 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
39fdda2bf1
Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead
...
of surrounding them by an ifdef.
Originally committed as revision 15893 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kenan Gillet
469105aadb
Fix typo in table value.
...
patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15892 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
cd98279126
33l Fix applying residue condition in RV30/40 decoder
...
Originally committed as revision 15891 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
78a0fa8c8f
Eliminate direct use of s->current_picture in RV30/40 decoder
...
Originally committed as revision 15890 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
7690351cf3
Use wider margins for edge emulation in RV30/40
...
Originally committed as revision 15889 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
c260b59603
SH4: fix memzero_align8()
...
Originally committed as revision 15888 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
1a9e9a2fbd
SH4: add macros for setting and restoring FPSCR.PR bit
...
Originally committed as revision 15887 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
6f14b19e48
SH4: remove some commented out blocks of code
...
Originally committed as revision 15886 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Roman Shaposhnik
a21fd75f56
Making idct factor tables dynamically allocated
...
Originally committed as revision 15885 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
eeee48b26b
Add channel layout to several audio decoders I maintain
...
Originally committed as revision 15884 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Roman Shaposhnik
ff16d6e495
Change of indentation
...
Originally committed as revision 15883 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
df69be0c13
SH4: fix IDCT
...
Originally committed as revision 15882 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
6f15dd8d14
SH4: do not mix code and declarations
...
Originally committed as revision 15881 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
c136ece9b3
SH4: fix compilation of memzero_align8()
...
Originally committed as revision 15880 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
b42019c130
SH4: remove unused functions
...
Originally committed as revision 15879 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
d7e0f8dda6
SH4: replace missed rnd_avg2 -> rnd_avg32
...
Originally committed as revision 15878 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
23e05e69a8
SH4: rename functions with conflicting names
...
Originally committed as revision 15877 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
45e730c5e5
cosmetics: Add a few more explanatory comments to the object sections.
...
Originally committed as revision 15876 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
a261890432
cosmetics: Sort processor-specific object lines into alphabetical order.
...
Originally committed as revision 15875 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Roman Shaposhnik
195b349041
Getting rid of huge static DV tables
...
Originally committed as revision 15874 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Roman Shaposhnik
1ac1217bd6
Getting rid of unneeded extra wrapper functions
...
Originally committed as revision 15873 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
12e416c848
decrease atom size, fix broken files missing version/flags
...
Originally committed as revision 15872 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago