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
...
*
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
*
Fix icc warning #188: enumerated type mixed with another type.
Carl Eugen Hoyos
2009-04-14
1
-1
/
+1
*
Implement JACK input device.
Olivier Guilyardi
2009-04-02
4
-1
/
+329
*
Fix AVFMT_FLAG_NONBLOCK in alsa
Luca Abeni
2009-03-07
1
-1
/
+1
*
Cast a __u64 variable to uint64_t so that it can be printed without warnings
Luca Abeni
2009-02-15
1
-1
/
+1
*
Remove file name from file headers.
Diego Biurrun
2009-02-09
1
-1
/
+1
*
Add necessary #includes to pass 'make checkheaders'.
Diego Biurrun
2009-02-02
1
-0
/
+4
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
5
-5
/
+5
*
If AVPacket->data == NULL, the packet does not contain any buffer to
Luca Abeni
2009-01-30
1
-0
/
+4
*
Add ALSA support in libavdevice.
Nicolas George
2009-01-26
6
-0
/
+556
*
Rename audio.c to oss_audio.c in libavdevice.
Benoit Fouet
2009-01-21
2
-2
/
+2
*
Use avf context in av_log, instead of NULL.
Benoit Fouet
2009-01-20
1
-5
/
+5
[prev]
[next]