summaryrefslogtreecommitdiffstats
path: root/libavdevice/jack_audio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
|\
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-291-0/+1
|\ \ | |/
| * Add missing libavutil/time.h includes.Anton Khirnov2012-07-281-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-0/+6
|\ \ | |/
| * jack: update to new latency range API as the old one has been deprecatedSean McGovern2012-06-131-0/+6
* | timefilter: internally compute feedback factors.Nicolas George2012-03-051-4/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
|\ \ | |/
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-121-1/+1
|\ \ | |/
| * Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-1/+2
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-221-1/+2
|\ \ | |/
| * Move timefilter code from lavf to lavd.Anton Khirnov2011-10-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-1/+1
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-9/+8
|\ \ | |/
| * Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-241-9/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-6/+18
|\ \ | |/
| * jack: add 'channels' private option.Anton Khirnov2011-08-151-6/+18
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-271-1/+1
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-141-1/+1
* Implement JACK input device.Olivier Guilyardi2009-04-021-0/+326
OpenPOWER on IntegriCloud