| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '71bf6b41d974229a06921806c333ce98566a5d8a' | Michael Niedermayer | 2013-08-08 | 1 | -2/+3 |
|\ |
|
| * | libavdevice: use avpriv_open() | Rémi Denis-Courmont | 2013-08-07 | 1 | -2/+3 |
* | | oss: warn when non block mode cannot be enabled. | Michael Niedermayer | 2012-11-05 | 1 | -2/+5 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -2/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-29 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Add missing libavutil/time.h includes. | Anton Khirnov | 2012-07-28 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-20 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Remove unnecessary inclusions of [sys/]time.h | Mans Rullgard | 2012-06-20 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-24 | 1 | -20/+17 |
|\ \
| |/ |
|
| * | Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. | Diego Biurrun | 2011-09-24 | 1 | -20/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-15 | 1 | -7/+0 |
|\ \
| |/ |
|
| * | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov | 2011-08-15 | 1 | -7/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-09 | 1 | -7/+0 |
|\ \
| |/ |
|
| * | libavdevice: Remove disabled code. | Diego Biurrun | 2011-07-07 | 1 | -7/+0 |
| * | oss,sndio: simplify by using FFMIN. | Reimar Döffinger | 2011-06-09 | 1 | -3/+1 |
* | | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h | Stefano Sabatini | 2011-05-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-26 | 1 | -4/+22 |
|\ \
| |/ |
|
| * | lavf: deprecate AVFormatParameters.{channels,sample_rate}. | Anton Khirnov | 2011-05-25 | 1 | -0/+2 |
| * | oss: add channels and sample_rate private options. | Anton Khirnov | 2011-05-25 | 1 | -4/+20 |
| * | 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 | -2/+2 |
* | | Simplify: Use FFMIN. | Reimar Döffinger | 2011-03-29 | 1 | -3/+1 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+2 |
|/ |
|
* | Define macro AV_NE() and use it in libavdevice. | Stefano Sabatini | 2010-08-17 | 1 | -5/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) = | Stefano Sabatini | 2010-03-25 | 1 | -1/+1 |
* | Indent. | Ramiro Polla | 2010-02-21 | 1 | -1/+1 |
* | Do not invent error codes but pass the error code on. | Michael Niedermayer | 2009-11-27 | 1 | -2/+2 |
* | Replace very odd and completely broken oss read_packet() by the obvious way to | Michael Niedermayer | 2009-11-27 | 1 | -24/+5 |
* | Do not do free AVStream in case of error, this is not supposed to be | Vitor Sessak | 2009-09-12 | 1 | -1/+0 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -2/+2 |
* | Make the configure script select the input/output devices using | Stefano Sabatini | 2009-06-29 | 1 | -2/+2 |
* | Rename audio.c to oss_audio.c in libavdevice. | Benoit Fouet | 2009-01-21 | 1 | -0/+349 |