Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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