summaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-041-2/+2
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* x11grab: fix a memory leak exposed by valgrindAntonio Ospite2012-03-161-0/+4
* libcdio: add a forgotten AVClass to the private context.Anton Khirnov2012-03-041-0/+1
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-281-1/+0
* 4xm, timefilter: K&R formatting cosmeticsYordan Makariev2012-02-101-46/+48
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-2713-23/+19
* lavd: remove deprecated v4l grab device.Anton Khirnov2012-01-244-374/+0
* v4l2: use C99 struct initializerLuca Barbato2012-01-101-33/+25
* v4l2: poll the file descriptorLuca Barbato2012-01-101-0/+15
* v4l2: support compressed formatsLuca Barbato2012-01-101-3/+8
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-072-2/+2
* v4l2: use V4L2_FMT_FLAG_EMULATED only if it is definedJanne Grunau2012-01-041-0/+2
* v4l2: list available formatsLuca Barbato2012-01-041-7/+92
* v4l2: set the proper codec_tagLuca Barbato2012-01-041-0/+3
* v4l2: refactor device_openLuca Barbato2012-01-041-36/+36
* v4l2: simplify away io_methodLuca Barbato2012-01-041-40/+5
* v4l2: cosmeticsLuca Barbato2012-01-041-45/+94
* v4l2: uniform and format optionsLuca Barbato2012-01-041-5/+5
* v4l2: do not force interlaced modeLuca Barbato2012-01-041-2/+8
* v4l2: remove unneded linux specific asm/types.h includeJanne Grunau2011-12-271-1/+0
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-131-2/+0
* Add basic libavdevice documentation.Anton Khirnov2011-12-121-0/+22
* Fix a bunch of common typos.Diego Biurrun2011-12-112-2/+2
* cosmetics: drop some completely pointless parenthesesDiego Biurrun2011-12-071-2/+2
* misc Doxygen markup improvementsDiego Biurrun2011-12-052-3/+3
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-3013-13/+25
* Make channel layout masks unsignedMans Rullgard2011-11-251-2/+2
* pulse: compute frame_duration once and fix itLuca Barbato2011-11-141-3/+4
* Remove leftover includes of strings.hMartin Storsjö2011-11-063-3/+0
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-061-2/+2
* pulse: introduce pulseaudio inputLuca Barbato2011-10-264-1/+193
* Move timefilter code from lavf to lavd.Anton Khirnov2011-10-214-2/+252
* lavf: use avpriv_ prefix for some dv functions.Anton Khirnov2011-10-201-3/+3
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-201-1/+1
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-1912-12/+12
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-1213-47/+47
* Fix 'heigth' vs. 'height' typos.Diego Biurrun2011-10-051-7/+7
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-249-96/+83
* alsa: add missing headerAnton Khirnov2011-09-211-0/+1
* lavd: add libcdio-paranoia input device for audio CD grabbingAnton Khirnov2011-09-174-1/+189
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-1511-122/+0
* jack: add 'channels' private option.Anton Khirnov2011-08-151-6/+18
* x11grab: add show_region AVOption.Yu-Jie Lin2011-07-311-0/+87
* x11grab: add follow_mouse AVOption.Yu-Jie Lin2011-07-311-3/+59
* doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-151-1/+1
* alsa: limit buffer_size to 32768 frames.Justin Ruggles2011-07-092-0/+3
* alsa: fallback to buffer_size/4 for period_size.Justin Ruggles2011-07-091-0/+2
* x11grab: replace undocumented nomouse hackery with a private option.Anton Khirnov2011-07-081-3/+4
OpenPOWER on IntegriCloud