Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-25v4l2: add a private option for channel.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.standard.Anton Khirnov
2011-05-25v4l2: add a private option for video standard.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-05Factorize common code in v4l2_set_parameters().Stefano Sabatini
2011-01-05In video4linux2, in the case the timebase value in ap is 0/0, read theStefano Sabatini
2011-01-04In the video4linux2 output device, log an error description in case ofStefano Sabatini
2010-09-23Allow to set the frame rate in v4l2 devicesJosé Miguel Gonçalves
2010-09-12Cosmetics: simplify layout of fmt_conversion_table, make it shorterStefano Sabatini
2010-09-11Cosmetics: apply minor style fixes.Stefano Sabatini
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-11Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 forPete Eberlein
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-05-01Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in caseStefano Sabatini
2010-04-28Check the return value of device_try_init() immediately after calling such aLuca Abeni
2010-04-28Fix weird brace placement.Stefano Sabatini
2010-04-28Reduce the verbosity of the v4l2 input deviceLuca Abeni
2010-04-28Simplify some output messages in the v4l2 input deviceLuca Abeni
2010-04-27Implement v4l2 input size autodetection in v4l2_read_header().Stefano Sabatini
2010-04-26Return meaningful error codes, rather than always -1.Stefano Sabatini
2010-04-25Remove unnecessary width and height variables from v4l2_read_header().Stefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-28Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon
2010-01-03Define device_try_init() as static in libavdevice/v4l2.c.Reinhard Tartler
2009-12-14Support compressed formats in the V4L2 input device.Luca Abeni
2009-12-14Add support for V4L2 compressed formats in the table used for convertingLuca Abeni
2009-12-14Use the correct type for the V4L2 format.Luca Abeni
2009-12-14Return pkt->size in v4l2_read_packet().Luca Abeni
2009-02-15Cast a __u64 variable to uint64_t so that it can be printed without warningsLuca Abeni
2009-01-30If AVPacket->data == NULL, the packet does not contain any buffer toLuca Abeni
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-07Remove the frame rate from struct video_data, and allow using a variableLuca Abeni
2008-12-28Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini
2008-12-26Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-10-21The v4l2 driver can silently change the pixel format in theJens Rosenboom
2008-09-22V4L2 support for OpenBSD, patch by Brad, brad comstyle comBrad
2008-09-06Add support for the RGB32 pixel format in video4linux2 devicesJean Delvare
2008-09-06Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats inJean Delvare
2008-08-20Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.Michael Niedermayer
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs
2008-08-08Cosmetics: make a v4l2 error message consistent with r14647.Stefano Sabatini
2008-08-06Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini
2008-07-16Make v4l2_read_header() don't free a stream in case of failure whenStefano Sabatini
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-05-09Use full path for #includes from another directory.Diego Biurrun