summaryrefslogtreecommitdiffstats
path: root/libavdevice/dv1394.h
Commit message (Collapse)AuthorAgeFilesLines
* cosmetics: various spelling fixesLou Logan2012-07-061-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-151-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Avoid C99 variable declarations within for statements. rtmp: Read and handle incoming packets while writing data doc: document THREAD_TYPE fate variable rtpdec: Don't require frames to start with a Mode A packet avconv: don't try to free threads that were not initialized. Conflicts: doc/fate.texi ffplay.c libavdevice/dv1394.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Avoid C99 variable declarations within for statements.Diego Biurrun2012-06-141-1/+2
| | | | | | | | | | We generally do not declare variables within for statements and there are compilers that choke on such constructs.
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | cleanup: for(intMichael Niedermayer2011-12-131-1/+2
|/ | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Remove file name from file headers.Diego Biurrun2009-02-091-1/+1
| | | | | | It provides no useful information and breaks on renames. Originally committed as revision 17097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
| | | | | | | | | 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
* Introduce libavdeviceLuca Abeni2007-11-221-0/+356
Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud