|
|
|
@63ac6486
|
12 years |
michaelni |
eamad: fix out of array accesses
Found-by: Mateusz "j00ru" Jurczyk …
|
|
|
@130dc951
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
FATE: …
|
|
|
@abf91f7f
|
12 years |
michaelni |
Merge commit '8f5587c3d0bc4b5f075e4282215bda91a21fc12e'
* commit …
|
|
|
@cb8c5e53
|
12 years |
nicolas.george |
cmdutils: free the report file name.
Fix coverity issue 743443, which …
|
|
|
@1ba2e589
|
12 years |
nicolas.george |
configure: add --fatal-warnings option.
|
|
|
@c551c3b1
|
12 years |
nicolas.george |
configure: warn when en/disabling has no effect.
Print a warning for …
|
|
|
@a0f2d3ff
|
12 years |
stefasab |
lavf/avienc: return proper error codes, and provide some more feedback
|
|
|
@da5408ed
|
12 years |
anton |
FATE: add a bink version 'b' test
|
|
|
@108bfe4e
|
12 years |
anton |
FATE: add a bink version 'i' test
|
|
|
@8ad9b48c
|
12 years |
michaelni |
xxan: check ybuf index before use.
Fixes out of array access
…
|
|
|
@77483005
|
12 years |
michaelni |
cook: check subbands more completely, fix out of array read.
…
|
|
|
@84281d11
|
12 years |
michaelni |
ff_mpeg4videodec_static_init: fix return type
Fixes CID743439 …
|
|
|
@caedd51e
|
12 years |
michaelni |
mxfdec: fix potential integer overflow in mxf_compute_sample_count()
…
|
|
|
@7b723ed4
|
12 years |
michaelni |
cpu: add a few cpu names as aliases for their cpu flags
Help to …
|
|
|
@65e57975
|
12 years |
michaelni |
cpu: add cmov ro the table, which appears to have been forgotten
…
|
|
|
@31fce399
|
12 years |
michaelni |
tm2: check for invalid vlcs, fix out of array read
Found-by: Mateusz …
|
|
|
@c6945228
|
12 years |
Clément Bœsch |
pp: simplify postProcess().
|
|
|
@375cd3f2
|
12 years |
Clément Bœsch |
pp: rework the way templating is done.
This refactoring simplifies …
|
|
|
@6535d81d
|
12 years |
michaelni |
g723_1dec: Fix lsp2lpc() so it can handle values at the ends of the …
|
|
|
@2207ea4
|
12 years |
michaelni |
ff_emulated_edge_mc: fix integer anomalies, fix out of array reads
…
|
|
|
@7750c48
|
12 years |
eclipse7 |
dshow: Use NO_DSHOW_STRSAFE for all dshow header inclusions
Move the …
|
|
|
@c2cbc80a
|
12 years |
michaelni |
ffv1enc: consider 2pass float rounding, fix loop
Found-by: "Peter B." …
|
|
|
@ee6ae83
|
12 years |
stefasab |
doc/filters: fix a few typos in the frei0r docs
|
|
|
@cb309922
|
12 years |
stefasab |
doc/ffprobe: factorize definition of writers syntax
The writers …
|
|
|
@80716953
|
12 years |
janne-libav |
libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR
…
|
|
|
@8f5587c3
|
12 years |
janne-libav |
cpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52
|
|
|
@83cab07
|
12 years |
michaelni |
mxfdec: set audio packets pts
Also fix playback of ntsc files.
…
|
|
|
@8ee6db39
|
12 years |
michaelni |
mov: add more udta meta data recognition
Signed-off-by: Michael …
|
|
|
@2dd0da78
|
12 years |
Clément Bœsch |
lavf/mp3enc: make sure the header is valid before writing audio pkt.
…
|
|
|
@ff3b59c8
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@e6160bda
|
12 years |
janne-libav |
h264: Fix parameters to ff_er_add_slice() call
s->mb_x is reset to …
|
|
|
@60b6b8c0
|
12 years |
janne-libav |
h264: always check ref_count for validity
Fixes a crash with zuffed files.
|
|
|
@f30cf51
|
12 years |
michaelni |
ffserver: put NoDaemon back so as not not break existing conf files.
…
|
|
|
@3db32ec1
|
12 years |
michaelni |
Merge commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd'
* commit …
|
|
|
@8c3849b
|
12 years |
diego |
x86: dsputil: port to cpuflags
|
|
|
@8ff0f776
|
12 years |
diego |
crc: av_crc() parameter names should match between .c, .h and doxygen
|
|
|
@92648107
|
12 years |
nicolas.george |
lavu/opt: fix av_opt_get_key_value() API.
Do not skip the end …
|
|
|
@468781f8
|
12 years |
nicolas.george |
doc/APIchanges: clarify comment on new APIs.
|
|
|
@68def00a
|
12 years |
michaelni |
rv34: check image size before using it
fixes assertion failure
…
|
|
|
@7845f8d2
|
12 years |
michaelni |
vc1dec: do not allow field_mode to change after the first header
…
|
|
|
@8f42b096
|
12 years |
Clément Bœsch |
swr/resample: fix SSSE3 included unconditionally.
10l Regression …
|
|
|
@5cd567cf
|
12 years |
Clément Bœsch |
pp: fix typo in avg() comment.
|
|
|
@4c0aece1
|
12 years |
Clément Bœsch |
pp: use av_clip_uint8 instead of a custom implementation.
|
|
|
@c4f317e7
|
12 years |
Clément Bœsch |
pp: fix a few typo in the internal header.
|
|
|
@b3bf9b1d
|
12 years |
Clément Bœsch |
lavfi/geq: fix GPL license header.
100l: original code is GPL, header …
|
|
|
@5e68bf9b
|
12 years |
Clément Bœsch |
swr/rematrix: move templating parameters to template itself.
|
|
|
@8ea88339
|
12 years |
Clément Bœsch |
swr/resample: move templating parameters to template itself.
It has …
|
|
|
@e31b1938
|
12 years |
michaelni |
zmbv: avoid use of uninitialized data
Found-by: Mateusz "j00ru" …
|
|
|
@c2409a7c
|
12 years |
michaelni |
vmdav: more complete check for block_align, prevent out of array …
|
|
|
@ea3eaa3
|
12 years |
michaelni |
flashsv: only realloc blocks for version 2
Fixes 10l regression …
|
|
|
@566de8cd
|
12 years |
janne-libav |
avserver: replace av_read_packet with av_read_frame
|
|
|
@39c4afd9
|
12 years |
janne-libav |
avserver: fix constness casting warnings
Use a different char* for …
|
|
|
@bf5f46b4
|
12 years |
janne-libav |
APIChanges: add entry for av_read_packet deprecation
|
|
|
@c84cce5
|
12 years |
janne-libav |
mxfdec: fix typo in mxf_read_seek()
Check the number of index tables …
|
|
|
@a4cd2ad8
|
12 years |
janne-libav |
avserver: use freopen to redirect stdin/out/err to /dev/null
|
|
|
@ada51a33
|
12 years |
janne-libav |
avserver: remove daemon mode
This code spews a multitude of warnings …
|
|
|
@9eded0fe
|
12 years |
martin |
configure: Check for -Werror parameters on clang
Signed-off-by: …
|
|
|
@116ae728
|
12 years |
janne-libav |
doxygen: remove obsolete options from Doxyfile
The options …
|
|
|
@eca2eb2d
|
12 years |
onemda |
pcm: give more descriptive name to codec
Signed-off-by: Paul B Mahol …
|
|
|
@c0d68be5
|
12 years |
michaelni |
pgssubdec: check RLE size before copying. Fix out of array accesses
…
|
|
|
@bc08ca84
|
12 years |
michaelni |
flashsv: reallocate block array independant of frame type.
Fixes NULL …
|
|
|
@850e5c04
|
12 years |
Carl Eugen Hoyos |
Read QuickTime version 1 audio fields in broken mov files.
Matrox …
|
|
|
@d53f4471
|
12 years |
michaelni |
swr: move if() block into the only branch where it can be true.
This …
|
|
|
@17da2d9e
|
12 years |
michaelni |
swr: reorder/redesign operations to avoid integer overflow.
This …
|
|
|
@0e482a8
|
12 years |
Clément Bœsch |
ffserver: fix streams and priv_data memleaks when closing a connection.
|
|
|
@a9b1536a
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
bgmc: …
|
|
|
@4d941eac
|
12 years |
michaelni |
Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'
* commit …
|
|
|
@62006b53
|
12 years |
michaelni |
ituh263dec: more complete w/h check.
Fixes a division by 0
Found-by: …
|
|
|
@caa2fa2
|
12 years |
michaelni |
rv10: always check image size not just in some cases.
Fixes division …
|
|
|
@a3cb7f99
|
12 years |
michaelni |
xwma: check bytes_per_sample, fix division by 0.
Found-by: Mateusz …
|
|
|
@12eb2fd5
|
12 years |
michaelni |
dxa: dont try to use the previous frame if there is none.
Fixes null …
|
|
|
@e70144cb
|
12 years |
michaelni |
bink: check quant_index, fix out of array read
Found-by: Mateusz …
|
|
|
@e28b7553
|
12 years |
diego |
configure: Add option to disable all command line programs
|
|
|
@b74dbdd5
|
12 years |
diego |
bgmc: Fix av_malloc checks in ff_bgmc_init()
Signed-off-by: Xi Wang …
|
|
|
@612ecfbb
|
12 years |
michaelni |
gifdec: check ff_lzw_decode_init() return value, fix out of array …
|
|
|
@50f0a6b4
|
12 years |
michaelni |
wmaprodec: check num_sfb for validity. Fix out of array accesses
…
|
|
|
@3b4296f4
|
12 years |
lu_zero |
avformat: clarify stream id for muxing
|
|
|
@8034130e
|
12 years |
lu_zero |
rtp: set the payload type as stream id
Support multiple video/audio …
|
|
|
@30bce34b
|
12 years |
michaelni |
vpriv_adx_decode_header: avoid underreading the array.
Found-by: …
|
|
|
@ab8517b
|
12 years |
michaelni |
vc1dec: require a minimum of 2x2 for the edge pos. Avoid assertion …
|
|
|
@dbc44667
|
12 years |
onemda |
Add missing dependency for avr demuxer
Signed-off-by: Paul B Mahol …
|
|
|
@ccce723c
|
12 years |
michaelni |
vc1dec: check first field slices, fix out of array read.
Found-by: …
|
|
|
@a3138eb
|
12 years |
diego |
fate: Add dependencies for aac, alac, amrnb, amrwb, atrac tests
|
|
|
@7f1fcaf0
|
12 years |
mans |
ppc: do not pass redundant compiler flags
The -mpowerpc64 and …
|
|
|
@7ba0c1b3
|
12 years |
mans |
avutil: change GET_UTF8 to not use av_log2()
This removes an …
|
|
|
@87d073ea
|
12 years |
michaelni |
mov: Dont try to calculate with unknown durations, fix division by 0
…
|
|
|
@a1b5c963
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@b0c543b1
|
12 years |
michaelni |
Merge commit 'da39cac8def7ea73cad2fa2b611209663c7abe2c'
Not merged, …
|
|
|
@d4e74d5
|
12 years |
michaelni |
Remove deprecation of avcodec_get_chroma_sub_sample.
Add explanations …
|
|
|
@e13d5e9a
|
12 years |
michaelni |
Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'
* commit …
|
|
|
@e8769b3
|
12 years |
martin |
segment: fix NULL pointer dereference in seg_write_header()
Since the …
|
|
|
@26afdbcf
|
12 years |
Clément Bœsch |
ffserver: fix NULL dereference with quoted Stream name.
|
|
|
@a9ba9268
|
12 years |
Clément Bœsch |
ffserver: prefer av_asprintf over malloc+snprintf for Launch setting.
|
|
|
@66ff90f4
|
12 years |
michaelni |
8bps: check index against buffer size before reading line length …
|
|
|
@7acee665
|
12 years |
michaelni |
mpeg12data: increase size of ff_mpeg1_default_intra_matrix to prevent …
|
|
|
@e1631f8e
|
12 years |
michaelni |
aasc: check before reading the first 4 byte, fix overread
Found-by: …
|
|
|
@39c5cd60
|
12 years |
michaelni |
vmnc: check input size before reading chunk header, fix overread
…
|
|
|
@b6165882
|
12 years |
michaelni |
Merge remote-tracking branch 'lippit/master'
* lippit/master:
…
|
|
|
@9f088712
|
12 years |
michaelni |
ffmpeg: fix double ;;
Signed-off-by: Michael Niedermayer …
|
|
|
@9406d6be
|
12 years |
michaelni |
ffmpeg: fix audio timestamps on stream copy with -ss
Signed-off-by: …
|
|
|