summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAge
* build: handle library dependencies in configureJanne Grunau2014-05-13
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-26
* configure: Prefix libc-related variables with "libc_"Diego Biurrun2013-12-09
* alsa-audio-dec: explicitly cast the delay to a signed int64Anton Khirnov2013-12-03
* timefilter: Handle memory allocation failureDerek Buitenhuis2013-10-29
* libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö2013-08-10
* bktr: Changed a missed occurrance of open into avpriv_openMartin Storsjö2013-08-10
* libavdevice: use avpriv_open()Rémi Denis-Courmont2013-08-07
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* silly typo fixesDiego Biurrun2013-05-03
* sndio_dec: Add missing includes for av_gettime()Martin Storsjö2013-03-24
* bktr: Add missing includes for av_gettime()Martin Storsjö2013-03-23
* Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov2013-03-08
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* libcdio: support recent cdio-paranoiaLuca Barbato2013-01-17
* v4l2: do not assert on a value received from outside of LibavAnton Khirnov2013-01-13
* v4l2: set the average framerate instead of codec timebase.Anton Khirnov2013-01-13
* v4l2: avoid pointless indirection.Anton Khirnov2013-01-13
* build: Avoid detecting bogus components named 'x'Clément Bœsch2013-01-03
* cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun2012-12-28
* miscellaneous typo fixesDiego Biurrun2012-12-21
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* dv1394: Swap the min and max values of the 'standard' optionMichael Niedermayer2012-11-02
* lavu,lavd: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* timefilter: De-doxygenize normal code comments and drop silly onesDiego Biurrun2012-10-07
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* Remove some silly disabled code.Diego Biurrun2012-10-01
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-28
* x11grab: cosmetics: consistent naming for x11grab-related thingsDiego Biurrun2012-07-28
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-04
* Create version.h headers for libraries that lack themDiego Biurrun2012-07-04
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* Avoid C99 variable declarations within for statements.Diego Biurrun2012-06-14
* jack: update to new latency range API as the old one has been deprecatedSean McGovern2012-06-13
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-07
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-04
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* x11grab: fix a memory leak exposed by valgrindAntonio Ospite2012-03-16
* libcdio: add a forgotten AVClass to the private context.Anton Khirnov2012-03-04
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-28
* 4xm, timefilter: K&R formatting cosmeticsYordan Makariev2012-02-10