1 Commits (45df7adc1d9b7e8fbae5af9328baa6ab3562002b)

Author SHA1 Message Date
Diego Biurrun 8d26c193fb avdevice: Apply a more consistent file naming scheme 10 years ago
Timothy Gu b7c77912b6 oss_audio: use a macro to simplify ioctl() error checking 10 years ago
Nidhi Makhijani d6e1d37100 oss_audio: Split muxer and demuxer 10 years ago
Diego Biurrun c0de9159a7 avdevice: Give names to anonymously typedeffed structs 10 years ago
Rémi Denis-Courmont 71bf6b41d9 libavdevice: use avpriv_open() 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
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Anton Khirnov c4ef6a3e4b Add missing libavutil/time.h includes. 12 years ago
Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 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 c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 13 years ago
Diego Biurrun f9853c1b9c libavdevice: Remove disabled code. 14 years ago
Reimar Döffinger c673c90515 oss,sndio: simplify by using FFMIN. 14 years ago
Anton Khirnov bffd4dd1d3 lavf: deprecate AVFormatParameters.{channels,sample_rate}. 14 years ago
Anton Khirnov 003e63b6df oss: add channels and sample_rate private options. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Stefano Sabatini 4f2d2e4ed9 Define macro AV_NE() and use it in libavdevice. 14 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Stefano Sabatini bd01c39330 Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) = 15 years ago
Ramiro Polla 802da0b490 Indent. 15 years ago
Michael Niedermayer d3298350bb Do not invent error codes but pass the error code on. 15 years ago
Michael Niedermayer fed0c2fb71 Replace very odd and completely broken oss read_packet() by the obvious way to 15 years ago
Vitor Sessak 600b9c5c8c Do not do free AVStream in case of error, this is not supposed to be 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Stefano Sabatini 38e54a75ab Make the configure script select the input/output devices using 16 years ago
Benoit Fouet 33054e35e3 Rename audio.c to oss_audio.c in libavdevice. 16 years ago
Benoit Fouet 0c26e964e9 Use avf context in av_log, instead of NULL. 16 years ago
Benoit Fouet d99b81664b Pass avf context to audio_open(). 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Alexis Ballier d84b1cb3da Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0. 16 years ago
Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
Benoit Fouet c57c489753 Change OSS long names. 17 years ago
Benoit Fouet 0f680571fa Remove useless 'channels' assignment. 17 years ago
Erik Hovland 72e043dd0f One-bit bitfields should probably be unsigned. Unfortunately, it is left 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun 4f78608632 #include required headers directly. 17 years ago
Diego Biurrun 362b3bf757 Remove unneeded sys/mman.h #include. 17 years ago
Diego Biurrun b00675499c Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H. 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Luca Abeni c721d803cb Introduce libavdevice 17 years ago
Luca Abeni 9f74582cea Do not use perror() in audio, video, and DV grabbers 17 years ago
Ramiro Polla 1156c6b05f Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos. 17 years ago