Diego Biurrun
45235d69c2
libdirac/libschroedinger: Drop unnecessary symbol prefixes.
...
The names used in the libdirac/libschroedinger wrappers are long enough as-is.
Bloating them with unnecessary prefixes makes them even more unwieldy.
13 years ago
Mans Rullgard
2912e87a6c
Replace FFmpeg with Libav in licence headers
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Diego Biurrun
ba87f0801d
Remove explicit filename from Doxygen @file commands.
...
Passing an explicit filename to this command is only necessary if the
documentation in the @file block refers to a file different from the
one the block resides in.
Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
0ebe3b8e2b
cosmetics: indentation, prettyprinting, K&R coding style
...
Originally committed as revision 19652 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
735a38045a
Remove useless braces around if/for/while expressions.
...
Originally committed as revision 19648 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
7c809dc3e2
Simplify 'if' condition statements.
...
Drop useless '!= 0' from 'exp != 0', replace 'exp == 0' by '!exp'.
Originally committed as revision 19647 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
bad5537e2c
Use full internal pathname in doxygen @file directives.
...
Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.
Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Anuradha Suraparaju
0cf0e25d22
Add a parameter for queue size.
...
Patch by Anuradha Suraparaju anuradha rd bbc co uk
Originally committed as revision 14150 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9fa58f19ff
Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library
...
glue code should have a lib prefix in its name.
Originally committed as revision 12924 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
6ef4ba3fb3
libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDotuk
...
Originally committed as revision 12923 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago