- 11 Nov, 2014 40 commits
-
-
Michael Niedermayer authored
* commit '60b05513': png_parser: fix size of chunk_lenght Conflicts: libavcodec/png_parser.c See: 2ee6dca3Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '443502ae': dvbsubdec: move shared codepath Conflicts: libavcodec/dvbsubdec.c The merged code is ignored and the factorization redone with the code that is in FFmpeg. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Untested, i failed to find a sample which triggers this case Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '23833236': dvbsubdec: improve error checking Conflicts: libavcodec/dvbsubdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '1bdd21d9': dvbsubdec: add missing break See: 8b973d49Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'a6defd1f': hevc_cabac: decrease CABAC_MAX_BIN See: 81206683Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '9e9be5a2': hevc_mvs: prevent unitialized use Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Lukasz Marek authored
-
Lukasz Marek authored
In general this commit prepares opt tests to be added to fate. The commit set some non-zero defaults for test options. It allows to check if defaults are really set. Added printing of default values. Added more cases for testing av_set_options_string Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Lukasz Marek authored
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Lukasz Marek authored
set_string_binary crashes when called with val==NULL Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Michael Niedermayer authored
* commit '0e1ebfeb': 4xm: drop unnecessary check Conflicts: libavcodec/4xm.c The check is currently redundant, it is for saftey left in place though Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '7c61e4b1': hpeldsp: Increase put_no_rnd_pixels_tab[][] size See: 1e41b8cdMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'db71c492': mjpegenc: fix argument size in encode_mb Conflicts: libavcodec/mjpegenc.c libavcodec/mjpegenc.h See: 256f5306Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'f349f4b5': mpegvideo: fix size of array See: 9f02d4edMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '898e9a24': mpegvideo: check mpv return value Conflicts: libavcodec/mpegvideo.c See: f4d73f0fMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'fe27aeae': mpeg12enc: increase declared size of block function argument See: 2cf51435Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '52f954da': libavcodec: Unconditionally build xiph.o Conflicts: libavcodec/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Marvin Scholz authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Marvin Scholz authored
Using 100-continue ffmpeg will only send data if the server confirms it, so if there is an error with auth or mounpoint, this allows that it is properly reported to the user. Else ffmpeg sends data and just quits at some point without an error message. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Marvin Scholz authored
use a default (audio/mpeg for historical reason) if none. Required since Icecast 2.4.1 Not using AVOption default because this breaks content-type warnings (needs to detect if no type was set by the user) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Vittorio Giovara authored
Fixes the comparison against constant value 0x7fffffff. CC: libav-stable@libav.org Bug-Id: CID 1198260
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1238839
-
Vittorio Giovara authored
Use av_mallocz_array instead of iterating and check the returned memory. Check returned memory and cleanly exit in case of error during the loop. Avoid a null pointer dereference for invalid data. CC: libav-stable@libav.org Bug-Id: CID 29575
-
Jernej Fijačko authored
Fix a memory leak too. CC: libav-stable@libav.org Bug-Id: CID 732230
-
Michael Niedermayer authored
Prevents shifts with undefined behavior, as no syntax element has a valid value greater than 1 << 31. Bug-Id: CID 1206635
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1244202
-
Changjiang Wei authored
Reviewed-by: Mickaël Raulet <mraulet@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Vittorio Giovara authored
data_size is always >= 0 in this case. CC: libav-stable@libav.org Bug-Id: CID 1238788
-
Michael Niedermayer authored
CC: libav-stable@libav.org Bug-Id: CID 991852
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1047235
-
Rong Yan authored
libavcodec/ppc/me_cmp.c : support little endian in sse8_altivec(), hadamard8_diff8x8_altivec() and hadamard8_diff16x8_altivec() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Rong Yan authored
add marcos GET_PERM() LOAD_PIX() for POWER LE Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1238789
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1238786
-
Michael Niedermayer authored
CC: libav-stable@libav.org Bug-Id: CID 1047236 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Martin Storsjö authored
vorbis_parser.o is built unconditionally since 5e80fb7f, and the unconditionally built parts of it depend on xiph.o. This fixes builds with --disable-everything. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
* commit 'b776113e': v4l2: Unify one instance of reading/storing errno Conflicts: libavdevice/v4l2.c See: 60950adcMerged-by: Michael Niedermayer <michaelni@gmx.at>
-