| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | Remove leftover includes of strings.h | Martin Storsjö | 2011-11-06 | 1 | -1/+0 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -9/+9 |
* | Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. | Diego Biurrun | 2011-09-24 | 1 | -9/+8 |
* | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov | 2011-08-15 | 1 | -19/+0 |
* | lavdev: improve feedback in case of invalid frame rate/size | Stefano Sabatini | 2011-06-23 | 1 | -2/+2 |
* | bktr: prefer "framerate" over "fps" for grab_read_header() | Stefano Sabatini | 2011-06-23 | 1 | -6/+6 |
* | lavf,lavc: free avoptions in a generic way. | Anton Khirnov | 2011-06-05 | 1 | -2/+0 |
* | bktr: don't error when AVFormatParameters.time_base isn't set. | Anton Khirnov | 2011-06-04 | 1 | -5/+0 |
* | bktr: get default framerate from video standard. | Anton Khirnov | 2011-06-03 | 1 | -11/+23 |
* | bktr: add a framerate private option. | Anton Khirnov | 2011-06-02 | 1 | -11/+13 |
* | bktr: add video_size private option. | Anton Khirnov | 2011-05-27 | 1 | -3/+17 |
* | bktr: factorize returning error codes. | Anton Khirnov | 2011-05-27 | 1 | -7/+15 |
* | lavf: deprecate AVFormatParameters.standard. | Anton Khirnov | 2011-05-25 | 1 | -0/+2 |
* | bktr: add a private option for video standard. | Anton Khirnov | 2011-05-25 | 1 | -5/+27 |
* | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -4/+0 |
* | libavdevice: Define _XOPEN_SOURCE for usleep | Martin Storsjö | 2011-04-21 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Revert removal of _NETBSD_SOURCE definition. | Diego Biurrun | 2010-03-21 | 1 | -0/+1 |
* | Replace BSD-specific integer types by their POSIX equivalents. | Diego Biurrun | 2010-03-12 | 1 | -6/+7 |
* | Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD. | Diego Biurrun | 2010-03-12 | 1 | -1/+0 |
* | Add _NETBSD_SOURCE definition to fix compilation on NetBSD. | Jorge Acereda | 2010-03-03 | 1 | -0/+2 |
* | Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org. | Diego Biurrun | 2009-09-22 | 1 | -1/+1 |
* | Add missing strings.h include needed for strcasecmp. | Reimar Döffinger | 2009-09-19 | 1 | -0/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+3 |
* | Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs, | Reimar Döffinger | 2008-12-13 | 1 | -0/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+2 |
* | Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include. | Diego Biurrun | 2008-03-24 | 1 | -2/+0 |
* | Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H. | Diego Biurrun | 2008-03-20 | 1 | -0/+2 |
* | Introduce libavdevice | Luca Abeni | 2007-11-22 | 1 | -0/+320 |