summaryrefslogtreecommitdiff
path: root/libavformat/dv.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\
| * libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-3/+3
|\ \ | |/
| * lavf: use avpriv_ prefix for some dv functions.Anton Khirnov2011-10-201-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Make dvenc.c functions static to the unit.Diego Elio Pettenò2011-01-251-3/+0
* | Make DV (sub) demuxer set proper pkt->pos values.Reimar Döffinger2011-05-021-1/+1
* | Make dvenc.c functions static to the unit.Diego Elio Pettenò2011-01-261-3/+0
|/
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Remove inappropriate const qualifier from function argument, fixes the warning:Diego Biurrun2009-01-071-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+5
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+2
* * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik2007-01-111-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* typoDiego Biurrun2006-02-081-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-2/+2
* * static allocation for audio packets. This will make it a little bitRoman Shaposhnik2004-10-131-0/+1
* * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik2003-10-311-7/+9
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-291-0/+32