]> git.sesse.net Git - ffmpeg/history - libavformat/v4l2.c
Split ac3 byte swapping into a separate function.
[ffmpeg] / libavformat / v4l2.c
2007-09-13 Benoit FouetForward error code when reading a v4l2 frame
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-06 Luca AbeniSupport for the AVFMT_FLAG_NONBLOCK flag (non-blocking...
2007-05-10 Luca AbeniReindent code after last commit
2007-05-10 Limin WangAllow avoid setting the video standard and input when...
2007-03-29 Limin WangAllow setting v4l2 input and video standard.
2007-02-14 Ramiro Pollaimplement new grabbing interface, as described here:
2007-02-14 Luca AbeniPass the v4l2 buffer into the AVPacket, instead of...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-12 Luca AbeniPass a proper context to av_log()
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-10-22 Luca AbeniMake read_packet fail is the v4l2 driver returns an...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-15 R. Brian AndersonFix segfault
2006-05-30 Luca AbeniInclude the correct video4linux2 header
2006-03-13 Luca AbeniDo not be too verbose
2006-03-11 Michael Niedermayersimplify AVFormatParameters NULL checks
2006-02-28 Luca AbeniAdd support for drivers that can change the capture...
2006-02-28 Flavio Pimentel... Error path fix: close the video device on failure
2006-02-26 Alex Beregszasziprint a hint when trying V4L2 on V4L device
2006-02-01 Luca Abenivideo4linux2 input support