summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge commit 'fe208ca54b0d3b6bbe1c660d371bb2cc6cf40ffc'Michael Niedermayer2015-02-23
|\ | | | | | | | | | | | | | | | | | | * commit 'fe208ca54b0d3b6bbe1c660d371bb2cc6cf40ffc': rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation units Conflicts: libavformat/rtpdec_hevc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation unitsMartin Storsjö2015-02-23
| | | | | | | | | | | | | | Only the first aggregation unit has 2 bytes (DONL) prepended, if such a field is in use. Signed-off-by: Martin Storsjö <martin@martin.st>
* | avcodec/snowenc: Allocate and reference coded_frame correctlyMichael Niedermayer2015-02-23
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/roqvideoenc: Allocate and reference coded_frame correctlyMichael Niedermayer2015-02-23
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/hlsenc: Warn if a non file protocol is usedMichael Niedermayer2015-02-23
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/hqx: remove superfluous log messagePaul B Mahol2015-02-23
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/palette{gen,use}: add CopyrightClément Bœsch2015-02-23
| |
* | Merge commit '35c6ce76b107225a19eb33aea38857d2405882af'Michael Niedermayer2015-02-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '35c6ce76b107225a19eb33aea38857d2405882af': Canopus HQX decoder Conflicts: Changelog libavcodec/avcodec.h libavcodec/version.h tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Canopus HQX decoderVittorio Giovara2015-02-22
| | | | | | | | Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>.
* | Merge commit '36a6fb989b017898041703025ef20028146675a8'Michael Niedermayer2015-02-23
|\| | | | | | | | | | | | | | | * commit '36a6fb989b017898041703025ef20028146675a8': hevc_deblock: Fix compilation with nasm See: c75fdee747179e21e3cc137b2565ba911b17f9c5 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hevc_deblock: Fix compilation with nasmCarl Eugen Hoyos2015-02-22
| | | | | | | | | | | | CC: libav-stable@libav.org Bug-Id: 795 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit 'e570f895cdccf2535a71fec1c607751ddb94fd5a'Michael Niedermayer2015-02-23
|\| | | | | | | | | | | | | | | | | | | * commit 'e570f895cdccf2535a71fec1c607751ddb94fd5a': libschroedinger: Check memory allocations Conflicts: libavcodec/libschroedinger.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libschroedinger: Check memory allocationsVittorio Giovara2015-02-22
| |
* | Merge commit '521979e6b1e7a89751aebc285a40d6508f8af48f'Michael Niedermayer2015-02-23
|\| | | | | | | | | | | | | | | | | | | | | * commit '521979e6b1e7a89751aebc285a40d6508f8af48f': configure: Properly fail when libcdio/cdparanoia is not found Conflicts: configure See: f514b5dff769a331ea2153c23594d9b29b667141 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Properly fail when libcdio/cdparanoia is not foundVittorio Giovara2015-02-22
| |
* | Merge commit 'f7cc6627c01ad3f5bc6ea2d0e6f8adb3a0b490d7'Michael Niedermayer2015-02-23
|\| | | | | | | | | | | | | * commit 'f7cc6627c01ad3f5bc6ea2d0e6f8adb3a0b490d7': configure: Use pkg-config for libdc1394 discovery Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Use pkg-config for libdc1394 discoveryVittorio Giovara2015-02-22
| | | | | | | | | | | | | | | | Since not all systems need the libraw1394 dependency, let pkg-config provide the list of libraries actually needed. The libdc1394-2.pc file has been included since version 2 (2008-01-05), so it should be safe to use.
* | avfilter/paletteuse: add diff_modeClément Bœsch2015-02-23
| |
* | avfilter/paletteuse: fix error dithering accuracyClément Bœsch2015-02-23
| |
* | avcodec/a64multienc: Assert that the Packet size does not growMichael Niedermayer2015-02-23
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/a64multienc: simplify frame handling codeMichael Niedermayer2015-02-23
| | | | | | | | | | | | This also fixes a memleak Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/a64multienc: fix use of uninitialized values in to_meta_with_cropAndreas Cadhalpun2015-02-23
| | | | | | | | | | | | | | Averaging over 2 pixels doesn't work correctly for the last pixel, because the rest of the buffer is not initialized. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/a64multienc: initialize mc_meta_charset to zeroAndreas Cadhalpun2015-02-23
| | | | | | | | | | | | This fixes the use of uninitialized values in avpriv_do_elbg. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/a64multienc: don't set incorrect packet sizeMichael Niedermayer2015-02-23
| | | | | | | | | | | | | | | | This fixes invalid reads of the packet buffer in av_dup_packet Based on patch by Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/a64multienc: use av_frame_ref instead of copying the frameAndreas Cadhalpun2015-02-23
| | | | | | | | | | | | This fixes freeing the frame buffer twice on cleanup leading to a crash. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'a388e72d1a6b0888cc1591cb699f61a9c1089cf4'Michael Niedermayer2015-02-23
|\| | | | | | | | | | | | | * commit 'a388e72d1a6b0888cc1591cb699f61a9c1089cf4': rtpenc_hevc: Aggregate multiple NAL units into one RTP packet, if possible Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rtpenc_hevc: Aggregate multiple NAL units into one RTP packet, if possibleMartin Storsjö2015-02-22
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'e2220e734f3d01145ef9aefbd7b6ff29a89ae159'Michael Niedermayer2015-02-23
|\| | | | | | | | | | | | | * commit 'e2220e734f3d01145ef9aefbd7b6ff29a89ae159': rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if possible Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if possibleMartin Storsjö2015-02-22
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'c99915f7c74ce1249d8633cb6fd09035b8d84db7'Michael Niedermayer2015-02-22
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c99915f7c74ce1249d8633cb6fd09035b8d84db7': rtpdec: DV depacketizer (RFC 6469) Conflicts: Changelog libavformat/Makefile libavformat/rtpdec_dv.c libavformat/version.h See: cbe508553ad17b277d4cb6f12f61aac4f52908b8 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rtpdec: DV depacketizer (RFC 6469)Thomas Volkert2015-02-22
| | | | | | | | | | | | (tested with live555 RTSP server) Signed-off-by: Martin Storsjö <martin@martin.st>
* | tools/graph2dot: Check for av_malloc() failureMichael Niedermayer2015-02-22
| | | | | | | | | | | | Fixes CID1271047 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/aacenc: Fix sample rate checkMichael Niedermayer2015-02-22
| | | | | | | | | | | | | | Fixes out of array read Fixes CID1257803, CID1257797, CID1257789, CID1257786 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/mpegvideo: Fix memleak of mvsMichael Niedermayer2015-02-22
| | | | | | | | | | | | Fixes CID1271053 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/vorbisdec: Fix memleak, call cleanup on memory allocation failureMichael Niedermayer2015-02-22
| | | | | | | | | | Fixes CID1258478, CID1258476, CID1258475 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/wmaenc: Check extradata allocationsMichael Niedermayer2015-02-22
| | | | | | | | | | | | Fixes CID1257842 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | takdec: pad filter coeff buffer for DSP functionsChristophe Gisquet2015-02-22
| | | | | | | | | | | | | | | | | | Currently, a part of the loop has to be handled in plain C, because of DSP function requirements of having batches of 16 elements to process. Instead, pad the buffer with 0 where the DSP functions are overreading. Signed-off-by: James Almer <jamrial@gmail.com>
* | avfilter/buffer: Check for qp_table allocation failureMichael Niedermayer2015-02-22
| | | | | | | | | | Fixes CID1271048 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/movenc: Check for memory allocation failuresMichael Niedermayer2015-02-22
| | | | | | | | | | Fixes CID1271049 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/oggdec: Check for ost allocation failureMichael Niedermayer2015-02-22
| | | | | | | | | | Fixes CID1257798 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/exr: fix memset first arg in reverse_lut()Paul B Mahol2015-02-22
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/oggdec: Check for av_malloc() failure and forward the error codeMichael Niedermayer2015-02-22
| | | | | | | | | | | | Fixes CID1257805 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/rmenc: Check for av_malloc() failureMichael Niedermayer2015-02-22
| | | | | | | | | | | | Fixes CID1257832 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tools/trasher: Check fseek returnsMichael Niedermayer2015-02-22
| | | | | | | | | | | | Fixes CID733726 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/fixed_dsp: Check for av_malloc() failureMichael Niedermayer2015-02-22
| | | | | | | | | | | | Fixes CID1271051 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/rtsp: punch holes again after pauseGilles Chanteperdrix2015-02-22
| | | | | | | | | | | | | | | | | | | | When a client behind a NAT issues a pause command, and stay paused for a long time, the router may stop the RTP/RTCP port redirection. Resend the hole punching packets after each PLAY command to cause the router to restart the port redirection in that case. Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/libaacplus: Check for av_malloc() failureMichael Niedermayer2015-02-22
| | | | | | | | | | | | Fixes CID1271046 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/jpeglsenc: Check for memory allocation failuresMichael Niedermayer2015-02-22
| | | | | | | | | | | | Fixes CID1271044 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | postproc/postprocess: Check for av_malloc() failureMichael Niedermayer2015-02-22
| | | | | | | | | | | | Fixes CID1271052 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | postproc/postprocess: Check for av_mallocz() failureMichael Niedermayer2015-02-22
| | | | | | | | | | | | Fixes CID1271050 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>