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-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-28Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini
2008-12-27Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.Stefano Sabatini
2008-12-27Add missing check on the return value of the VIDIOCSWIN ioctl.Stefano Sabatini
2008-12-26Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini
2008-12-26Check that the device is a capture device immediately after openingStefano Sabatini
2008-12-26Remove unnecessary temporary variable "frame_size" fromStefano Sabatini
2008-12-26Add missing check on the result of a VIDIOCCAPTURE ioctl.Stefano Sabatini
2008-12-26Cosmetics: put a space after each comma, improve consistency andStefano Sabatini
2008-12-18Implement size autodetection if one of the width and heightStefano Sabatini
2008-12-18Replace the width and height fields in VideoData with a structStefano Sabatini
2008-12-18Replace frame_rate and frame_rate_base fields in VideoData with anStefano Sabatini
2008-12-08Remove unnecessary ret variable.Stefano Sabatini
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
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-06Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini
2008-07-16Make v4l_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-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-07Make v4l.c's video_formats constant and static.Diego Pettenò
2007-12-28Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() andMichael Niedermayer
2007-11-22Introduce libavdeviceLuca Abeni