summaryrefslogtreecommitdiff
path: root/libavcodec/libdirac_libschro.h
Commit message (Collapse)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | 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
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a parameter for queue size.Anuradha Suraparaju2008-07-10
| | | | | | Patch by Anuradha Suraparaju anuradha rd bbc co uk Originally committed as revision 14150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename diracschro_common.[ch] to libdirac_libschro.[ch], external libraryDiego Biurrun2008-04-22
glue code should have a lib prefix in its name. Originally committed as revision 12924 to svn://svn.ffmpeg.org/ffmpeg/trunk