Age | Commit message (Expand) | Author |
2011-11-30 | lavf: make av_set_pts_info private. | Anton Khirnov |
2011-11-06 | Replace all usage of strcasecmp/strncasecmp | Reimar Döffinger |
2011-10-19 | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov |
2011-10-12 | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov |
2011-09-24 | Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. | Diego Biurrun |
2011-08-15 | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov |
2011-06-23 | lavdev: improve feedback in case of invalid frame rate/size | Stefano Sabatini |
2011-06-23 | v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters() | Stefano Sabatini |
2011-06-05 | v4l2: do not force NTSC as standard | Luca Barbato |
2011-06-05 | lavf,lavc: free avoptions in a generic way. | Anton Khirnov |
2011-06-04 | fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base. | Anton Khirnov |
2011-06-02 | v4l2: remove one forgotten use of AVFormatParameters.pix_fmt. | Anton Khirnov |
2011-06-02 | v4l2: add a framerate private option. | Anton Khirnov |
2011-05-29 | v4l2: don't leak video standard string on error. | Anton Khirnov |
2011-05-27 | v4l2: add a pixel_format private option. | Anton Khirnov |
2011-05-27 | v4l2: add video_size private option. | Anton Khirnov |
2011-05-27 | v4l2: factorize returning error codes. | Anton Khirnov |
2011-05-25 | lavf: deprecate AVFormatParameters.channel. | Anton Khirnov |
2011-05-25 | v4l2: reindent. | Anton Khirnov |
2011-05-25 | v4l2: add a private option for channel. | Anton Khirnov |
2011-05-25 | lavf: deprecate AVFormatParameters.standard. | Anton Khirnov |
2011-05-25 | v4l2: add a private option for video standard. | Anton Khirnov |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-02-15 | Merge libavcore into libavutil | Reinhard Tartler |
2011-01-26 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2011-01-05 | Factorize common code in v4l2_set_parameters(). | Stefano Sabatini |
2011-01-05 | In video4linux2, in the case the timebase value in ap is 0/0, read the | Stefano Sabatini |
2011-01-04 | In the video4linux2 output device, log an error description in case of | Stefano Sabatini |
2010-09-23 | Allow to set the frame rate in v4l2 devices | José Miguel Gonçalves |
2010-09-12 | Cosmetics: simplify layout of fmt_conversion_table, make it shorter | Stefano Sabatini |
2010-09-11 | Cosmetics: apply minor style fixes. | Stefano Sabatini |
2010-09-07 | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini |
2010-08-11 | Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 for | Pete Eberlein |
2010-08-06 | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini |
2010-05-01 | Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in case | Stefano Sabatini |
2010-04-28 | Check the return value of device_try_init() immediately after calling such a | Luca Abeni |
2010-04-27 | Fix weird brace placement. | Stefano Sabatini |
2010-04-27 | Reduce the verbosity of the v4l2 input device | Luca Abeni |
2010-04-27 | Simplify some output messages in the v4l2 input device | Luca Abeni |
2010-04-26 | Implement v4l2 input size autodetection in v4l2_read_header(). | Stefano Sabatini |
2010-04-26 | Return meaningful error codes, rather than always -1. | Stefano Sabatini |
2010-04-25 | Remove unnecessary width and height variables from v4l2_read_header(). | Stefano Sabatini |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-01-28 | Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. | Jai Menon |
2010-01-03 | Define device_try_init() as static in libavdevice/v4l2.c. | Reinhard Tartler |
2009-12-14 | Support compressed formats in the V4L2 input device. | Luca Abeni |
2009-12-14 | Add support for V4L2 compressed formats in the table used for converting | Luca Abeni |
2009-12-14 | Use the correct type for the V4L2 format. | Luca Abeni |
2009-12-14 | Return pkt->size in v4l2_read_packet(). | Luca Abeni |
2009-02-15 | Cast a __u64 variable to uint64_t so that it can be printed without warnings | Luca Abeni |