]> git.sesse.net Git - ffmpeg/history - libavdevice/libdc1394.c
Remove pointless #undefs of previously forbidden functions.
[ffmpeg] / libavdevice / libdc1394.c
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-12-07 Diego Biurruncosmetics: drop some completely pointless parentheses
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-07-05 Diego BiurrunAdd some missing mathematics.h #includes for av_rescale().
2011-06-23 Stefano Sabatinilavdev: improve feedback in case of invalid frame rate...
2011-06-05 Anton Khirnovlavf,lavc: free avoptions in a generic way.
2011-06-03 Stefano SabatiniReplace avcodec_get_pix_fmt_name() by av_get_pix_fmt_na...
2011-06-02 Anton Khirnovlibdc1394: add a framerate private option.
2011-05-27 Anton Khirnovlibdc1394: add a pixel_format private option.
2011-05-27 Anton Khirnovlibdc1394: add video_size private option.
2011-05-27 Anton Khirnovlibdc1394: return meaninful error codes.
2011-05-26 Anton Khirnovlibdc1394: fix compilation.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.channel.
2011-05-25 Anton Khirnovlibdc1394: add a private option for channel.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2008-07-24 Diego Biurruncosmetics: Fix two common typos: wont --> will not...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-15 Diego Biurruncosmetics: #include config.h before all other FFmpeg...
2008-01-11 Alessandro SappiaEnabling higher frame rates for dc1394, patch by Alessa...
2008-01-11 Alessandro SappiaAdding support for libdc1394 v.2, patch by Alessandro...
2008-01-08 Roman Shaposhnik * fixing a bug preventing default values to be set...
2007-11-22 Luca AbeniIntroduce libavdevice