summaryrefslogtreecommitdiff
path: root/libavdevice/bktr.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* bktr: Use av_strerror and propagate error codesHimangi Saraogi2015-02-15
* avdevice: Give names to anonymously typedeffed structsDiego Biurrun2014-07-18
* bktr: Changed a missed occurrance of open into avpriv_openMartin Storsjö2013-08-10
* libavdevice: use avpriv_open()Rémi Denis-Courmont2013-08-07
* bktr: Add missing includes for av_gettime()Martin Storsjö2013-03-23
* 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
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Remove leftover includes of strings.hMartin Storsjö2011-11-06
* 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
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-24
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini2011-06-23
* bktr: prefer "framerate" over "fps" for grab_read_header()Stefano Sabatini2011-06-23
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-05
* bktr: don't error when AVFormatParameters.time_base isn't set.Anton Khirnov2011-06-04
* bktr: get default framerate from video standard.Anton Khirnov2011-06-03
* bktr: add a framerate private option.Anton Khirnov2011-06-02
* bktr: add video_size private option.Anton Khirnov2011-05-27
* bktr: factorize returning error codes.Anton Khirnov2011-05-27
* lavf: deprecate AVFormatParameters.standard.Anton Khirnov2011-05-25
* bktr: add a private option for video standard.Anton Khirnov2011-05-25
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* libavdevice: Define _XOPEN_SOURCE for usleepMartin Storsjö2011-04-21
* 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
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Revert removal of _NETBSD_SOURCE definition.Diego Biurrun2010-03-21
* Replace BSD-specific integer types by their POSIX equivalents.Diego Biurrun2010-03-12
* Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.Diego Biurrun2010-03-12
* Add _NETBSD_SOURCE definition to fix compilation on NetBSD.Jorge Acereda2010-03-03
* Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org.Diego Biurrun2009-09-22
* Add missing strings.h include needed for strcasecmp.Reimar Döffinger2009-09-19
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs,Reimar Döffinger2008-12-13
* 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
* Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.Diego Biurrun2008-03-24
* Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun2008-03-20
* Introduce libavdeviceLuca Abeni2007-11-22