96 Commits (a8f9d52c227841929959cd414398cfa426b6024e)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Andreas Rheinhardt b800327f4c avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat 8 months ago
Anton Khirnov 1e7d2007c3 all: use designated initializers for AVOption.unit 9 months ago
Anton Khirnov 70ecb8238c lavd: deprecate the bktr device 10 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Andreas Rheinhardt 72c601e0f7 avutil/internal: Move avpriv-file API to a header of its own 2 years ago
Andreas Rheinhardt d92f38c179 avdevice: Constify all devices 4 years ago
Marton Balint 2d32aed85c avdevice: use av_gettime_relative() for elapsed time calculations 4 years ago
Jun Zhao 3aeb681f07 libavdevice: Update the class name as uniform style 5 years ago
Marton Balint 4bb0409820 avdevice: migrate to AVFormatContext->url 7 years ago
Diego Biurrun 2f806622e1 bktr: Use memset(0) instead of zero initialization for struct sigaction 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Himangi Saraogi 81ef46020f bktr: Use av_strerror and propagate error codes 10 years ago
Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 10 years ago
Timothy Gu 25cb697d0c bktr: Fix Fabrice's name 10 years ago
Diego Biurrun c0de9159a7 avdevice: Give names to anonymously typedeffed structs 10 years ago
Lukasz Marek f607767d93 lavd: add categories to device implementations 11 years ago
Martin Storsjö cb0244daac bktr: Changed a missed occurrance of open into avpriv_open 11 years ago
Rémi Denis-Courmont 71bf6b41d9 libavdevice: use avpriv_open() 11 years ago
Martin Storsjö fe2661121e bktr: Add missing includes for av_gettime() 12 years ago
Paul B Mahol b3b46cd74e bktr: add missing #include for av_gettime() 12 years ago
Michael Niedermayer 4f1d7cc0ed bktr: fix warning: missing braces around initializer 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 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
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Nicolas George 9bcd70aa23 bktr: use AV_OPT_TYPE_IMAGE_SIZE. 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Martin Storsjö 3607ed70d5 Remove leftover includes of strings.h 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
Stefano Sabatini 41b68dce4d lavdev: improve feedback in case of invalid frame rate/size 14 years ago
Stefano Sabatini da51a7c69c bktr: prefer "framerate" over "fps" for grab_read_header() 14 years ago
Anton Khirnov 367732832f lavf,lavc: free avoptions in a generic way. 14 years ago
Anton Khirnov 1572484f62 bktr: don't error when AVFormatParameters.time_base isn't set. 14 years ago
Anton Khirnov bd7c1d35a6 bktr: get default framerate from video standard. 14 years ago
Anton Khirnov 3e3db4d93d bktr: add a framerate private option. 14 years ago
Stefano Sabatini 6b899e16de lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h 14 years ago
Anton Khirnov 33e0369672 bktr: add video_size private option. 14 years ago
Anton Khirnov 3577416212 bktr: factorize returning error codes. 14 years ago
Anton Khirnov fc68a8f703 lavf: deprecate AVFormatParameters.standard. 14 years ago
Anton Khirnov e199eb44fd bktr: add a private option for video standard. 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Martin Storsjö 32a128522a libavdevice: Define _XOPEN_SOURCE for usleep 14 years ago