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
2014-09-05lavd/v4l2: simplify list_framesizes()Giorgio Vazzana
2014-09-05lavd/v4l2: remove unneeded variable in device_init()Giorgio Vazzana
2014-09-05lavd/v4l2: simplify first_field()Giorgio Vazzana
2014-09-05lavd/v4l2: Replace s1 with ctx for consistency.Giorgio Vazzana
2014-09-04libavdevice/v4l2: fix descriptors leak on error pathsDmitry Volyntsev
2014-09-04avdevice/x11grab: fix error handling in pixel formatsMichael Niedermayer
2014-09-03Merge commit '65e78a2e4b111627c0ebdf2c9baec95e5e21560d'Michael Niedermayer
2014-09-03Merge commit 'bb3ead7e54fec205c595cfb8b1d8900d50d3d1cc'Michael Niedermayer
2014-09-03x11grab: Refactor pixel format parsingLuca Barbato
2014-09-03x11grab: Fallback to normal XImage if SHM is not supportedLuca Barbato
2014-08-30xv.c: Add missing const to lookup table.Reimar Döffinger
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-08-29Merge commit '58396e806c65fe0eb00e6ccf1980f810cdceed05'Michael Niedermayer
2014-08-28Merge commit '7bb505a33ca131906b2ceb2f298e104c862740ea'Michael Niedermayer
2014-08-28Merge commit '20e82b41fcad23ebbb18d89948aebfcc53921198'Michael Niedermayer
2014-08-28Merge commit 'f07a4290a0e8f31796e348edd3ed06b8d15132d8'Michael Niedermayer
2014-08-28x11grab: Use a typedef for the context, as most other code doesLuca Barbato
2014-08-28x11grab: Drop a spurious space in the extension reporting messageLuca Barbato
2014-08-28x11grab: Small near-cosmetic refactoringsLuca Barbato
2014-08-28x11grab: K&R formatting cosmeticsLuca Barbato
2014-08-27bktr: Fix Fabrice's nameTimothy Gu
2014-08-27pulse: Set the wallclock option as defaultLuca Barbato
2014-08-26Merge commit 'ab56fabe6294524e99815451ad01e4ff50c6d734'Michael Niedermayer
2014-08-26vfwcap: Add fallback define for HWND_MESSAGEDiego Biurrun
2014-08-24Merge commit '424b929b5cb9ca4094099f25179829260d4b0fa3'Michael Niedermayer
2014-08-24pulse: Add a wallclock option to be compatible with other other capturesLuca Barbato
2014-08-19Merge commit '8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2'Michael Niedermayer
2014-08-19gdigrab: fix gdi object leak if using mouserogerdpack
2014-08-19vfwcap: Drop fallback VfW definesDiego Biurrun
2014-08-19lavd/pulse_audio_dec: use default source when no input providedLukasz Marek
2014-08-18avdevice/v4l2: try to fix build for openbsdMichael Niedermayer
2014-08-18lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns ENODATAAndre Wolokita
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15Merge commit 'a6a27fede94efe48aad1dcc9d5e000d2de71c7b2'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-15vfwcap: Replace deprecated av_destruct_packet() by av_free_packet()Diego Biurrun
2014-08-10Merge commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8'Michael Niedermayer
2014-08-09Bump major versions of all libraries.Anton Khirnov
2014-08-07avdevice/lavfi: Simplify non-AV stream checkMichael Niedermayer
2014-08-07lavd/dshow: use av_codec_get_id()James Almer
2014-08-07avcodec/raw: add avpriv_get_raw_pix_fmt_tags()James Almer
2014-08-07lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*()James Almer
2014-08-05lavd/avfoundation: Add device category.Thilo Borgmann
2014-07-31avdevice/oss_audio: Check SNDCTL_DSP_GETFMTS failure, print a warning but con...Michael Niedermayer
2014-07-31v4l2enc: adding AVClassAnshul Maheswhwari
2014-07-28avdevice/pulse_audio_enc: use getter function for AVFrame.channelsMichael Niedermayer
2014-07-23lavd/lavfi: work with non-mappable files for graph_file optionAndrey Utkin
2014-07-19Merge commit 'd6e1d37100af568211f28ec0bcf7958a3a2a299e'Michael Niedermayer
2014-07-19oss_audio: use a macro to simplify ioctl() error checkingTimothy Gu
2014-07-19oss_audio: Split muxer and demuxerNidhi Makhijani