88 Commits (2d7d91f06d6a1d243dc74c96d3389ee237a3b906)

Author SHA1 Message Date
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Luca Barbato b6db385922 v4l2: use C99 struct initializer 13 years ago
Luca Barbato 0efd48dfd1 v4l2: poll the file descriptor 13 years ago
Luca Barbato b8c310cb0a v4l2: support compressed formats 13 years ago
Janne Grunau f13a9ca906 v4l2: use V4L2_FMT_FLAG_EMULATED only if it is defined 13 years ago
Luca Barbato a6a4793d04 v4l2: list available formats 13 years ago
Luca Barbato cd2bbad303 v4l2: set the proper codec_tag 13 years ago
Luca Barbato eb89b4fc09 v4l2: refactor device_open 13 years ago
Luca Barbato 246007d370 v4l2: simplify away io_method 13 years ago
Luca Barbato a896d7f45a v4l2: cosmetics 13 years ago
Luca Barbato 21aa6ae4fb v4l2: uniform and format options 13 years ago
Luca Barbato af7123b2ad v4l2: do not force interlaced mode 13 years ago
Janne Grunau 1adba23cec v4l2: remove unneded linux specific asm/types.h include 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Diego Biurrun 30b4ee7901 Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 13 years ago
Anton Khirnov c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 13 years ago
Stefano Sabatini 41b68dce4d lavdev: improve feedback in case of invalid frame rate/size 14 years ago
Stefano Sabatini e60068baeb v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters() 14 years ago
Luca Barbato 2c6fb9f032 v4l2: do not force NTSC as standard 14 years ago
Anton Khirnov 367732832f lavf,lavc: free avoptions in a generic way. 14 years ago
Anton Khirnov a3b15e411d fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base. 14 years ago
Anton Khirnov fefa67d536 v4l2: remove one forgotten use of AVFormatParameters.pix_fmt. 14 years ago
Anton Khirnov c21324eeb6 v4l2: add a framerate private option. 14 years ago
Anton Khirnov 7a70e01b26 v4l2: don't leak video standard string on error. 14 years ago
Anton Khirnov d576bbf3eb v4l2: add a pixel_format private option. 14 years ago
Anton Khirnov 8fe7b6443f v4l2: add video_size private option. 14 years ago
Anton Khirnov 82b5aa0add v4l2: factorize returning error codes. 14 years ago
Anton Khirnov d20576d01b lavf: deprecate AVFormatParameters.channel. 14 years ago
Anton Khirnov 3d2a418605 v4l2: reindent. 14 years ago
Anton Khirnov a02fd06ab7 v4l2: add a private option for channel. 14 years ago
Anton Khirnov fc68a8f703 lavf: deprecate AVFormatParameters.standard. 14 years ago
Anton Khirnov b3da269211 v4l2: add a private option for video standard. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Stefano Sabatini 5d3d238f82 Factorize common code in v4l2_set_parameters(). 14 years ago
Stefano Sabatini 8621a37d9f In video4linux2, in the case the timebase value in ap is 0/0, read the 14 years ago
Stefano Sabatini bd7d9e45a4 In the video4linux2 output device, log an error description in case of 14 years ago
José Miguel Gonçalves 70f77361d8 Allow to set the frame rate in v4l2 devices 14 years ago
Stefano Sabatini 0105889358 Cosmetics: simplify layout of fmt_conversion_table, make it shorter 14 years ago
Stefano Sabatini 680861ca73 Cosmetics: apply minor style fixes. 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Pete Eberlein b4f81b7429 Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 for 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Stefano Sabatini 50f852186f Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in case 15 years ago