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
Age
Commit message (
Expand
)
Author
2010-11-07
Make x11grab cursor drawing suck less
Jason Garrett-Glaser
2010-10-23
vfwcap: add option to print list of supported drivers
Ramiro Polla
2010-09-23
Allow to set the frame rate in v4l2 devices
José Miguel Gonçalves
2010-09-12
Cosmetics: simplify layout of fmt_conversion_table, make it shorter
Stefano Sabatini
2010-09-11
Cosmetics: apply minor style fixes.
Stefano Sabatini
2010-09-07
Use new imgutils.h API names, fix deprecation warnings.
Stefano Sabatini
2010-08-17
Define macro AV_NE() and use it in libavdevice.
Stefano Sabatini
2010-08-11
Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 for
Pete Eberlein
2010-08-06
Remove use of the deprecated function avcodec_check_dimensions(), use
Stefano Sabatini
2010-07-02
Remove non-existing stray arguments from Doxygen function documentation.
Diego Biurrun
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-06-21
Remove stray semicolon.
Carl Eugen Hoyos
2010-06-10
Remove broken BeOS audio interface.
Diego Biurrun
2010-05-01
Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in case
Stefano Sabatini
2010-04-29
vfwcap: flip RGB rawvideo.
Ramiro Polla
2010-04-28
Check the return value of device_try_init() immediately after calling such a
Luca Abeni
2010-04-27
Fix weird brace placement.
Stefano Sabatini
2010-04-27
Reduce the verbosity of the v4l2 input device
Luca Abeni
2010-04-27
Simplify some output messages in the v4l2 input device
Luca Abeni
2010-04-26
Implement v4l2 input size autodetection in v4l2_read_header().
Stefano Sabatini
2010-04-26
Return meaningful error codes, rather than always -1.
Stefano Sabatini
2010-04-25
Remove unnecessary width and height variables from v4l2_read_header().
Stefano Sabatini
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-03
Replace all remaining occurrences of AVERROR_NOMEM with
Stefano Sabatini
2010-04-02
Replace the last occurrance of CODEC_TYPE_ with AVMEDIA_TYPE_
Martin Storsjö
2010-03-31
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-25
Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) =
Stefano Sabatini
2010-03-23
x11grab: AVFormatParameters are always passed from av_open_input_stream(),
Ramiro Polla
2010-03-21
Revert removal of _NETBSD_SOURCE definition.
Diego Biurrun
2010-03-17
vfwcap: Free remaining packets on vfw_read_close().
Ramiro Polla
2010-03-17
Do not store a copy of AVFormatContext *s in vfw_ctx.
Ramiro Polla
2010-03-13
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark
Stefano Sabatini
2010-03-12
Replace BSD-specific integer types by their POSIX equivalents.
Diego Biurrun
2010-03-12
Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.
Diego Biurrun
2010-03-10
vfwcap: Add support for UYVY pixel format.
Ramiro Polla
2010-03-06
Add some missing #includes
Måns Rullgård
2010-03-03
Add _NETBSD_SOURCE definition to fix compilation on NetBSD.
Jorge Acereda
2010-02-23
vfwcap: support MJPG compressed streams.
Nash Tsai
2010-02-21
Indent.
Ramiro Polla
2010-02-05
Satisfy style nits.
Stefano Sabatini
2010-01-28
Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.
Jai Menon
2010-01-23
vfwcap: Include windows.h before vfw.h since the latter requires defines
kemuri
2010-01-16
Add symbol versioning for shared libraries
Måns Rullgård
2010-01-03
Define device_try_init() as static in libavdevice/v4l2.c.
Reinhard Tartler
2009-12-14
Define _XOPEN_SOURCE as 600 before including a XSI extension header.
Carl Eugen Hoyos
2009-12-14
Use enum PixelFormat as type for input_pixfmt to avoid one icc warning.
Carl Eugen Hoyos
2009-12-14
Support compressed formats in the V4L2 input device.
Luca Abeni
2009-12-14
Add support for V4L2 compressed formats in the table used for converting
Luca Abeni
2009-12-14
Use the correct type for the V4L2 format.
Luca Abeni
[next]