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-06-10sdl: fix aspect ratio computations.Nicolas George
2012-06-10sdl: fix overlay size.Nicolas George
2012-06-10sdl: add AVFMT_VARIABLE_FPS and AVFMT_NOTIMESTAMPS.Nicolas George
2012-05-25avdevice: bump soname due to lavf soname bumpMichael Niedermayer
2012-05-24dshow: rename dshow.h to avoid conflict with system header of equal nameKyle
2012-05-20x11grab: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20v4l2: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20sdl: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20bktr: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-19lavd/dshow: fix make checkheaders.Clément Bœsch
2012-05-19lavd/dshow: protect header.Clément Bœsch
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
2012-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-04v4l2: allow to convert monotonic timestamps.Nicolas George
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-04-04timefilter: allow to evaluate at other times.Nicolas George
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-18x11grab: fix compilationMichael Niedermayer
2012-03-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-17x11grab: fix a memory leak exposed by valgrindAntonio Ospite
2012-03-05alsa: fix timefilter usage.Nicolas George
2012-03-05timefilter: allow variable periods.Nicolas George
2012-03-05timefilter: internally compute feedback factors.Nicolas George
2012-03-05libcdio: add a forgotten AVClass to the private context.Anton Khirnov
2012-03-02timefilter: better selftest code.Michael Niedermayer
2012-02-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-28doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun
2012-02-22lavd/lavfi: support all sample formats.Nicolas George
2012-02-17dshow_filter: fix compilation with mingw-w64Rafaël Carré
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-104xm, timefilter: K&R formatting cosmeticsYordan Makariev
2012-02-05Support YV12 from video4linux2 devices.Carl Eugen Hoyos
2012-02-03dshow: use DirectShow information to set time_baseRamiro Polla
2012-02-03dshow: fix AVInputFormat declaration after ABI breakageRamiro Polla
2012-02-02Use the correct pix_fmt for 32bit x11grab.Carl Eugen Hoyos
2012-02-01Add some missing v4l2 pix_fmt mappings.Carl Eugen Hoyos
2012-02-01Fix v4l pix_fmt mapping for rgb32: There is no transparency information.Carl Eugen Hoyos
2012-02-01Fix pix_fmt mapping for v4l2 rgb5x5.Carl Eugen Hoyos
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28devices: Disable v4l to fix compilation until someoneMichael Niedermayer
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-25buildsystem: 10l add v4l entry backMichael Niedermayer
2012-01-25v4l: fix compilationMichael Niedermayer
2012-01-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-24lavd: remove deprecated v4l grab device.Anton Khirnov