Age | Commit message (Expand) | Author |
2011-04-29 | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun |
2011-04-21 | libavdevice: Define _XOPEN_SOURCE for usleep | Martin Storsjö |
2011-04-18 | Bump major versions of all libraries. | Anton Khirnov |
2011-03-29 | sndio bug fix | Brad |
2011-03-28 | framebuffer device demuxer | Stefano Sabatini |
2011-03-27 | sndio support for playback and record | Brad |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-16 | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau |
2011-03-16 | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau |
2011-02-15 | Merge libavcore into libavutil | Reinhard Tartler |
2011-01-26 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2011-01-18 | consolidate .gitignore patters into a single file | Janne Grunau |
2011-01-17 | convert svn:ignore properties to .gitignore files | Janne Grunau |
2011-01-05 | Factorize common code in v4l2_set_parameters(). | Stefano Sabatini |
2011-01-05 | In video4linux2, in the case the timebase value in ap is 0/0, read the | Stefano Sabatini |
2011-01-04 | In the video4linux2 output device, log an error description in case of | Stefano Sabatini |
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 |