summaryrefslogtreecommitdiff
path: root/libavdevice/libdc1394.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-21
* libdc1394: Unbreak build after c201069faMichael Kostylev2015-04-11
* avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun2015-04-09
* libdc1394: Add support for MONO8 (gray) video modeClay McClure2015-01-28
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* cosmetics: drop some completely pointless parenthesesDiego Biurrun2011-12-07
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-05
* lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini2011-06-23
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-05
* Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini2011-06-03
* libdc1394: add a framerate private option.Anton Khirnov2011-06-02
* libdc1394: add a pixel_format private option.Anton Khirnov2011-05-27
* libdc1394: add video_size private option.Anton Khirnov2011-05-27
* libdc1394: return meaninful error codes.Anton Khirnov2011-05-27
* libdc1394: fix compilation.Anton Khirnov2011-05-26
* lavf: deprecate AVFormatParameters.channel.Anton Khirnov2011-05-25
* libdc1394: add a private option for channel.Anton Khirnov2011-05-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-24
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* cosmetics: #include config.h before all other FFmpeg headers.Diego Biurrun2008-03-15
* Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot sapp...Alessandro Sappia2008-01-11
* Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ...Alessandro Sappia2008-01-11
* * fixing a bug preventing default values to be set correctlyRoman Shaposhnik2008-01-08
* Introduce libavdeviceLuca Abeni2007-11-22