summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2013-07-13avdevice/lavfi: fix input with unknown channel layoutMichael Niedermayer1-1/+1
2013-07-11lavd/fbdev.c: Support RGB565 input colour space.Dan Flett1-0/+1
2013-07-09avformat/AVFormatContext: Move fields down to match the forkMichael Niedermayer3-26/+26
2013-07-03lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini8-34/+80
2013-06-21avdevice/x11grab: allocate just one CursorMichael Niedermayer1-3/+4
2013-05-30lavd: add xv output deviceStefano Sabatini7-2/+290
2013-05-22v4l2: make possible to disable libv4l2 at runtime.Clément Bœsch3-15/+49
2013-05-20lavd/v4l2enc: check write return value.Clément Bœsch1-1/+2
2013-05-19lavd: add v4l2 outdev.Clément Bœsch7-3/+115
2013-05-19lavd/v4l2: move pixel format conversion code to a separate place.Clément Bœsch4-120/+170
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer40-94/+13
2013-05-15Remove commented-out debug #define cruftDiego Biurrun43-103/+0
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer22-73/+73
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer13-19/+20
2013-05-03silly typo fixesDiego Biurrun14-20/+21
2013-04-12avdevice/lavfi: add error checking for av_opt_set_int_list()Michael Niedermayer1-4/+4
2013-04-12buffersink: switch from opaque to AVOptions for paramsMichael Niedermayer1-5/+2
2013-04-12abuffersink: switch from opaque to AVOptions for paramsMichael Niedermayer1-4/+3
2013-04-01lavd/v4l2: fully init an ioctl argument.Nicolas George1-2/+1
2013-03-28lavd/v4l2: fix printing of list_formats tableGiorgio Vazzana1-4/+2
2013-03-28lavd/v4l2: replace ioctl() with v4l2_ioctl()Giorgio Vazzana1-2/+2
2013-03-25dshow_pin: dont return a value from a void functionMichael Niedermayer1-1/+1
2013-03-24sndio_dec: Add missing includes for av_gettime()Martin Storsjö1-0/+1
2013-03-23bktr: Add missing includes for av_gettime()Martin Storsjö1-0/+1
2013-03-23lavd/v4l2: honor previously selected input channelGiorgio Vazzana2-9/+20
2013-03-19lavd/dshow: fix style and typo recently introduced.Clément Bœsch1-3/+3
2013-03-18libavdevice sdl: added window_fullscreen option to switch SDL output into ful...dronus1-1/+4
2013-03-17sndio_dec: add missing #include for av_gettime()Paul B Mahol1-0/+1
2013-03-16lavd/v4l2: silence libv4l2 loggingGiorgio Vazzana1-0/+6
2013-03-15lavd/lavfi: upgrade to AVFrame.Nicolas George1-21/+28
2013-03-14avdevice: bump majorMichael Niedermayer1-2/+2
2013-03-13bktr: add missing #include for av_gettime()Paul B Mahol1-0/+1
2013-03-12Remove references to the "ff" variant of buffersink.Nicolas George5-7/+7
2013-03-12lavd/v4l2: fix bug in init_convert_timestamp()Giorgio Vazzana1-2/+2
2013-03-12Merge commit 'd8b31be6caebd8d1321ecb754b6e7daaf81dc111'Michael Niedermayer6-13/+48
2013-03-12avformat/avdevice: add missing time.h includesMichael Niedermayer6-0/+6
2013-03-09lavd/v4l2: simplify codeGiorgio Vazzana1-5/+2
2013-03-09lavd/v4l2: correctly handle error conditions in mmap_read_frame()Giorgio Vazzana1-5/+11
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer24-207/+362
2013-03-08Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov6-12/+47
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov22-136/+324
2013-03-02v4l2: fix regression that caused ffmpeg to occasionally get stuckMichael Niedermayer1-0/+1
2013-03-01lavd/v4l2: copy frames into normally allocated packets whenever there is just...Giorgio Vazzana1-23/+64
2013-02-28avformat/lavfi: force probesize to cover at least 30 framesMichael Niedermayer1-0/+4
2013-02-17v4l2: try to fix build on BSDMichael Niedermayer1-0/+2
2013-02-17Add yvu410 as a supported v4l2 input format.Carl Eugen Hoyos1-0/+3
2013-02-17Add gray16 as a supported v4l2 input format.Carl Eugen Hoyos1-0/+1
2013-02-14dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway.rogerdpack3-6/+4
2013-02-10lavd/v4l2: fix error logic when enumerating standardsStefano Sabatini1-2/+5
2013-02-10lavd/v4l2: implement consistent error handlingStefano Sabatini1-86/+68
[prev] [next]