summaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Collapse)AuthorAgeFilesLines
* sndio_dec: Add missing includes for av_gettime()Martin Storsjö2013-03-241-0/+1
| | | | | | | This is necessary after the old av_gettime in libavformat was dropped. Signed-off-by: Martin Storsjö <martin@martin.st>
* bktr: Add missing includes for av_gettime()Martin Storsjö2013-03-231-0/+1
| | | | | | | This is necessary after the old av_gettime in libavformat was dropped. Signed-off-by: Martin Storsjö <martin@martin.st>
* Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov2013-03-081-2/+2
|
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-23/+67
| | | | | | This will allow us to avoid copying the packets in many cases. This breaks ABI.
* libcdio: support recent cdio-paranoiaLuca Barbato2013-01-171-0/+7
| | | | | Upstream decided to split the paranoia interface and move the headers accordingly.
* v4l2: do not assert on a value received from outside of LibavAnton Khirnov2013-01-131-1/+6
|
* v4l2: set the average framerate instead of codec timebase.Anton Khirnov2013-01-131-4/+4
| | | | Codec timebase is supposed to be set by decoders only.
* v4l2: avoid pointless indirection.Anton Khirnov2013-01-131-22/+13
| | | | | v4l2_read_header() does no cleanup, so it can return directly, without any need for goto.
* build: Avoid detecting bogus components named 'x'Clément Bœsch2013-01-031-3/+1
| | | | | | | | | | The function find_things() in configure is confused by component registration calls as part of multiline macros defining combined component registration. Coalesce those macros into one line to work around the issue. Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Martin Storsjö <martin@martin.st>
* cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun2012-12-281-20/+30
|
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
|
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-043-7/+0
|
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
| | | | Also reorder some other #include when applicable.
* dv1394: Swap the min and max values of the 'standard' optionMichael Niedermayer2012-11-021-1/+1
| | | | | | DV1394_NTSC has a lower value than DV1394_PAL. Signed-off-by: Martin Storsjö <martin@martin.st>
* lavu,lavd: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-1/+1
|
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-086-62/+62
|
* timefilter: De-doxygenize normal code comments and drop silly onesDiego Biurrun2012-10-071-5/+2
|
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-062-2/+2
| | | | Anonymous structs cannot be forward declared and have no benefit.
* Remove some silly disabled code.Diego Biurrun2012-10-011-7/+0
|
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-0411-21/+21
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-045-15/+15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Don't include common.h from avutil.hMartin Storsjö2012-08-152-0/+2
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-0717-108/+108
|
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-2/+2
|
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-284-0/+4
|
* x11grab: cosmetics: consistent naming for x11grab-related thingsDiego Biurrun2012-07-284-16/+15
|
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-041-0/+6
|
* Create version.h headers for libraries that lack themDiego Biurrun2012-07-043-15/+46
|
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-204-6/+0
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Avoid C99 variable declarations within for statements.Diego Biurrun2012-06-141-1/+2
| | | | | We generally do not declare variables within for statements and there are compilers that choke on such constructs.
* jack: update to new latency range API as the old one has been deprecatedSean McGovern2012-06-131-0/+6
| | | | | | Fixes Bugzilla #279. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-071-1/+2
|
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-041-2/+2
|
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
| | | | Also remove one pointless zero initialization in rangecoder.c.
* x11grab: fix a memory leak exposed by valgrindAntonio Ospite2012-03-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | When using "-f x11grab -i :0.0" valgrind reports a definitely lost memory block with this message: ==31544== 5 bytes in 1 blocks are definitely lost in loss record 1 of 2 ==31544== at 0x4026E68: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==31544== by 0x4026F17: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==31544== by 0x60D399A: av_malloc (in /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1) ==31544== by 0x60D3A70: av_strdup (in /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1) ==31544== by 0x4A2BE58: ??? (in /usr/lib/x86_64-linux-gnu/libavdevice.so.53.2.0) ==31544== by 0x506D29E: avformat_open_input (in /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.0) ==31544== by 0x400A80: main (in /home/ao2/WIP/am7xxx-play/tests/a.out) The 5 bytes lost are the ones from param = av_strdup(":0.0"), so let's free param in the exit path. Also check the av_strdup() return value. Note: calling av_free(param) even when av_strdup() fails and param is NULL is OK and keeps the code simpler without adding another label to skip av_free(). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* libcdio: add a forgotten AVClass to the private context.Anton Khirnov2012-03-041-0/+1
|
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-281-1/+0
|
* 4xm, timefilter: K&R formatting cosmeticsYordan Makariev2012-02-101-46/+48
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
|
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-2713-23/+19
|
* lavd: remove deprecated v4l grab device.Anton Khirnov2012-01-244-374/+0
|
* v4l2: use C99 struct initializerLuca Barbato2012-01-101-33/+25
| | | | Remove some unneeded memsets.
* v4l2: poll the file descriptorLuca Barbato2012-01-101-0/+15
| | | | Instead of busy waiting use poll();
* v4l2: support compressed formatsLuca Barbato2012-01-101-3/+8
| | | | Let pass the codec name to -pixel_format and introduce -input_format.
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-072-2/+2
|
* v4l2: use V4L2_FMT_FLAG_EMULATED only if it is definedJanne Grunau2012-01-041-0/+2
| | | | V4L2_FMT_FLAG_EMULATED was added in 2.6.32.
* v4l2: list available formatsLuca Barbato2012-01-041-7/+92
| | | | Make use of the experimental framesize enumeration ioctl if available.
* v4l2: set the proper codec_tagLuca Barbato2012-01-041-0/+3
| | | | Unbreak direct streamcopy.
* v4l2: refactor device_openLuca Barbato2012-01-041-36/+36
| | | | Check capabilities directly in the function, further simplify the code.
OpenPOWER on IntegriCloud