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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-06-10oss,sndio: simplify by using FFMIN.Reimar Döffinger
2011-06-05v4l2: do not force NTSC as standardLuca Barbato
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-04x11grab: add framerate private option.Anton Khirnov
2011-06-04fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.Anton Khirnov
2011-06-04bktr: don't error when AVFormatParameters.time_base isn't set.Anton Khirnov
2011-06-03Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini
2011-06-03bktr: get default framerate from video standard.Anton Khirnov
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-03Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun
2011-06-02v4l2: remove one forgotten use of AVFormatParameters.pix_fmt.Anton Khirnov
2011-06-02vfwcap: add a framerate private option.Anton Khirnov
2011-06-02v4l2: add a framerate private option.Anton Khirnov
2011-06-02libdc1394: add a framerate private option.Anton Khirnov
2011-06-02fbdev: add a framerate private option.Anton Khirnov
2011-06-02bktr: add a framerate private option.Anton Khirnov
2011-05-29v4l2: don't leak video standard string on error.Anton Khirnov
2011-05-28v4l2: add a pixel_format private option.Anton Khirnov
2011-05-28libdc1394: add a pixel_format private option.Anton Khirnov
2011-05-27x11grab: add video_size private option.Anton Khirnov
2011-05-27x11grab: factorize returning error codes.Anton Khirnov
2011-05-27vfwcap: add video_size private option.Anton Khirnov
2011-05-27v4l2: add video_size private option.Anton Khirnov
2011-05-27v4l2: factorize returning error codes.Anton Khirnov
2011-05-27libdc1394: add video_size private option.Anton Khirnov
2011-05-27libdc1394: return meaninful error codes.Anton Khirnov