summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* 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
* | dshow: factorise cycling through devicesRamiro Polla2011-09-121-14/+39
* | alsa: increase max buffer sizeMichael Niedermayer2011-09-121-1/+1
* | dshow: properly disconnect and remove filters from graphRamiro Polla2011-09-061-4/+14
* | dshow: remove some unused codeRamiro Polla2011-09-061-6/+1
* | vfwcap: actually use framerate optionRamiro Polla2011-09-061-0/+5
* | lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...Stefano Sabatini2011-09-061-1/+1
* | lavfi: unify asink_buffer and vsink_buffer APIStefano Sabatini2011-09-061-8/+18
* | openal-dec: fix missing list_devices unit for list_devices AVOptionMichael Niedermayer2011-09-021-1/+1
* | Do not free BITMAPINFOHEADER before we are done using it.Reimar Döffinger2011-09-011-17/+15
* | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-09-011-8/+2
* | lavdev/lavfi: add debug traces in lavfi_read_packet()Stefano Sabatini2011-08-311-0/+3
* | lavdev/lavfi: set sample aspect ratio in the output stream/codec contextStefano Sabatini2011-08-211-0/+2
* | lavdev/lavfi: specify pos in the output packetsStefano Sabatini2011-08-201-0/+1
* | lavdev/lavfi: initialize variable, fix warningStefano Sabatini2011-08-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-1511-113/+18
|\ \ | |/
| * 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
* | lavdev/lavfi: correctly set the inout pad index when linking a filter to the ...Stefano Sabatini2011-08-141-1/+1
* | lavdev: add libavfilter virtual input deviceStefano Sabatini2011-08-114-1/+286
* | alsa: remove too unused variables.Clément Bœsch2011-08-101-2/+0