37 Commits (1bbbbb0a329264a71ac5468da8bb9190725524da)

Author SHA1 Message Date
Michael Niedermayer e1c804d883 dv1394: Swap the min and max values of the 'standard' option 12 years ago
Michael Niedermayer ebfc212b02 dv1394: fix order of AVOption fields 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 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
Martin Storsjö 3607ed70d5 Remove leftover includes of strings.h 13 years ago
Anton Khirnov ab88b25f99 lavf: use avpriv_ prefix for some dv functions. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 13 years ago
Diego Biurrun f190f676bc Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
Diego Biurrun 2366462429 Replace #ifdef + av_log() combinations by av_dlog(). 14 years ago
Stefano Sabatini 6b899e16de lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h 14 years ago
Anton Khirnov d20576d01b lavf: deprecate AVFormatParameters.channel. 14 years ago
Anton Khirnov 986f4f4918 dv1394: add a private option for channel. 14 years ago
Anton Khirnov fc68a8f703 lavf: deprecate AVFormatParameters.standard. 14 years ago
Anton Khirnov eb040dbbd3 dv1394: add a private option for video standard. 14 years ago
Reimar Döffinger 148ffcd2ce Make DV (sub) demuxer set proper pkt->pos values. 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
Diego Biurrun 29a717aef2 Use '#include <poll.h>' instead of '#include <sys/poll.h>'. 16 years ago
Aurelien Jacobs ea452b54f0 strcasecmp() requires #include <strings.h> 16 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 0e58bf670d Remove #ifdef HAVE_SYS_MMAN_H around 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
Luca Abeni c721d803cb Introduce libavdevice 17 years ago
Luca Abeni 9f74582cea Do not use perror() in audio, video, and DV grabbers 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
Ramiro Polla cc58300e30 implement new grabbing interface, as described here: 18 years ago
Baptiste Coudurier 4abc097146 remove void * used in arithmetic warnings 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 19 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 19 years ago
Diego Biurrun 6c953a6af3 Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate. 19 years ago
Steve L'Homme 267f7edcd1 (f)printf --> av_log conversion 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO 21 years ago
Roman Shaposhnik 8066e59fa4 * enabling seek in raw DV files 21 years ago
Michel Bardiaux bc874daea8 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Roman Shaposhnik ddaae6a9d1 * DV demuxer is now capable of decoding auxilary audio stream. So, 21 years ago
Roman Shaposhnik 7458ccbb02 * DV handling was streamlined for both muxing/demuxing and 21 years ago
Roman Shaposhnik 1fbe1a61b1 patch for DV capturing by Dan Dennedy <dan at dennedy dot org> 22 years ago
Alex Beregszaszi e3ee328330 tv standard selection support for dv1394 and grab (v4l) 22 years ago
Alex Beregszaszi cad6f6cdee 1000l 22 years ago
Roman Shaposhnik e738cee9c4 Complete support for OpenDML AVIs and AVIs > 2Gb. 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago