Luca Abeni
3cac2f1301
Fix AVFMT_FLAG_NONBLOCK in alsa
...
Originally committed as revision 17863 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
1c787b1043
Cast a __u64 variable to uint64_t so that it can be printed without warnings
...
Originally committed as revision 17325 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
b17e0f065c
Remove file name from file headers.
...
It provides no useful information and breaks on renames.
Originally committed as revision 17097 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
f8a32581fa
Add necessary #includes to pass 'make checkheaders'.
...
Originally committed as revision 16933 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
bad5537e2c
Use full internal pathname in doxygen @file directives.
...
Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.
Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
5449a787c9
If AVPacket->data == NULL, the packet does not contain any buffer to
...
be freed.
This fixes a double free on exit.
Originally committed as revision 16857 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Nicolas George
35fd81224a
Add ALSA support in libavdevice.
...
Patch by Nicolas George: name surname normalesup org
Original thread: [FFmpeg-devel] [PATCH] ALSA for libavdevice
Date: 12/09/2008 07:17 PM
Originally committed as revision 16800 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benoit Fouet
33054e35e3
Rename audio.c to oss_audio.c in libavdevice.
...
Originally committed as revision 16707 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benoit Fouet
0c26e964e9
Use avf context in av_log, instead of NULL.
...
Originally committed as revision 16695 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benoit Fouet
d99b81664b
Pass avf context to audio_open().
...
Originally committed as revision 16694 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
...
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
49fb20cb8a
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
...
and remove all ENABLE_ definitions.
Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
...
They are now always defined to either 0 or 1.
Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
e7b987dc2f
Remove the frame rate from struct video_data, and allow using a variable
...
frame rate for video4linux2 input
Originally committed as revision 16464 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
5d91e92853
Use avcodec_check_dimensions() for checking the frame size validity.
...
The v4l.c check is moved after the eventual automatic size detection,
so the check in that case is performed on the new set values.
Originally committed as revision 16370 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
df77a6daab
Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.
...
Originally committed as revision 16361 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
faf67322dc
Add missing check on the return value of the VIDIOCSWIN ioctl.
...
Originally committed as revision 16360 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
df2a3f2714
Use more descriptive long_names for Video4Linux input devices.
...
Originally committed as revision 16322 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
7274a48035
Check that the device is a capture device immediately after opening
...
the device.
Originally committed as revision 16318 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
f233d34821
Remove unnecessary temporary variable "frame_size" from
...
grab_read_header().
Originally committed as revision 16317 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
fd867ffd43
Add missing check on the result of a VIDIOCCAPTURE ioctl.
...
Originally committed as revision 16316 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
c40432d30c
Cosmetics: put a space after each comma, improve consistency and
...
readability.
Originally committed as revision 16315 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
7bbacf9a0c
Implement size autodetection if one of the width and height
...
AVFormatParameters for grab_read_header() is non-positive.
Originally committed as revision 16199 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
406c580854
Replace the width and height fields in VideoData with a struct
...
video_window video_win field.
Originally committed as revision 16198 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
9580ba2676
Replace frame_rate and frame_rate_base fields in VideoData with an
...
AVRational time_base field.
Originally committed as revision 16197 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
616deed28f
Do not invade _t POSIX namespace.
...
Originally committed as revision 16109 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
eb857782e7
Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs,
...
which sys/types.h will not generate without this.
Originally committed as revision 16089 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
b9f382c8ef
Remove unnecessary ret variable.
...
Originally committed as revision 16033 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
bc4b722143
mingw: update w32api to 3.13
...
Originally committed as revision 16029 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
c87348a922
Use OBJS variable for all object files
...
There is no longer any need to differentiate the object files
by source type.
Originally committed as revision 15708 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
37d3e0667a
uses FF_ARRAY_ELEMS() where appropriate
...
Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Jens Rosenboom
3d0d9a5e3b
The v4l2 driver can silently change the pixel format in the
...
VIDIOC_S_FMT ioctl(). In this case, device_init() should fail so that
a different pixel format is tried.
Patch by Jens Rosenboom (jens DOT rosenboom AT eu DOT panasonic DOT com)
Originally committed as revision 15660 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alexis Ballier
d84b1cb3da
Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0.
...
patch by Alexis Ballier, alexis.ballier gmail com
Originally committed as revision 15649 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Pettenò
fb65d2ca84
Use enum typers instead of int.
...
Patch by Diego 'Flameeyes' Pettenò: flameeyes gmail
Originally committed as revision 15517 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
a3250d073d
sync to latest mingw api, remove unneeded struct definitions
...
Originally committed as revision 15423 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Brad
1b6e8b734c
V4L2 support for OpenBSD, patch by Brad, brad comstyle com
...
Originally committed as revision 15376 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
00adc1e5dc
set bits_per_coded_sample according to new lavc api
...
Originally committed as revision 15289 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Jean Delvare
92d04e765e
Add support for the RGB32 pixel format in video4linux2 devices
...
Patch by Jean Delvare (khali AT linux-fr DOT org)
Originally committed as revision 15219 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Jean Delvare
97a290efcb
Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats in
...
video4linux2 devices.
Patch by Jean Delvare (khali AT linux-fr DOT org)
Originally committed as revision 15218 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
987903826b
Globally rename the header inclusion guard names.
...
Consistently apply this rule: the guard name is obtained from the
filename by stripping the leading "lib", converting '/' and '.' to
'_' and uppercasing the resulting name. Guard names in the root
directory have to be prefixed by "FFMPEG_".
Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
e9d4b8a533
Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.
...
Originally committed as revision 14852 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
29a717aef2
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
...
It is the standard location as defined by the Open Group.
Originally committed as revision 14761 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
ea452b54f0
strcasecmp() requires #include <strings.h>
...
Originally committed as revision 14728 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
b3b990b659
Implement avdevice_version().
...
Originally committed as revision 14668 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
3241ec1d6f
Cosmetics: make a v4l2 error message consistent with r14647.
...
Originally committed as revision 14664 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benoit Fouet
c57c489753
Change OSS long names.
...
Originally committed as revision 14663 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benoit Fouet
0f680571fa
Remove useless 'channels' assignment.
...
Originally committed as revision 14656 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
99423fa0ee
Distinguish the error reporting for the cases of wrong size and wrong
...
timebase in the video4linux2 v4l2_read_header() function.
Originally committed as revision 14647 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
e78d651f06
Distinguish the error reporting for the cases of wrong size and wrong
...
timebase in the video4linux grab_read_header() function.
Originally committed as revision 14646 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
ca74c0a180
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
...
Originally committed as revision 14372 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago