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
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
2008-03-24Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.Diego Biurrun
2008-03-20Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun
2008-01-17Clarify the error message when video width, height, or framerate are notMichel Bardiaux
2007-11-22Introduce libavdeviceLuca Abeni