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
Reynaldo H. Verdejo Pinochet
a45bdbc4f5
Trivial, Cosmetics
...
Originally committed as revision 15871 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
fc5d0db59a
Improve error message in case of output file with no streams, dumping
...
the empty file format representation and specifying the index number
of the output file.
Originally committed as revision 15870 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
bdb9fd9b7f
Improve messages printed when there is no input/output file, making
...
them more grammatically correct and consistent with other equivalent
messages.
Originally committed as revision 15869 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
7a7da6b42f
Remove unnecessary calls to show_help(), make ffmpeg/ffplay print a
...
specific error message instead.
Originally committed as revision 15868 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
40b509b36b
Add a Makefile variable for the old scaler that gets enabled when the new
...
scaler is disabled to get rid of a Makefile ifdef.
Originally committed as revision 15867 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
767d3e7bf7
Revert previous commit: the libavcodec/i386/fft_*.o objects depend on
...
libavcodec/i386/fft_mmx.o, which depends on yasm.
Originally committed as revision 15866 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
ba01d867f5
Only the yasm-dependent objects should be enabled by a yasm conditional.
...
Originally committed as revision 15865 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
9168f7e671
Change type of prev_stream_id from uint32_t to int, since it has a max size
...
of 16bits. See discussion in "[PATCH] RDT/Realmedia patches #2" thread on ML.
Originally committed as revision 15864 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
c6786edb3c
cosmetics: Group ppc-specific objects together.
...
Originally committed as revision 15863 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago