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
2016-07-29Remove the legacy X11 screen grabberDiego Biurrun
2016-07-14lavd: Drop unneeded av_init_packet()sVittorio Giovara
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-04-09avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun
2015-02-28x11grab: Unbreak buildingChristian Hujer
2015-02-25xcbgrab: Provide better names for the y and x optionLuca Barbato
2014-10-05x11grab: Check the XQueryPointer return valueAntonio Ospite
2014-10-05x11grab: Check XFixesGetCursorImage return valueLuca Barbato
2014-10-05x11grab: Check for XFixes availability at runtimeLuca Barbato
2014-09-03x11grab: Refactor pixel format parsingLuca Barbato
2014-09-03x11grab: Fallback to normal XImage if SHM is not supportedLuca Barbato
2014-08-28x11grab: Use a typedef for the context, as most other code doesLuca Barbato
2014-08-28x11grab: Drop a spurious space in the extension reporting messageLuca Barbato
2014-08-28x11grab: Small near-cosmetic refactoringsLuca Barbato
2014-08-28x11grab: K&R formatting cosmeticsLuca Barbato
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-28Add missing libavutil/time.h includes.Anton Khirnov
2012-07-28x11grab: cosmetics: consistent naming for x11grab-related thingsDiego Biurrun
2012-03-17x11grab: fix a memory leak exposed by valgrindAntonio Ospite
2012-02-28doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-05misc Doxygen markup improvementsDiego Biurrun
2011-11-30lavf: make av_set_pts_info private.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-09-24Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-07-31x11grab: add show_region AVOption.Yu-Jie Lin
2011-07-31x11grab: add follow_mouse AVOption.Yu-Jie Lin
2011-07-08x11grab: replace undocumented nomouse hackery with a private option.Anton Khirnov
2011-07-08libavdevice: Remove disabled code.Diego Biurrun
2011-06-12x11grab: remove a memory allocation and the associated memcpy.Sven C. Dack
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-04x11grab: add framerate 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-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-11-07Make x11grab cursor drawing suck lessJason Garrett-Glaser
2010-07-02Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-22Remove stray semicolon.Carl Eugen Hoyos
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-24x11grab: AVFormatParameters are always passed from av_open_input_stream(),Ramiro Polla