20 Commits (c946e8d92153515e045f82c2ca722c73b419eeef)

Author SHA1 Message Date
Andreas Rheinhardt 2b41463b87 avformat/internal: Don't include avcodec.h 2 years ago
Anton Khirnov 368f50404d jack: port to new channel layout API 3 years ago
Anton Khirnov d46fd9640f lavd/jack: switch to the new FIFO API 3 years ago
Anton Khirnov 007819a5bc lavd/jack: increase buffer size for snprintf() 3 years ago
Andreas Rheinhardt d92f38c179 avdevice: Constify all devices 4 years ago
Marton Balint 4bb0409820 avdevice: migrate to AVFormatContext->url 7 years ago
Diego Biurrun 5a969f64b9 jack: Drop support for old (2012) JACK versions 8 years ago
Josh de Kock c2fcf4fa0b avdev/jack: remove duplicated dispatch macros 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Josh de Kock 67f8a0be54 configure&avdevice/jack: Fixed issue #43 JACK indev support on OSX 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Vittorio Giovara bc1eace1b3 jack: Check memory allocation 10 years ago
Federico Tomassetti 386e2755aa jack: Check memory allocation 10 years ago
Diego Biurrun 8d26c193fb avdevice: Apply a more consistent file naming scheme 10 years ago
Diego Biurrun c201069fac avdevice: Add missing header for NULL_IF_CONFIG_SMALL 10 years ago
Luca Barbato 2cd28693a5 jack: Use av_strerror 10 years ago
Diego Biurrun c0de9159a7 avdevice: Give names to anonymously typedeffed structs 10 years ago
Lukasz Marek 51bad41a13 lavd/jack_audio: use av_fifo_alloc_array 11 years ago
Lukasz Marek 75a19f5eec lavd/jack_audio: use av_fifo_freep 11 years ago
Michael Niedermayer 0bfb1e9238 avdevice/jack_audio: use av_malloc_array() 11 years ago
Lukasz Marek f607767d93 lavd: add categories to device implementations 11 years ago
Derek Buitenhuis 327c439f81 timefilter: Handle memory allocation failure 11 years ago
Derek Buitenhuis 6ef30976e0 timefilter: Handle memory allocation failure 11 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Anton Khirnov c4ef6a3e4b Add missing libavutil/time.h includes. 12 years ago
Sean McGovern 8772997d10 jack: update to new latency range API as the old one has been deprecated 13 years ago
Nicolas George 3073aadf2d timefilter: internally compute feedback factors. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 5dd35b43f1 Move timefilter code from lavf to lavd. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Diego Biurrun 30b4ee7901 Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 13 years ago
Anton Khirnov a7c93dae55 jack: add 'channels' private option. 13 years ago
Stefano Sabatini 6b899e16de lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Carl Eugen Hoyos 34bcada424 Fix icc warning #188: enumerated type mixed with another type. 16 years ago
Olivier Guilyardi 80ff8a16f5 Implement JACK input device. 16 years ago