summaryrefslogtreecommitdiffstats
path: root/libavdevice/libdc1394.c
Commit message (Expand)AuthorAgeFilesLines
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-15/+0
* Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-051-0/+1
* lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini2011-06-231-2/+2
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-3/+0
* Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini2011-06-031-1/+1
* libdc1394: add a framerate private option.Anton Khirnov2011-06-021-9/+18
* libdc1394: add a pixel_format private option.Anton Khirnov2011-05-271-1/+13
* libdc1394: add video_size private option.Anton Khirnov2011-05-271-2/+18
* libdc1394: return meaninful error codes.Anton Khirnov2011-05-271-3/+6
* libdc1394: fix compilation.Anton Khirnov2011-05-261-15/+16
* lavf: deprecate AVFormatParameters.channel.Anton Khirnov2011-05-251-0/+2
* libdc1394: add a private option for channel.Anton Khirnov2011-05-251-4/+27
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-2/+2
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-7/+7
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-241-2/+2
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-2/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* cosmetics: #include config.h before all other FFmpeg headers.Diego Biurrun2008-03-151-1/+1
* Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot sapp...Alessandro Sappia2008-01-111-0/+4
* Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ...Alessandro Sappia2008-01-111-19/+184
* * fixing a bug preventing default values to be set correctlyRoman Shaposhnik2008-01-081-4/+14
* Introduce libavdeviceLuca Abeni2007-11-221-0/+193
OpenPOWER on IntegriCloud