summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAge
...
* 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
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavd: remove deprecated v4l grab device.Anton Khirnov2012-01-24
* v4l2: use C99 struct initializerLuca Barbato2012-01-10
* v4l2: poll the file descriptorLuca Barbato2012-01-10
* v4l2: support compressed formatsLuca Barbato2012-01-10
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* v4l2: use V4L2_FMT_FLAG_EMULATED only if it is definedJanne Grunau2012-01-04
* v4l2: list available formatsLuca Barbato2012-01-04
* v4l2: set the proper codec_tagLuca Barbato2012-01-04
* v4l2: refactor device_openLuca Barbato2012-01-04
* v4l2: simplify away io_methodLuca Barbato2012-01-04
* v4l2: cosmeticsLuca Barbato2012-01-04
* v4l2: uniform and format optionsLuca Barbato2012-01-04
* v4l2: do not force interlaced modeLuca Barbato2012-01-04
* v4l2: remove unneded linux specific asm/types.h includeJanne Grunau2011-12-27
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-13
* Add basic libavdevice documentation.Anton Khirnov2011-12-12
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* cosmetics: drop some completely pointless parenthesesDiego Biurrun2011-12-07
* misc Doxygen markup improvementsDiego Biurrun2011-12-05
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Make channel layout masks unsignedMans Rullgard2011-11-25
* pulse: compute frame_duration once and fix itLuca Barbato2011-11-14
* Remove leftover includes of strings.hMartin Storsjö2011-11-06
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* pulse: introduce pulseaudio inputLuca Barbato2011-10-26
* Move timefilter code from lavf to lavd.Anton Khirnov2011-10-21
* lavf: use avpriv_ prefix for some dv functions.Anton Khirnov2011-10-20
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-20
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19