aboutsummaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* Make sdl_overlay_pix_fmt_map static const.Reimar Döffinger2011-11-051-1/+1
* Make rgb_pixfmt_map const.Reimar Döffinger2011-11-051-2/+2
* v4l2: add libv4l2 support.Clément Bœsch2011-11-051-27/+52
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-053-3/+5
* Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-031-2/+2
* lavd: add v4l and v4l2 aliases.Clément Bœsch2011-10-302-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-281-23/+14
|\
| * pulse: introduce pulseaudio inputLuca Barbato2011-10-264-1/+193
* | Merge remote-tracking branch 'luzero/pulse'Michael Niedermayer2011-10-271-19/+27
|\ \
| * | pulse: set the device from the avformat filenameLuca Barbato2011-10-251-19/+27
* | | pulse: Change application name to LIBAVFORMAT_IDENTMichael Niedermayer2011-10-261-1/+1
* | | pulse: fix application nameMichael Niedermayer2011-10-221-1/+1
* | | Merge remote-tracking branch 'luzero/pulse'Michael Niedermayer2011-10-223-0/+193
|\| |
| * | pulse: cosmeticsLuca Barbato2011-10-191-14/+13
| * | pulse: introduce pulseaudio inputLuca Barbato2011-10-193-0/+194
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-225-4/+255
|\ \ \ | | |/ | |/|
| * | Move timefilter code from lavf to lavd.Anton Khirnov2011-10-214-2/+252
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-212-4/+4
|\| |
| * | 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
| |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-2012-12/+12
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-1912-12/+12
* | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-174-21/+21
* | lavd/lavfi: compute and use the used samples buffer size for the output audio...Stefano Sabatini2011-10-161-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-1313-47/+47
|\|
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-1213-47/+47
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-061-7/+7
|\|
| * Fix 'heigth' vs. 'height' typos.Diego Biurrun2011-10-051-7/+7
* | libcdio: Fix missing avclass in contextchinshou2011-10-031-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-249-96/+83
|\|
| * Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-249-96/+83
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-211-0/+1
|\|
| * alsa: add missing headerAnton Khirnov2011-09-211-0/+1
* | Fix compilation with --disable-everything --enable-outdev=alsa.Carl Eugen Hoyos2011-09-181-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-174-2/+190
|\|
| * lavd: add libcdio-paranoia input device for audio CD grabbingAnton Khirnov2011-09-174-1/+189
* | lavdev/lavfi: reindent after the last commitStefano Sabatini2011-09-161-7/+7
* | lavdev/lavfi: add audio supportStefano Sabatini2011-09-162-23/+67
* | dshow: remove filters from graph before releasing themRamiro Polla2011-09-161-16/+16
* | dshow: reset list for each filter removedRamiro Polla2011-09-161-1/+3
* | dshow: invert condition to avoid leaking objectsRamiro Polla2011-09-161-3/+3
* | dshow: cleanup internal references on capture interfaceRamiro Polla2011-09-162-2/+14
* | dshow: release pin on disconnectRamiro Polla2011-09-161-0/+1
* | dshow: indentRamiro Polla2011-09-161-11/+11
* | dshow: add option to list audio/video optionsRamiro Polla2011-09-162-1/+63
* | dshow: add audio/video optionsRamiro Polla2011-09-164-1/+212
* | dshow: initialize variable to prevent releasing random dataRamiro Polla2011-09-161-1/+1
* | dshow: factorise cycling through pinsRamiro Polla2011-09-161-26/+47
* | dshow: indentRamiro Polla2011-09-121-9/+9
* | dshow: add option to list devicesRamiro Polla2011-09-121-1/+40