386 Commits (c201069fac9a76e6604f9d84d76a172434d62200)

Author SHA1 Message Date
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Martin Storsjö fdaacc5932 sndio_dec: Add missing includes for av_gettime() 12 years ago
Martin Storsjö fe2661121e bktr: Add missing includes for av_gettime() 12 years ago
Anton Khirnov d8b31be6ca Add the bumps and APIchanges entries for reference counted buffers changes. 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Luca Barbato 43e0e0c4e5 libcdio: support recent cdio-paranoia 12 years ago
Anton Khirnov 49dc82eef7 v4l2: do not assert on a value received from outside of Libav 12 years ago
Anton Khirnov 838b849e70 v4l2: set the average framerate instead of codec timebase. 12 years ago
Anton Khirnov 246da0b135 v4l2: avoid pointless indirection. 12 years ago
Clément Bœsch 3048fae63c build: Avoid detecting bogus components named 'x' 12 years ago
Diego Biurrun c73c87b412 cosmetics: Prettyprint codec/format/filter registration files 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Michael Niedermayer e1c804d883 dv1394: Swap the min and max values of the 'standard' option 12 years ago
Anton Khirnov 22c8cbc0da lavu,lavd: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 62ae37decd timefilter: De-doxygenize normal code comments and drop silly ones 12 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 12 years ago
Diego Biurrun 14d3e7ad11 Remove some silly disabled code. 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS 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
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 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
Diego Biurrun 24f8961f93 x11grab: cosmetics: consistent naming for x11grab-related things 12 years ago
Diego Biurrun 2047e40e6e Clarify Doxygen comment for FF_API_* #defines. 13 years ago
Diego Biurrun 86ab7b0f2f Create version.h headers for libraries that lack them 13 years ago
Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 13 years ago
Diego Biurrun d246c18ea6 Avoid C99 variable declarations within for statements. 13 years ago
Sean McGovern 8772997d10 jack: update to new latency range API as the old one has been deprecated 13 years ago
Diego Biurrun 9eb83a56aa build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. 13 years ago
Diego Biurrun 3dde147ff9 cosmetics: Consistently place static, inline and av_cold attributes/keywords. 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Antonio Ospite d3958ab4ed x11grab: fix a memory leak exposed by valgrind 13 years ago
Anton Khirnov 87392b1fd5 libcdio: add a forgotten AVClass to the private context. 13 years ago
Diego Biurrun cfac648e6a doxygen: Remove documentation for non-existing parameters; misc small fixes. 13 years ago
Yordan Makariev 0c5d78a898 4xm, timefilter: K&R formatting cosmetics 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov 941e9f2238 lavd: remove deprecated v4l grab device. 13 years ago
Luca Barbato b6db385922 v4l2: use C99 struct initializer 13 years ago
Luca Barbato 0efd48dfd1 v4l2: poll the file descriptor 13 years ago
Luca Barbato b8c310cb0a v4l2: support compressed formats 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Janne Grunau f13a9ca906 v4l2: use V4L2_FMT_FLAG_EMULATED only if it is defined 13 years ago
Luca Barbato a6a4793d04 v4l2: list available formats 13 years ago
Luca Barbato cd2bbad303 v4l2: set the proper codec_tag 13 years ago