summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAge
* avdevice/v4l: remove duplicate includeMichael Niedermayer2013-09-21
* lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns EINVAL without a valid matchmrlika2013-09-17
* lavd/v4l2: Improve debug messageGiorgio Vazzana2013-09-08
* Read h264 headers from v4l2 to allow stream-copying.Carl Eugen Hoyos2013-09-01
* Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
* lavd: Fix make checkheadersJames Almer2013-08-11
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-10
|\
| * libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö2013-08-10
* | Merge commit 'cb0244daaca83ab666798818f74f5181bf6bc387'Michael Niedermayer2013-08-10
|\|
| * bktr: Changed a missed occurrance of open into avpriv_openMartin Storsjö2013-08-10
* | Merge commit '71bf6b41d974229a06921806c333ce98566a5d8a'Michael Niedermayer2013-08-08
|\|
| * libavdevice: use avpriv_open()Rémi Denis-Courmont2013-08-07
* | avdevice/vfwcap: make constant arrays staticMichael Niedermayer2013-08-03
* | avdevice/dshow: make constant arrays staticMichael Niedermayer2013-08-03
* | avdevice/timefilter: 2nd try at avoiding rounding issuesMichael Niedermayer2013-08-03
* | avdevice/timefilter-test: provide more space for the printout to allow larger...Michael Niedermayer2013-08-03
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-03
|\|
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* | avdevice/timefilter-test: dont try to optimize par1 for n0=0 caseMichael Niedermayer2013-08-02
* | avdevice/timefilter: cleanup the formating of the test outputMichael Niedermayer2013-07-30
* | avdevice/fbdev: use AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-07-26
* | avdevice/x11grab: use AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-07-26
* | avdevice/lavfi: fix input with unknown channel layoutMichael Niedermayer2013-07-13
* | lavd/fbdev.c: Support RGB565 input colour space.Dan Flett2013-07-11
* | avformat/AVFormatContext: Move fields down to match the forkMichael Niedermayer2013-07-09
* | lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini2013-07-03
* | avdevice/x11grab: allocate just one CursorMichael Niedermayer2013-06-21
* | lavd: add xv output deviceStefano Sabatini2013-05-30
* | v4l2: make possible to disable libv4l2 at runtime.Clément Bœsch2013-05-22
* | lavd/v4l2enc: check write return value.Clément Bœsch2013-05-20
* | lavd: add v4l2 outdev.Clément Bœsch2013-05-20
* | lavd/v4l2: move pixel format conversion code to a separate place.Clément Bœsch2013-05-20
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-16
|\|
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer2013-05-04
|\|
| * silly typo fixesDiego Biurrun2013-05-03
| * sndio_dec: Add missing includes for av_gettime()Martin Storsjö2013-03-24
| * bktr: Add missing includes for av_gettime()Martin Storsjö2013-03-23
* | avdevice/lavfi: add error checking for av_opt_set_int_list()Michael Niedermayer2013-04-12
* | buffersink: switch from opaque to AVOptions for paramsMichael Niedermayer2013-04-12
* | abuffersink: switch from opaque to AVOptions for paramsMichael Niedermayer2013-04-12
* | lavd/v4l2: fully init an ioctl argument.Nicolas George2013-04-01
* | lavd/v4l2: fix printing of list_formats tableGiorgio Vazzana2013-03-28
* | lavd/v4l2: replace ioctl() with v4l2_ioctl()Giorgio Vazzana2013-03-28
* | dshow_pin: dont return a value from a void functionMichael Niedermayer2013-03-25
* | lavd/v4l2: honor previously selected input channelGiorgio Vazzana2013-03-23
* | lavd/dshow: fix style and typo recently introduced.Clément Bœsch2013-03-19
* | libavdevice sdl: added window_fullscreen option to switch SDL output into ful...dronus2013-03-18
* | sndio_dec: add missing #include for av_gettime()Paul B Mahol2013-03-17