summaryrefslogtreecommitdiffstats
path: root/libavdevice/jack_audio.c
Commit message (Expand)AuthorAgeFilesLines
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-281-0/+1
* jack: update to new latency range API as the old one has been deprecatedSean McGovern2012-06-131-0/+6
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* Move timefilter code from lavf to lavd.Anton Khirnov2011-10-211-1/+1
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-241-9/+8
* 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
* 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