76 Commits (65892516d52c268bd66ef825c4b1c8050a69d732)

Author SHA1 Message Date
Andreas Rheinhardt d92f38c179 avdevice: Constify all devices 4 years ago
Carl Eugen Hoyos 285c015f10 lavd/libdc1394: Do not crash if dc1394_camera_new() fails. 7 years ago
Diego Biurrun 4a1ef54398 build: Drop support for old versions of libdc1394 8 years ago
Josh de Kock bc7399934d libdc1394: Distinguish between enumeration errors and no cameras found 8 years ago
Josh de Kock 384251daff lavd/libdc1394: distinguish between enumeration errors and no cameras found 8 years ago
Vittorio Giovara 5d0f85f1b2 libdc1394: Fill in packet data directly 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Vittorio Giovara f890677d05 Replace any remaining avpicture function with imgutils 9 years ago
Michael Niedermayer f67170e81b avdevice/libdc1394: add const to suppress "assignment discards const qualifier from pointer target type" warnings 9 years ago
Michael Niedermayer ab800add7b avdevice/libdc1394: Make dc1394_frame_format and dc1394_frame_rate, static 9 years ago
Michael Kostylev 7a9b764c07 libdc1394: Unbreak build after c201069fa 10 years ago
Diego Biurrun c201069fac avdevice: Add missing header for NULL_IF_CONFIG_SMALL 10 years ago
Clay McClure 6a808f5ae1 libdc1394: Add support for MONO8 (gray) video mode 10 years ago
Lukasz Marek f607767d93 lavd: add categories to device implementations 11 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Diego Biurrun ee41963f19 cosmetics: drop some completely pointless parentheses 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 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
Anton Khirnov c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 13 years ago
Diego Biurrun d3f751e603 Add some missing mathematics.h #includes for av_rescale(). 14 years ago
Stefano Sabatini 41b68dce4d lavdev: improve feedback in case of invalid frame rate/size 14 years ago
Anton Khirnov 367732832f lavf,lavc: free avoptions in a generic way. 14 years ago
Stefano Sabatini 94bed8e582 Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). 14 years ago
Anton Khirnov 121ef2e26d libdc1394: add a framerate private option. 14 years ago
Anton Khirnov 2e0e1e712a libdc1394: add a pixel_format private option. 14 years ago
Martin Lambers b8773e44d5 libdc1394: choose best video mode and rate based on camera capabilities. 14 years ago
Martin Lambers ea7e318fb2 Remove support for libdc1394 < 2.0. 14 years ago
Stefano Sabatini 6b899e16de lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h 14 years ago
Anton Khirnov fd48620e3e libdc1394: add video_size private option. 14 years ago
Anton Khirnov 284bac2e77 libdc1394: return meaninful error codes. 14 years ago
Anton Khirnov 2341c97e8d libdc1394: fix compilation. 14 years ago
Anton Khirnov d20576d01b lavf: deprecate AVFormatParameters.channel. 14 years ago
Anton Khirnov 79405e57dc libdc1394: add a private option for channel. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Diego Biurrun ca74c0a180 cosmetics: Fix two common typos: wont --> will not, lets --> let us. 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun 63d026b1bf cosmetics: #include config.h before all other FFmpeg headers. 17 years ago
Alessandro Sappia cbe3f0b8ec Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot sappia at ngi dot it 17 years ago
Alessandro Sappia 0b4a18218e Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ngi dot it 17 years ago