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-21Rename audio.c to oss_audio.c in libavdevice.Benoit Fouet
2009-01-20Use avf context in av_log, instead of NULL.Benoit Fouet
2009-01-20Pass avf context to audio_open().Benoit Fouet
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
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-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-13Do not invade _t POSIX namespace.Diego Biurrun
2008-12-13Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs,Reimar Döffinger
2008-12-08Remove unnecessary ret variable.Stefano Sabatini
2008-12-07mingw: update w32api to 3.13Ramiro Polla
2008-10-25Use OBJS variable for all object filesMåns Rullgård
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-10-21The v4l2 driver can silently change the pixel format in theJens Rosenboom
2008-10-20Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0.Alexis Ballier
2008-10-02Use enum typers instead of int.Diego Pettenò
2008-09-26sync to latest mingw api, remove unneeded struct definitionsBaptiste Coudurier
2008-09-22V4L2 support for OpenBSD, patch by Brad, brad comstyle comBrad
2008-09-09set bits_per_coded_sample according to new lavc apiBaptiste Coudurier
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-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-20Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.Michael Niedermayer
2008-08-14Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Diego Biurrun
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs
2008-08-08Implement avdevice_version().Stefano Sabatini
2008-08-08Cosmetics: make a v4l2 error message consistent with r14647.Stefano Sabatini
2008-08-08Change OSS long names.Benoit Fouet
2008-08-07Remove useless 'channels' assignment.Benoit Fouet
2008-08-06Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini
2008-08-06Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini
2008-07-24cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun
2008-07-16Make v4l2_read_header() don't free a stream in case of failure whenStefano Sabatini
2008-07-16Make v4l_read_header() don't free a stream in case of failure whenStefano Sabatini
2008-07-09One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland
2008-06-17Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names.Stefano 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