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
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-11fbdev: Support the RGB565 colour space.Dan Flett
2015-07-06xcbgrab: Explicitly include xcb/shape.hLuca Barbato
2015-07-01lavd: Add library identifierVittorio Giovara
2015-06-08jack: Check memory allocationVittorio Giovara
2015-05-06xcbgrab: Accept geometries matching the screen sizeNicolas George
2015-04-30xcbgrab: Validate the capture areaLuca Barbato
2015-04-30xcbgrab: Do not assume the non shm image data is always availableLuca Barbato
2015-04-20jack: Check memory allocationFederico Tomassetti
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-04-11libdc1394: Unbreak build after c201069faMichael Kostylev
2015-04-11vfwcap: Unbreak building after c201069faMartin Storsjö
2015-04-09avdevice: Apply a more consistent file naming schemeDiego Biurrun
2015-04-09avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun
2015-03-12xcbgrab: Check av_strdup() allocationVittorio Giovara
2015-03-08xcbgrab: Free the host string after checking the connectionLuca Barbato
2015-03-02v4l2: Add support for h264Luca Barbato
2015-03-02v4l2: Use the codec descriptor facilityLuca Barbato
2015-02-28x11grab: Unbreak buildingChristian Hujer
2015-02-25xcbgrab: Unbreak parsing filename optionsLuca Barbato
2015-02-25xcbgrab: Provide better names for the y and x optionLuca Barbato
2015-02-16bktr: Use av_strerror and propagate error codesHimangi Saraogi
2015-02-15xcbgrab: Use the correct geometry for the region highlightDaniel Moran
2015-02-15xcbgrab: Correctly make shm optionalLuca Barbato
2015-01-28libdc1394: Add support for MONO8 (gray) video modeClay McClure
2014-12-19xcbgrab: Move NULL check before pointer dereferenceVittorio Giovara
2014-12-10xcbgrab: Support empty filename string correctlyLuca Barbato
2014-11-11v4l2: Unify one instance of reading/storing errnoMartin Storsjö
2014-11-09v4l2: Preserve errno valuesLuca Barbato
2014-11-09v4l2: Use av_strerrorTristan Matthews
2014-10-29jack: Use av_strerrorLuca Barbato
2014-10-29fbdev: Use av_strerrorLuca Barbato
2014-10-28lavd: fix building x11grab after a6674d2Anton Khirnov
2014-10-26xcbgrab: XCB-based screen captureLuca Barbato
2014-10-18oss_audio: use a macro to simplify ioctl() error checkingTimothy Gu
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
2014-08-27pulse: Set the wallclock option as defaultLuca Barbato
2014-08-26vfwcap: Add fallback define for HWND_MESSAGEDiego Biurrun
2014-08-24pulse: Add a wallclock option to be compatible with other other capturesLuca Barbato
2014-08-19vfwcap: Drop fallback VfW definesDiego Biurrun
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-15vfwcap: Replace deprecated av_destruct_packet() by av_free_packet()Diego Biurrun