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-08-21lavdev/lavfi: set sample aspect ratio in the output stream/codec contextStefano Sabatini
2011-08-20lavdev/lavfi: specify pos in the output packetsStefano Sabatini
2011-08-20lavdev/lavfi: initialize variable, fix warningStefano Sabatini
2011-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-08-15jack: add 'channels' private option.Anton Khirnov
2011-08-14lavdev/lavfi: correctly set the inout pad index when linking a filter to the ...Stefano Sabatini
2011-08-11lavdev: add libavfilter virtual input deviceStefano Sabatini
2011-08-10alsa: remove too unused variables.Clément Bœsch
2011-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-31x11grab: add show_region AVOption.Yu-Jie Lin
2011-07-31x11grab: add follow_mouse AVOption.Yu-Jie Lin
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-08x11grab: replace undocumented nomouse hackery with a private option.Anton Khirnov
2011-07-08libavdevice: Remove disabled code.Diego Biurrun
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