summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* avdevice/oss_audio: Check SNDCTL_DSP_GETFMTS failure, print a warning but con...Michael Niedermayer2014-07-311-0/+3
* v4l2enc: adding AVClassAnshul Maheswhwari2014-07-311-0/+1
* avdevice/pulse_audio_enc: use getter function for AVFrame.channelsMichael Niedermayer2014-07-281-1/+1
* lavd/lavfi: work with non-mappable files for graph_file optionAndrey Utkin2014-07-231-15/+15
* Merge commit 'd6e1d37100af568211f28ec0bcf7958a3a2a299e'Michael Niedermayer2014-07-195-211/+324
|\
| * oss_audio: Split muxer and demuxerNidhi Makhijani2014-07-185-202/+312
* | oss_audio: use a macro to simplify ioctl() error checkingTimothy Gu2014-07-191-13/+14
* | Merge commit 'c0de9159a7ba5707aa0a5c2bc73ae78b7b87ec46'Michael Niedermayer2014-07-184-4/+4
|\ \ | |/
| * avdevice: Give names to anonymously typedeffed structsDiego Biurrun2014-07-184-4/+4
* | lavd/x11grab: reindent after last commit.Nicolas George2014-07-171-2/+2
* | lavd/x11grab: add an option to disable MIT-SHM.Nicolas George2014-07-171-1/+4
* | lavd/x11grab: check 32-bits color masks.Nicolas George2014-07-171-1/+10
* | lavd/x11grab: change error code for unsupported visuals.Nicolas George2014-07-171-3/+3
* | lavd/x11grab: disable drawing mouse without XFixes.Nicolas George2014-07-171-2/+9
* | avdevice/avfoundation: kCVPixelFormatType_OneComponent8 only exists from 10.8...Hanspeter Niederstrasser2014-07-161-0/+2
* | avutil & avdevice: remove av_bprint_fd_contents()Michael Niedermayer2014-07-151-23/+16
* | avdevice/pulse_audio_dec: reimplement using the non simple APIMichael Niedermayer2014-07-092-54/+235
* | avdevice/lavfi: add io.h, should fix msvc buildMichael Niedermayer2014-07-081-0/+3
* | avdevice/oss_audio: Add #if HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer2014-07-081-0/+2
* | protect unistd.h with #if HAVE_UNISTD_H in code from recent av_bprint_fd_cont...Michael Niedermayer2014-07-081-1/+4
* | avdevice/lavfi: allow non-mmappable files for graph_fileAndrey Utkin2014-07-071-16/+17
* | avdevice/pulse_audio_dec: clear pa_simple pointer after deallocationMichael Niedermayer2014-07-031-0/+1
* | avdevice/xv: fix missing {Michael Niedermayer2014-06-301-1/+1
* | lavd/xv: handle delete window messageLukasz Marek2014-06-301-0/+16
* | lavd/avfoundation: Support user selected pixel formats and pixel format autos...sfan52014-06-121-3/+92
* | avdevice/lavfi: Use av_malloc_array()Michael Niedermayer2014-06-071-1/+1
* | fix various typosLou Logan2014-06-031-5/+5
* | avdevice/v4l2: Use av_malloc_array()Michael Niedermayer2014-05-221-2/+2
* | lavd/jack_audio: use av_fifo_alloc_arrayLukasz Marek2014-05-201-2/+2
* | lavd: Use av_gettime_relative()Olivier Langlois2014-05-181-4/+1
* | Merge commit '449511740f06a4675b0066730fa45cdb764ffafc'Michael Niedermayer2014-05-131-2/+0
|\ \ | |/
| * build: handle library dependencies in configureJanne Grunau2014-05-131-1/+0
* | lavd/jack_audio: use av_fifo_freepLukasz Marek2014-05-071-6/+6
* | lavd/xv: reident after previous commitsLukasz Marek2014-05-021-12/+11
* | lavd/opengl_enc: fix window size correction codeLukasz Marek2014-05-021-2/+2
* | lavd/opengl_enc: add window size paramLukasz Marek2014-05-022-3/+14
* | lavd/opengl_enc: use flag to mark inited contextLukasz Marek2014-05-021-2/+4
* | lavd/opengl_enc: fix pixel data alignmentLukasz Marek2014-04-301-0/+2
* | lavd/pulse_audio_enc: respect minreq while checking buffer fullnessLukasz Marek2014-04-301-1/+1
* | lavd/pulse_audio_enc: signal that buffer is still writable after writeLukasz Marek2014-04-301-0/+4
* | lavd/pulse_audio_enc: add pointer checksLukasz Marek2014-04-301-2/+4
* | lavd/pulse_audio_enc: add more buffer attributesLukasz Marek2014-04-301-0/+16
* | lavd/fbdev_dec: implement fbdev_get_device_list callbackLukasz Marek2014-04-301-0/+6
* | lavd/fbdev_enc: move list device code to fbdev_commonLukasz Marek2014-04-303-55/+67
* | lavd/fbdev_enc: remove redundant assignmentsLukasz Marek2014-04-301-5/+2
* | Fix convertion typosMichael Niedermayer2014-04-291-1/+1
* | lavd/fbdev_enc: fix not closed handlesLukasz Marek2014-04-271-1/+2
* | avdevice/qtkit: fix includeMichael Niedermayer2014-04-241-1/+1
* | avdevice/jack_audio: use av_malloc_array()Michael Niedermayer2014-04-231-1/+1
* | Various small spelling fixes.Reimar Döffinger2014-04-221-7/+7