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
2012-01-05v4l2: use V4L2_FMT_FLAG_EMULATED only if it is definedJanne Grunau
2012-01-04v4l2: list available formatsLuca Barbato
2012-01-04v4l2: set the proper codec_tagLuca Barbato
2012-01-04v4l2: refactor device_openLuca Barbato
2012-01-04v4l2: simplify away io_methodLuca Barbato
2012-01-04v4l2: cosmeticsLuca Barbato
2012-01-04v4l2: uniform and format optionsLuca Barbato
2012-01-04v4l2: do not force interlaced modeLuca Barbato
2011-12-27v4l2: remove unneded linux specific asm/types.h includeJanne Grunau
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-12-12Add basic libavdevice documentation.Anton Khirnov
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-07cosmetics: drop some completely pointless parenthesesDiego Biurrun
2011-12-05misc Doxygen markup improvementsDiego Biurrun
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-11-14pulse: compute frame_duration once and fix itLuca Barbato
2011-11-06Remove leftover includes of strings.hMartin Storsjö
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-10-27pulse: introduce pulseaudio inputLuca Barbato
2011-10-21Move timefilter code from lavf to lavd.Anton Khirnov
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-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-05Fix 'heigth' vs. 'height' typos.Diego Biurrun
2011-09-24Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun
2011-09-21alsa: add missing headerAnton Khirnov
2011-09-17lavd: add libcdio-paranoia input device for audio CD grabbingAnton Khirnov
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-08-15jack: add 'channels' private option.Anton Khirnov
2011-07-31x11grab: add show_region AVOption.Yu-Jie Lin
2011-07-31x11grab: add follow_mouse AVOption.Yu-Jie Lin
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-07-10alsa: limit buffer_size to 32768 frames.Justin Ruggles
2011-07-10alsa: fallback to buffer_size/4 for period_size.Justin Ruggles
2011-07-08x11grab: replace undocumented nomouse hackery with a private option.Anton Khirnov
2011-07-08libavdevice: Remove disabled code.Diego Biurrun
2011-07-05Add some missing mathematics.h #includes for av_rescale().Diego Biurrun
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun
2011-06-23lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini
2011-06-23vfwcap: prefer "framerate_q" over "fps" in vfw_read_header()Stefano Sabatini
2011-06-23v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters()Stefano Sabatini
2011-06-23fbdev: prefer "framerate_q" over "fps" in device contextStefano Sabatini
2011-06-23bktr: prefer "framerate" over "fps" for grab_read_header()Stefano Sabatini
2011-06-23ALSA: implement channel layout for playback.Nicolas George
2011-06-23alsa: support unsigned variants of already supported signed formats.Carl Eugen Hoyos
2011-06-23alsa: add support for more formats.Carl Eugen Hoyos
2011-06-12x11grab: remove a memory allocation and the associated memcpy.Sven C. Dack