index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavdevice
/
dv1394.c
Age
Commit message (
Expand
)
Author
2012-06-20
Remove unnecessary inclusions of [sys/]time.h
Mans Rullgard
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2011-11-06
Remove leftover includes of strings.h
Martin Storsjö
2011-10-20
lavf: use avpriv_ prefix for some dv functions.
Anton Khirnov
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-08-15
lavf,lavd: remove all usage of AVFormatParameters from demuxers.
Anton Khirnov
2011-06-03
Replace custom DEBUG preprocessor trickery by the standard one.
Diego Biurrun
2011-06-03
Replace #ifdef + av_log() combinations by av_dlog().
Diego Biurrun
2011-05-25
lavf: deprecate AVFormatParameters.channel.
Anton Khirnov
2011-05-25
dv1394: add a private option for channel.
Anton Khirnov
2011-05-25
lavf: deprecate AVFormatParameters.standard.
Anton Khirnov
2011-05-25
dv1394: add a private option for video standard.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2008-08-14
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
Diego Biurrun
2008-08-13
strcasecmp() requires #include <strings.h>
Aurelien Jacobs
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-03-24
Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
Diego Biurrun
2008-03-20
Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
Diego Biurrun
2007-11-22
Introduce libavdevice
Luca Abeni