]> git.sesse.net Git - ffmpeg/history - libavdevice/bktr.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavdevice / bktr.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-06 Martin StorsjöRemove leftover includes of strings.h
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-09-24 Diego BiurrunUse explicit struct initializers for AVOutputFormat...
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-06-23 Stefano Sabatinilavdev: improve feedback in case of invalid frame rate...
2011-06-23 Stefano Sabatinibktr: prefer "framerate" over "fps" for grab_read_header()
2011-06-05 Anton Khirnovlavf,lavc: free avoptions in a generic way.
2011-06-04 Anton Khirnovbktr: don't error when AVFormatParameters.time_base...
2011-06-03 Anton Khirnovbktr: get default framerate from video standard.
2011-06-02 Anton Khirnovbktr: add a framerate private option.
2011-05-27 Anton Khirnovbktr: add video_size private option.
2011-05-27 Anton Khirnovbktr: factorize returning error codes.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.standard.
2011-05-25 Anton Khirnovbktr: add a private option for video standard.
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-04-21 Martin Storsjölibavdevice: Define _XOPEN_SOURCE for usleep
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-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-21 Diego BiurrunRevert removal of _NETBSD_SOURCE definition.
2010-03-12 Diego BiurrunReplace BSD-specific integer types by their POSIX equiv...
2010-03-12 Diego BiurrunAdd _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.
2010-03-03 Jorge AceredaAdd _NETBSD_SOURCE definition to fix compilation on...
2009-09-22 Diego BiurrunFix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith...
2009-09-19 Reimar DöffingerAdd missing strings.h include needed for strcasecmp.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-13 Reimar DöffingerDefine _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs...
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-24 Diego BiurrunRemove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
2008-03-20 Diego BiurrunOnly #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
2007-11-22 Luca AbeniIntroduce libavdevice