| Commit message (Expand) | Author | Age | Files | Lines |
* | lavd: Drop unneeded av_init_packet()s | Vittorio Giovara | 2016-07-13 | 2 | -2/+0 |
* | avdevice: Ignore timefilter test program | Diego Biurrun | 2016-06-14 | 1 | -0/+1 |
* | build: Change structure of the linker version script templates | Diego Biurrun | 2016-05-29 | 1 | -3/+5 |
* | Combine deprecation guards where appropriate | Diego Biurrun | 2016-05-13 | 1 | -2/+2 |
* | tests: Move all test programs to a subdirectory | Diego Biurrun | 2016-05-13 | 1 | -1/+1 |
* | Reduce the scope of some variables | Diego Biurrun | 2016-05-11 | 1 | -1/+1 |
* | Mark read-only tables as static | Diego Biurrun | 2016-05-05 | 1 | -1/+1 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 2 | -71/+92 |
* | build: miscellaneous cosmetics | Diego Biurrun | 2016-04-07 | 1 | -2/+2 |
* | testprogs: Clean up #includes | Diego Biurrun | 2016-03-24 | 1 | -1/+1 |
* | timefilter-test: Only compile timefilter-test if JACK is enabled | Diego Biurrun | 2016-03-23 | 1 | -1/+1 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 17 | -102/+101 |
* | avfoundation: Simple capture | Alexandre Lision | 2015-11-26 | 4 | -1/+689 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 7 | -8/+8 |
* | Replace any remaining avpicture function with imgutils | Vittorio Giovara | 2015-10-21 | 2 | -3/+5 |
* | Bump major versions of all libraries | Vittorio Giovara | 2015-08-28 | 1 | -2/+2 |
* | lavc: Drop deprecated destruct_packet related functions | Vittorio Giovara | 2015-08-28 | 1 | -12/+0 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 2 | -2/+2 |
* | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+8 |
* | fbdev: Support the RGB565 colour space. | Dan Flett | 2015-07-11 | 1 | -0/+1 |
* | xcbgrab: Explicitly include xcb/shape.h | Luca Barbato | 2015-07-06 | 1 | -0/+1 |
* | lavd: Add library identifier | Vittorio Giovara | 2015-07-01 | 1 | -1/+3 |
* | jack: Check memory allocation | Vittorio Giovara | 2015-06-08 | 1 | -0/+4 |
* | xcbgrab: Accept geometries matching the screen size | Nicolas George | 2015-05-06 | 1 | -2/+2 |
* | xcbgrab: Validate the capture area | Luca Barbato | 2015-04-30 | 1 | -2/+11 |
* | xcbgrab: Do not assume the non shm image data is always available | Luca Barbato | 2015-04-30 | 1 | -2/+14 |
* | jack: Check memory allocation | Federico Tomassetti | 2015-04-19 | 1 | -0/+2 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 2 | -3/+3 |
* | libdc1394: Unbreak build after c201069fa | Michael Kostylev | 2015-04-11 | 1 | -10/+10 |
* | vfwcap: Unbreak building after c201069fa | Martin Storsjö | 2015-04-11 | 1 | -3/+6 |
* | avdevice: Apply a more consistent file naming scheme | Diego Biurrun | 2015-04-09 | 14 | -29/+27 |
* | avdevice: Add missing header for NULL_IF_CONFIG_SMALL | Diego Biurrun | 2015-04-09 | 10 | -19/+40 |
* | xcbgrab: Check av_strdup() allocation | Vittorio Giovara | 2015-03-12 | 1 | -0/+2 |
* | xcbgrab: Free the host string after checking the connection | Luca Barbato | 2015-03-08 | 1 | -3/+6 |
* | v4l2: Add support for h264 | Luca Barbato | 2015-03-02 | 1 | -1/+6 |
* | v4l2: Use the codec descriptor facility | Luca Barbato | 2015-03-02 | 1 | -2/+2 |
* | x11grab: Unbreak building | Christian Hujer | 2015-02-28 | 1 | -2/+2 |
* | xcbgrab: Unbreak parsing filename options | Luca Barbato | 2015-02-24 | 1 | -6/+14 |
* | xcbgrab: Provide better names for the y and x option | Luca Barbato | 2015-02-24 | 2 | -0/+4 |
* | bktr: Use av_strerror and propagate error codes | Himangi Saraogi | 2015-02-15 | 1 | -10/+22 |
* | xcbgrab: Use the correct geometry for the region highlight | Daniel Moran | 2015-02-15 | 1 | -1/+1 |
* | xcbgrab: Correctly make shm optional | Luca Barbato | 2015-02-15 | 1 | -4/+4 |
* | libdc1394: Add support for MONO8 (gray) video mode | Clay McClure | 2015-01-28 | 1 | -0/+1 |
* | xcbgrab: Move NULL check before pointer dereference | Vittorio Giovara | 2014-12-18 | 1 | -1/+5 |
* | xcbgrab: Support empty filename string correctly | Luca Barbato | 2014-12-10 | 1 | -2/+2 |
* | v4l2: Unify one instance of reading/storing errno | Martin Storsjö | 2014-11-11 | 1 | -3/+3 |
* | v4l2: Preserve errno values | Luca Barbato | 2014-11-09 | 1 | -16/+23 |
* | v4l2: Use av_strerror | Tristan Matthews | 2014-11-09 | 1 | -15/+34 |
* | jack: Use av_strerror | Luca Barbato | 2014-10-29 | 1 | -1/+4 |