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
2011-11-06Remove leftover includes of strings.hMartin Storsjö
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-06dshow: don't print min/max values for fps the wrong way aroundRamiro Polla
2011-11-06dshow: save opened device reference so it may be properly closedRamiro Polla
2011-11-06dshow: release filter reference obtained from enumerationRamiro Polla
2011-11-06dshow: indentRamiro Polla
2011-11-06dshow: support choosing between devices with same nameRamiro Polla
2011-11-05Make sdl_overlay_pix_fmt_map static const.Reimar Döffinger
2011-11-05Make rgb_pixfmt_map const.Reimar Döffinger
2011-11-05v4l2: add libv4l2 support.Clément Bœsch
2011-11-05Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger
2011-10-30lavd: add v4l and v4l2 aliases.Clément Bœsch
2011-10-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-27Merge remote-tracking branch 'luzero/pulse'Michael Niedermayer
2011-10-27pulse: introduce pulseaudio inputLuca Barbato
2011-10-26pulse: set the device from the avformat filenameLuca Barbato
2011-10-26pulse: Change application name to LIBAVFORMAT_IDENTMichael Niedermayer
2011-10-22pulse: fix application nameMichael Niedermayer
2011-10-22Merge remote-tracking branch 'luzero/pulse'Michael Niedermayer
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21Move timefilter code from lavf to lavd.Anton Khirnov
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavf: use avpriv_ prefix for some dv functions.Anton Khirnov
2011-10-20lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20pulse: cosmeticsLuca Barbato
2011-10-20pulse: introduce pulseaudio inputLuca Barbato
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-17AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch
2011-10-16lavd/lavfi: compute and use the used samples buffer size for the output audio...Stefano Sabatini
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-05Fix 'heigth' vs. 'height' typos.Diego Biurrun
2011-10-03libcdio: Fix missing avclass in contextchinshou
2011-09-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-24Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun
2011-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-21alsa: add missing headerAnton Khirnov
2011-09-19Fix compilation with --disable-everything --enable-outdev=alsa.Carl Eugen Hoyos
2011-09-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-17lavd: add libcdio-paranoia input device for audio CD grabbingAnton Khirnov
2011-09-16lavdev/lavfi: reindent after the last commitStefano Sabatini
2011-09-16lavdev/lavfi: add audio supportStefano Sabatini
2011-09-16dshow: remove filters from graph before releasing themRamiro Polla
2011-09-16dshow: reset list for each filter removedRamiro Polla
2011-09-16dshow: invert condition to avoid leaking objectsRamiro Polla
2011-09-16dshow: cleanup internal references on capture interfaceRamiro Polla
2011-09-16dshow: release pin on disconnectRamiro Polla