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
2015-04-20
Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'
Michael Niedermayer
2015-04-19
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2014-12-28
avdevice/dv1394: Use av_freep() to avoid leaving stale pointers in memory
Michael Niedermayer
2014-03-03
lavd: add categories to device implementations
Lukasz Marek
2013-08-08
Merge commit '71bf6b41d974229a06921806c333ce98566a5d8a'
Michael Niedermayer
2013-08-07
libavdevice: use avpriv_open()
Rémi Denis-Courmont
2012-11-02
dv1394: Swap the min and max values of the 'standard' option
Michael Niedermayer
2012-11-02
dv1394: fix order of AVOption fields
Michael Niedermayer
2012-09-05
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
Michael Niedermayer
2012-09-05
Merge commit '124134e42455763b28cc346fed1d07017a76e84e'
Michael Niedermayer
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-06-20
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-20
Remove unnecessary inclusions of [sys/]time.h
Mans Rullgard
2012-01-28
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2011-11-07
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-06
Remove leftover includes of strings.h
Martin Storsjö
2011-10-21
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-20
lavf: use avpriv_ prefix for some dv functions.
Anton Khirnov
2011-10-13
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-08-15
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-15
lavf,lavd: remove all usage of AVFormatParameters from demuxers.
Anton Khirnov
2011-06-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
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-27
lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h
Stefano Sabatini
2011-05-26
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
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-05-02
Make DV (sub) demuxer set proper pkt->pos values.
Reimar Döffinger
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-28
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
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