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-07-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-05Add some missing mathematics.h #includes for av_rescale().Diego Biurrun
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02ALSA demuxer: use av_gettime and a timefilter.Nicolas George
2011-07-01ALSA: fix use of period_size.Nicolas George
2011-07-01openal: prefer ISC licenseJonathan Baldwin
2011-07-01ALSA: implement get_output_timestamp.Nicolas George
2011-07-01ALSA encoder: correctly set time_base.Nicolas George
2011-06-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard
2011-06-27lavdev: add openal input deviceJonathan Baldwin
2011-06-26Revert "build: Remove redundant config.mak includes from subdirectory Makefil...Reimar Döffinger
2011-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-23Support u8, s8, alaw and mulaw channel reordering in alsa.Anton Khirnov
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-07v4l2: set default standard to NULLStefano Sabatini
2011-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-05v4l2: do not force NTSC as standardLuca Barbato
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-05sdl: align option fields after last commitStefano Sabatini
2011-06-05sdl: use the filename for defining the window title, if not specifiedStefano Sabatini
2011-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-30v4l2: rewrite code iterating the supported standardsStefano Sabatini
2011-05-30v4l2: perform minor style fixesStefano Sabatini