index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavdevice
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark
Stefano Sabatini
2010-03-13
2
-6
/
+6
*
Replace BSD-specific integer types by their POSIX equivalents.
Diego Biurrun
2010-03-12
1
-6
/
+7
*
Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.
Diego Biurrun
2010-03-12
1
-1
/
+0
*
vfwcap: Add support for UYVY pixel format.
Ramiro Polla
2010-03-10
1
-0
/
+2
*
Add some missing #includes
Måns Rullgård
2010-03-06
1
-0
/
+1
*
Add _NETBSD_SOURCE definition to fix compilation on NetBSD.
Jorge Acereda
2010-03-03
1
-0
/
+2
*
vfwcap: support MJPG compressed streams.
Nash Tsai
2010-02-23
1
-0
/
+3
*
Indent.
Ramiro Polla
2010-02-21
1
-1
/
+1
*
Satisfy style nits.
Stefano Sabatini
2010-02-05
1
-2
/
+2
*
Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.
Jai Menon
2010-01-28
2
-5
/
+5
*
vfwcap: Include windows.h before vfw.h since the latter requires defines
kemuri
2010-01-23
1
-1
/
+1
*
Add symbol versioning for shared libraries
Måns Rullgård
2010-01-16
1
-0
/
+4
*
Define device_try_init() as static in libavdevice/v4l2.c.
Reinhard Tartler
2010-01-03
1
-5
/
+5
*
Define _XOPEN_SOURCE as 600 before including a XSI extension header.
Carl Eugen Hoyos
2009-12-14
1
-0
/
+2
*
Use enum PixelFormat as type for input_pixfmt to avoid one icc warning.
Carl Eugen Hoyos
2009-12-14
1
-1
/
+1
*
Support compressed formats in the V4L2 input device.
Luca Abeni
2009-12-14
1
-27
/
+61
*
Add support for V4L2 compressed formats in the table used for converting
Luca Abeni
2009-12-14
1
-0
/
+23
*
Use the correct type for the V4L2 format.
Luca Abeni
2009-12-14
1
-2
/
+2
*
Return pkt->size in v4l2_read_packet().
Luca Abeni
2009-12-14
1
-1
/
+1
*
Include alsa headers before the internal FFmpeg headers.
Matthieu Castet
2009-11-29
3
-3
/
+3
*
consistency with other files: av_cold static ---> static av_cold
Ivo van Poorten
2009-11-29
2
-2
/
+2
*
Add nomouse option to not record the mouse cursor.
Michael Niedermayer
2009-11-27
1
-1
/
+3
*
Remove unused stuff.
Michael Niedermayer
2009-11-27
1
-29
/
+0
*
Real cursor support in x11grab.
Roxis
2009-11-27
1
-87
/
+29
*
Do not invent error codes but pass the error code on.
Michael Niedermayer
2009-11-27
1
-2
/
+2
*
Replace very odd and completely broken oss read_packet() by the obvious way to
Michael Niedermayer
2009-11-27
1
-24
/
+5
*
Add functions to return library license and library configuration.
Diego Biurrun
2009-11-18
2
-0
/
+21
*
Split avdevice.c off from alldevices.c.
Diego Biurrun
2009-11-18
3
-7
/
+25
*
Add missing #includes for avutil.h, required for the AV_VERSION* macros.
Diego Biurrun
2009-11-16
1
-0
/
+2
*
cosmetics: Break overly long lines.
Diego Biurrun
2009-10-18
1
-2
/
+4
*
Fix compilation of beosaudio.cpp, not tested if it actually works though.
Reimar Döffinger
2009-09-30
1
-3
/
+5
*
Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org.
Diego Biurrun
2009-09-22
1
-1
/
+1
*
Add missing strings.h include needed for strcasecmp.
Reimar Döffinger
2009-09-19
1
-0
/
+1
*
Do not do free AVStream in case of error, this is not supposed to be
Vitor Sessak
2009-09-12
1
-1
/
+0
*
Indent.
Ramiro Polla
2009-09-04
1
-9
/
+9
*
Use if(0){} instead of #if 0 to prevent debug code to rot.
Ramiro Polla
2009-09-04
1
-2
/
+2
*
Skip headers requiring external libs not present in checkheaders
Måns Rullgård
2009-08-23
1
-0
/
+2
*
vfwcap: Move vfw_read_close to avoid forward declaration.
Diego Biurrun
2009-08-02
1
-18
/
+16
*
vfwcap: Indent.
Ramiro Polla
2009-07-30
1
-9
/
+8
*
vfwcap: Support compressed streams.
Ramiro Polla
2009-07-30
1
-0
/
+15
*
vfwcap: Reorder some code to simplify next patch.
Ramiro Polla
2009-07-30
1
-6
/
+5
*
vfwcap: Return PIX_FMT_NONE instead of -1 on error.
Ramiro Polla
2009-07-30
1
-2
/
+2
*
vfwcap: Update error message:
Ramiro Polla
2009-07-30
1
-2
/
+2
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-26
4
-5
/
+5
*
x11grab: remove unnecessary #includes and senseless #define
Måns Rullgård
2009-07-21
1
-6
/
+0
*
Make the configure script select the input/output devices using
Stefano Sabatini
2009-06-29
3
-32
/
+32
*
Change codec_id type to enum CodecID, fix warning.
Daniel Verkamp
2009-05-06
1
-1
/
+1
*
Cosmetics: Split long line.
Carl Eugen Hoyos
2009-04-14
1
-1
/
+2
*
Fix two icc warnings #188: enumerated type mixed with another type.
Carl Eugen Hoyos
2009-04-14
2
-4
/
+4
*
Fix icc warning #188: enumerated type mixed with another type.
Carl Eugen Hoyos
2009-04-14
1
-1
/
+1
[next]