Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
6b899e16
Commit
6b899e16
authored
May 26, 2011
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h
parent
e48993e3
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
19 additions
and
21 deletions
+19
-21
alldevices.c
libavdevice/alldevices.c
+0
-1
alsa-audio-common.c
libavdevice/alsa-audio-common.c
+1
-1
alsa-audio-dec.c
libavdevice/alsa-audio-dec.c
+1
-1
alsa-audio-enc.c
libavdevice/alsa-audio-enc.c
+1
-1
alsa-audio.h
libavdevice/alsa-audio.h
+1
-1
bktr.c
libavdevice/bktr.c
+1
-1
dshow.c
libavdevice/dshow.c
+1
-1
dshow.h
libavdevice/dshow.h
+1
-1
dv1394.c
libavdevice/dv1394.c
+1
-1
fbdev.c
libavdevice/fbdev.c
+1
-1
jack_audio.c
libavdevice/jack_audio.c
+1
-1
libdc1394.c
libavdevice/libdc1394.c
+1
-1
oss_audio.c
libavdevice/oss_audio.c
+1
-1
sndio_common.c
libavdevice/sndio_common.c
+1
-1
sndio_common.h
libavdevice/sndio_common.h
+1
-1
sndio_enc.c
libavdevice/sndio_enc.c
+1
-2
v4l.c
libavdevice/v4l.c
+1
-1
v4l2.c
libavdevice/v4l2.c
+1
-1
vfwcap.c
libavdevice/vfwcap.c
+1
-1
x11grab.c
libavdevice/x11grab.c
+1
-1
No files found.
libavdevice/alldevices.c
View file @
6b899e16
...
...
@@ -19,7 +19,6 @@
*/
#include "config.h"
#include "libavformat/avformat.h"
#include "avdevice.h"
#define REGISTER_OUTDEV(X,x) { \
...
...
libavdevice/alsa-audio-common.c
View file @
6b899e16
...
...
@@ -29,7 +29,7 @@
*/
#include <alsa/asoundlib.h>
#include "
libavformat/avformat
.h"
#include "
avdevice
.h"
#include "alsa-audio.h"
...
...
libavdevice/alsa-audio-dec.c
View file @
6b899e16
...
...
@@ -46,9 +46,9 @@
*/
#include <alsa/asoundlib.h>
#include "libavformat/avformat.h"
#include "libavutil/opt.h"
#include "avdevice.h"
#include "alsa-audio.h"
static
av_cold
int
audio_read_header
(
AVFormatContext
*
s1
,
...
...
libavdevice/alsa-audio-enc.c
View file @
6b899e16
...
...
@@ -38,8 +38,8 @@
*/
#include <alsa/asoundlib.h>
#include "libavformat/avformat.h"
#include "avdevice.h"
#include "alsa-audio.h"
static
av_cold
int
audio_write_header
(
AVFormatContext
*
s1
)
...
...
libavdevice/alsa-audio.h
View file @
6b899e16
...
...
@@ -32,8 +32,8 @@
#include <alsa/asoundlib.h>
#include "config.h"
#include "libavformat/avformat.h"
#include "libavutil/log.h"
#include "avdevice.h"
/* XXX: we make the assumption that the soundcard accepts this format */
/* XXX: find better solution with "preinit" method, needed also in
...
...
libavdevice/bktr.c
View file @
6b899e16
...
...
@@ -24,7 +24,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavformat/avformat.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#if HAVE_DEV_BKTR_IOCTL_METEOR_H && HAVE_DEV_BKTR_IOCTL_BT848_H
...
...
@@ -47,6 +46,7 @@
#include <signal.h>
#include <stdint.h>
#include <strings.h>
#include "avdevice.h"
typedef
struct
{
AVClass
*
class
;
...
...
libavdevice/dshow.c
View file @
6b899e16
...
...
@@ -19,9 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavformat/avformat.h"
#include "libavformat/timefilter.h"
#include "avdevice.h"
#include "dshow.h"
struct
dshow_ctx
{
...
...
libavdevice/dshow.h
View file @
6b899e16
...
...
@@ -21,7 +21,7 @@
#define DSHOWDEBUG 0
#include "
libavformat/avformat
.h"
#include "
avdevice
.h"
#define COBJMACROS
#include <windows.h>
...
...
libavdevice/dv1394.c
View file @
6b899e16
...
...
@@ -32,7 +32,7 @@
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "
libavformat/avformat
.h"
#include "
avdevice
.h"
#undef DV1394_DEBUG
...
...
libavdevice/fbdev.c
View file @
6b899e16
...
...
@@ -39,7 +39,7 @@
#include "libavutil/mem.h"
#include "libavutil/pixdesc.h"
#include "
libavformat/avformat
.h"
#include "
avdevice
.h"
struct
rgb_pixfmt_map_entry
{
int
bits_per_pixel
;
...
...
libavdevice/jack_audio.c
View file @
6b899e16
...
...
@@ -27,8 +27,8 @@
#include "libavutil/log.h"
#include "libavutil/fifo.h"
#include "libavcodec/avcodec.h"
#include "libavformat/avformat.h"
#include "libavformat/timefilter.h"
#include "avdevice.h"
/**
* Size of the internal FIFO buffers as a number of audio packets
...
...
libavdevice/libdc1394.c
View file @
6b899e16
...
...
@@ -21,9 +21,9 @@
*/
#include "config.h"
#include "libavformat/avformat.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "avdevice.h"
#if HAVE_LIBDC1394_2
#include <dc1394/dc1394.h>
...
...
libavdevice/oss_audio.c
View file @
6b899e16
...
...
@@ -39,7 +39,7 @@
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavcodec/avcodec.h"
#include "
libavformat/avformat
.h"
#include "
avdevice
.h"
#define AUDIO_BLOCK_SIZE 4096
...
...
libavdevice/sndio_common.c
View file @
6b899e16
...
...
@@ -22,7 +22,7 @@
#include <stdint.h>
#include <sndio.h>
#include "
libavformat/avformat
.h"
#include "
avdevice
.h"
#include "sndio_common.h"
...
...
libavdevice/sndio_common.h
View file @
6b899e16
...
...
@@ -25,8 +25,8 @@
#include <stdint.h>
#include <sndio.h>
#include "libavformat/avformat.h"
#include "libavutil/log.h"
#include "avdevice.h"
typedef
struct
{
AVClass
*
class
;
...
...
libavdevice/sndio_enc.c
View file @
6b899e16
...
...
@@ -22,8 +22,7 @@
#include <stdint.h>
#include <sndio.h>
#include "libavformat/avformat.h"
#include "avdevice.h"
#include "sndio_common.h"
static
av_cold
int
audio_write_header
(
AVFormatContext
*
s1
)
...
...
libavdevice/v4l.c
View file @
6b899e16
...
...
@@ -29,7 +29,6 @@
#include "libavutil/imgutils.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavformat/avformat.h"
#include "libavcodec/dsputil.h"
#include <unistd.h>
#include <fcntl.h>
...
...
@@ -40,6 +39,7 @@
#include <linux/videodev.h>
#include <time.h>
#include <strings.h>
#include "avdevice.h"
typedef
struct
{
AVClass
*
class
;
...
...
libavdevice/v4l2.c
View file @
6b899e16
...
...
@@ -29,7 +29,6 @@
#undef __STRICT_ANSI__ //workaround due to broken kernel headers
#include "config.h"
#include "libavformat/avformat.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
...
...
@@ -46,6 +45,7 @@
#include "libavutil/imgutils.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "avdevice.h"
static
const
int
desired_video_buffers
=
256
;
...
...
libavdevice/vfwcap.c
View file @
6b899e16
...
...
@@ -19,9 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavformat/avformat.h"
#include <windows.h>
#include <vfw.h>
#include "avdevice.h"
//#define DEBUG_VFW
...
...
libavdevice/x11grab.c
View file @
6b899e16
...
...
@@ -36,7 +36,6 @@
*/
#include "config.h"
#include "libavformat/avformat.h"
#include <time.h>
#include <X11/X.h>
#include <X11/Xlib.h>
...
...
@@ -46,6 +45,7 @@
#include <sys/shm.h>
#include <X11/extensions/XShm.h>
#include <X11/extensions/Xfixes.h>
#include "avdevice.h"
/**
* X11 Device Demuxer context
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment