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
2007-09-13Forward error code when reading a v4l2 frameBenoit Fouet
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-06Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.cLuca Abeni
2007-05-10Reindent code after last commitLuca Abeni
2007-05-10Allow avoid setting the video standard and input when capturing v4l2 video.Limin Wang
2007-03-29Allow setting v4l2 input and video standard.Limin Wang
2007-02-14implement new grabbing interface, as described here:Ramiro Polla
2007-02-14Pass the v4l2 buffer into the AVPacket, instead of allocating a new bufferLuca Abeni
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-12Pass a proper context to av_log()Luca Abeni
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2006-12-07use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
2006-10-22Make read_packet fail is the v4l2 driver returns an unexpected frame sizeLuca Abeni
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-15Fix segfaultR. Brian Anderson
2006-05-30Include the correct video4linux2 headerLuca Abeni
2006-03-13Do not be too verboseLuca Abeni
2006-03-11simplify AVFormatParameters NULL checksMichael Niedermayer
2006-02-28Add support for drivers that can change the capture size on VIDIOC_S_FMTLuca Abeni
2006-02-28Error path fix: close the video device on failureFlavio Pimentel Duarte
2006-02-26print a hint when trying V4L2 on V4L deviceAlex Beregszaszi
2006-02-01video4linux2 input supportLuca Abeni