aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/dvenc.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-211-10/+11
| | | | | | libavformat/utils.c into libavutil Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the DV demuxer and muxer into separate files (as suggested by DiegoPanagiotis Issaris2006-09-151-0/+413
Biurrun). Originally committed as revision 6272 to svn://svn.ffmpeg.org/ffmpeg/trunk