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 (Collapse)Author
2015-05-06xcbgrab: Accept geometries matching the screen sizeNicolas George
Introduced in e8c4db0d4d077.
2015-04-30xcbgrab: Validate the capture areaLuca Barbato
And notify why the capture is impossible. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-04-30xcbgrab: Do not assume the non shm image data is always availableLuca Barbato
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-04-20jack: Check memory allocationFederico Tomassetti
Bug-Id: CID 1265785 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
This applies to every library where performance is not critical.
2015-04-11libdc1394: Unbreak build after c201069faMichael Kostylev
2015-04-11vfwcap: Unbreak building after c201069faMartin Storsjö
These headers can't be included in any arbitrary order. Signed-off-by: Martin Storsjö <martin@martin.st>
2015-04-09avdevice: Apply a more consistent file naming schemeDiego Biurrun
2015-04-09avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun
Also reshuffle headers into canonical order where appropriate.
2015-03-12xcbgrab: Check av_strdup() allocationVittorio Giovara
Bug-Id: CID 1274038
2015-03-08xcbgrab: Free the host string after checking the connectionLuca Barbato
Prevent an use after free in the error message. Bug-Id: CID 1274040 CC: libav-stable@libav.org
2015-03-02v4l2: Add support for h264Luca Barbato
2015-03-02v4l2: Use the codec descriptor facilityLuca Barbato
The encoder or decoder might be disabled but the format would be supported for at least remuxing.
2015-02-28x11grab: Unbreak buildingChristian Hujer
The correct macro is DEC not D. Broken in b31328d008985f87f0a7c83c700847cef1a4f08c Signed-off-by: Anton Khirnov <anton@khirnov.net>
2015-02-25xcbgrab: Unbreak parsing filename optionsLuca Barbato
CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-02-25xcbgrab: Provide better names for the y and x optionLuca Barbato
Incidentally `-y` also collides with avconv global options. Update x11grab to match and document the option. CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-02-16bktr: Use av_strerror and propagate error codesHimangi Saraogi
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2015-02-15xcbgrab: Use the correct geometry for the region highlightDaniel Moran
The feature is implemented using a transparent window and drawing inside it a rectangle filling the whole window to highlight it. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-02-15xcbgrab: Correctly make shm optionalLuca Barbato
The segment field in the struct has to be conditionally build as well.
2015-01-28libdc1394: Add support for MONO8 (gray) video modeClay McClure
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-12-19xcbgrab: Move NULL check before pointer dereferenceVittorio Giovara
Bug-Id: CID 1254668
2014-12-10xcbgrab: Support empty filename string correctlyLuca Barbato
Bug-Id: CID 1254664 CC: libav-stable@libav.org
2014-11-11v4l2: Unify one instance of reading/storing errnoMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2014-11-09v4l2: Preserve errno valuesLuca Barbato
av_log usually resets it.
2014-11-09v4l2: Use av_strerrorTristan Matthews
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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
Matches the x11grab screen capture by features.
2014-10-18oss_audio: use a macro to simplify ioctl() error checkingTimothy Gu
Also add a note about SNDCTL_DSP_GETFMTS which may fail even if OSS is available. CC: libav-stable@libav.org Bug-Id: CID 1238992 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-10-05x11grab: Check the XQueryPointer return valueAntonio Ospite
The paint_mouse_pointer() code uses XFixes to retrieve the cursor coordinates, but XFixes gives no information about which screen the pointer is on; this results in always drawing the cursor on the captured screen even if the mouse pointer was on another screen. For example, when capturing from screen 1 (i.e. -f x11grab -i ":0.1") the cursor was being drawn in the captured image even when the mouse pointer was actually on screen 0, which is wrong and visually confusing. CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-10-05x11grab: Check XFixesGetCursorImage return valueLuca Barbato
It could return NULL if the cursor is outside the screen, the connection timed out or the system is out of memory. CC: libav-stable@libav.org
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
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-08-28x11grab: Drop a spurious space in the extension reporting messageLuca Barbato
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-08-28x11grab: Small near-cosmetic refactoringsLuca Barbato
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-08-28x11grab: K&R formatting cosmeticsLuca Barbato
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-08-27pulse: Set the wallclock option as defaultLuca Barbato
2014-08-26vfwcap: Add fallback define for HWND_MESSAGEDiego Biurrun
Some obsolete versions of the MinGW32 runtime (<4.0.0) lack the definition.
2014-08-24pulse: Add a wallclock option to be compatible with other other capturesLuca Barbato
alsa and x11grab use av_gettime() to report timestamps. Bug-Id: 647
2014-08-19vfwcap: Drop fallback VfW definesDiego Biurrun
The defines were added long ago when MinGW still lacked them.
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-08-15vfwcap: Replace deprecated av_destruct_packet() by av_free_packet()Diego Biurrun
2014-08-09Bump major versions of all libraries.Anton Khirnov
2014-07-19oss_audio: Split muxer and demuxerNidhi Makhijani
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-07-18avdevice: Give names to anonymously typedeffed structsDiego Biurrun
Anonymous structs can cause trouble in header files, so try to avoid them altogether as a matter of good style.
2014-05-13build: handle library dependencies in configureJanne Grunau
Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak.
2013-12-26avutil: Move library version related macros to version.hDiego Biurrun
This is a more sensible place for these macros.