summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release/0.8' into release/0.7Michael Niedermayer2011-11-211-1/+1
|\
| * v4l2: fix uninitialized variableMichael Niedermayer2011-11-181-1/+1
* | Merge branch 'release/0.8' into release/0.7Michael Niedermayer2011-09-223-17/+20
|\ \ | |/
| * Merge remote-tracking branch 'khirnov/release/0.7' into release/0.8Michael Niedermayer2011-09-222-0/+5
| |\
| | * alsa: limit buffer_size to 32768 frames.Justin Ruggles2011-09-112-0/+3
| | * alsa: fallback to buffer_size/4 for period_size.Justin Ruggles2011-09-111-0/+2
| | * alsa: support unsigned variants of already supported signed formats.Carl Eugen Hoyos2011-06-231-0/+7
| | * alsa: add support for more formats.Carl Eugen Hoyos2011-06-231-0/+10
| | * x11grab: remove a memory allocation and the associated memcpy.Sven C. Dack2011-06-121-7/+3
| | * oss,sndio: simplify by using FFMIN.Reimar Döffinger2011-06-092-6/+2
| * | Do not free BITMAPINFOHEADER before we are done using it.Reimar Döffinger2011-09-211-17/+15
* | | Merge branch 'master' into oldabiMichael Niedermayer2011-06-1629-465/+2802
|\ \ \ | |/ /
| * | v4l2: set default standard to NULLStefano Sabatini2011-06-071-1/+1
| * | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-066-15/+1
| |\ \ | | |/
| | * v4l2: do not force NTSC as standardLuca Barbato2011-06-051-1/+1
| | * lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-056-15/+0
| * | sdl: align option fields after last commitStefano Sabatini2011-06-051-2/+2
| * | sdl: use the filename for defining the window title, if not specifiedStefano Sabatini2011-06-052-2/+4
| * | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-055-271/+204
| |\ \ | | |/
| | * x11grab: add framerate private option.Anton Khirnov2011-06-041-10/+14
| | * fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.Anton Khirnov2011-06-042-3/+3
| | * bktr: don't error when AVFormatParameters.time_base isn't set.Anton Khirnov2011-06-041-5/+0
| * | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-042-12/+24
| |\ \ | | |/
| | * Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini2011-06-031-1/+1
| | * bktr: get default framerate from video standard.Anton Khirnov2011-06-031-11/+23
| * | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-036-242/+339
| |\ \ | | |/
| | * Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-032-6/+1
| | * Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun2011-06-031-6/+2
| | * v4l2: remove one forgotten use of AVFormatParameters.pix_fmt.Anton Khirnov2011-06-021-1/+1
| | * vfwcap: add a framerate private option.Anton Khirnov2011-06-021-6/+10
| | * v4l2: add a framerate private option.Anton Khirnov2011-06-021-12/+20
| | * libdc1394: add a framerate private option.Anton Khirnov2011-06-021-9/+18
| | * fbdev: add a framerate private option.Anton Khirnov2011-06-021-12/+36
| | * bktr: add a framerate private option.Anton Khirnov2011-06-021-11/+13
| * | v4l2: rewrite code iterating the supported standardsStefano Sabatini2011-05-301-9/+7
| * | v4l2: perform minor style fixesStefano Sabatini2011-05-301-3/+3
| * | v4l2: replace memset() with explicit struct initializationStefano Sabatini2011-05-301-16/+8
| * | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-301-1/+1
| |\ \ | | |/
| | * v4l2: don't leak video standard string on error.Anton Khirnov2011-05-291-1/+1
| * | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-292-3/+28
| |\ \ | | |/
| | * v4l2: add a pixel_format private option.Anton Khirnov2011-05-271-3/+15
| | * libdc1394: add a pixel_format private option.Anton Khirnov2011-05-271-1/+13
| * | v4l2: create file @doxy from text in the copyright headerStefano Sabatini2011-05-281-8/+11
| * | v4l2: remove pointless empty linesStefano Sabatini2011-05-281-14/+0
| * | v4l2: set default standard to NULLStefano Sabatini2011-05-281-1/+1
| * | v4l2: use OFFSET macro when setting optionsStefano Sabatini2011-05-281-2/+3
| * | lavdev: add SDL output deviceStefano Sabatini2011-05-284-1/+231
| * | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-275-49/+175
| |\ \ | | |/
| | * x11grab: add video_size private option.Anton Khirnov2011-05-271-9/+39
| | * x11grab: factorize returning error codes.Anton Khirnov2011-05-271-9/+19