|
|
|
@dd84efe3
|
12 years |
michaelni |
matroskaenc: Fix hypothetical integer overflows
Fixes CID700562-7 …
|
|
|
@b1f517f5
|
12 years |
michaelni |
matroskaenc: check avio_open_dyn_buf() retuen code
Fixes CID703629 …
|
|
|
@eed74064
|
12 years |
derek.buitenhuis |
doc/platform: Add info on shared builds with MSVC
Signed-off-by: …
|
|
|
@11a73745
|
12 years |
derek.buitenhuis |
doc/platform: Move a caveat down to the notes section
Signed-off-by: …
|
|
|
@79393a83
|
12 years |
michaelni |
Replace usage of the deprecated av_pix_fmt_descriptors array with …
|
|
|
@2c5b92fe
|
12 years |
michaelni |
matroskadec: fix double negation typo
Fixes CID602563
Signed-off-by: …
|
|
|
@1116491c
|
12 years |
michaelni |
matroska_parse_rm_audio: check for malloc failure
Fixes CID733712 …
|
|
|
@d7cabb3c
|
12 years |
michaelni |
bgmc: check the correct pointers
Fixes CID90539, CID90538 …
|
|
|
@bf52ad1e
|
12 years |
michaelni |
lavc: revert broken hunk from 1cd9c81ddb317ca00061d11d3562d3a34888d91b …
|
|
|
@6912e7a
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@04c6ecb7
|
12 years |
michaelni |
Merge commit 'c9ef43215c7d68c2cdcdbe02287aa114f27a32ed'
* commit …
|
|
|
@cdea54b4
|
12 years |
stefasab |
lavu/parseutils: rework rational reduction logic in av_parse_ratio()
…
|
|
|
@935ecfb0
|
12 years |
stefasab |
examples/scaling_video: remove unnecessary intermediary variable in …
|
|
|
@7bc533c4
|
12 years |
stefasab |
lavc/utils: fix a few case/punctuation inconsistencies in avcodec_open2()
|
|
|
@1cd9c81d
|
12 years |
stefasab |
lavc/utils: extend feedback provided by avcodec_open2()
|
|
|
@7b116a94
|
12 years |
stefasab |
examples/decoding_encoding: fix misc typos in the usage text
|
|
|
@8c4753f7
|
12 years |
stefasab |
examples/decoding_encoding: remove misplaced and confusing comment
|
|
|
@6d6ccbae
|
12 years |
stefasab |
examples/decoding_encoding: add missing checks on avcodec_alloc_context3()
|
|
|
@79042ab3
|
12 years |
diego |
configure: Group math functions into a separate variable
This avoids …
|
|
|
@5532cf31
|
12 years |
diego |
avutil/mem: K&R formatting cosmetics
|
|
|
@c0853697
|
12 years |
diego |
avutil/lzo: K&R formatting cosmetics
|
|
|
@c9ef4321
|
12 years |
mans |
fate-vc1: add dependencies
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@1846ddf0
|
12 years |
mans |
ARM: fix overreads in neon h264 chroma mc
The loops were reading …
|
|
|
@04bf2e7
|
12 years |
michaelni |
swresample: include ff_log2_tab for shared builds
This is done in …
|
|
|
@953a3dcc
|
12 years |
michaelni |
Mark data symbols shared between libraries with av_export
…
|
|
|
@2f41eaa9
|
12 years |
martin |
rtsp: Make sure the ret variable is initialized in …
|
|
|
@33f2a494
|
12 years |
michaelni |
vc1: only disable interlaced b-frames for software decoding
…
|
|
|
@b87ff344
|
12 years |
michaelni |
vc1: implement vc1 field interlaced dxva2 decoding
Tested-by: Gwenole …
|
|
|
@8fb8d539
|
12 years |
michaelni |
hlsproto: fix integer overflow
Fixes CID703743
Signed-off-by: Michael …
|
|
|
@ba39303
|
12 years |
michaelni |
gxfenc: fix null ptr dereference
Fixes CID703677
Signed-off-by: …
|
|
|
@395caf3d
|
12 years |
michaelni |
hls: fix integer overflow
Fixes CID717892
Signed-off-by: Michael …
|
|
|
@a96577df
|
12 years |
michaelni |
avio: fix sizeof argument
Fixes CID732284
Signed-off-by: Michael …
|
|
|
@d2d08d70
|
12 years |
lu_zero |
gitignore: ignore files created by msvc
exp files are created in …
|
|
|
@d3035136
|
12 years |
michaelni |
url_alloc_for_protocol: fix use of uninitialized variable
Fixes …
|
|
|
@3d48dd01
|
12 years |
michaelni |
avidec: remove unneeded null check
Fixes CID29555
Signed-off-by: …
|
|
|
@aaf78e4d
|
12 years |
michaelni |
vf_mp: fix null ptr deref in case of ENOMEM
Fixes CID703675 …
|
|
|
@042a738b
|
12 years |
michaelni |
vf_mp: check list in querry_format()
Fixes CID717772
Signed-off-by: …
|
|
|
@31fdf306
|
12 years |
michaelni |
vf_idet: reorder operations to avoid division by 0
Fixes CID733738 …
|
|
|
@12549db6
|
12 years |
martin |
fate: Add proper dependencies for the tests in video.mak
…
|
|
|
@0fa26bd4
|
12 years |
michaelni |
utvideoenc: fix theoretical integer overflow
The image sizes needed …
|
|
|
@d86ef544
|
12 years |
michaelni |
avcodec_align_dimensions2: add missing breaks
This should have just …
|
|
|
@2470851f
|
12 years |
michaelni |
lavc: enable recursively using avcodec_open2/close.
Signed-off-by: …
|
|
|
@4b587848
|
12 years |
diego |
configure: Disable Snow decoder and encoder by default
Snow has …
|
|
|
@8fb1e264
|
12 years |
diego |
lzo: Drop obsolete fast_memcpy reference
|
|
|
@c896aa98
|
12 years |
diego |
build: Drop OBJS declaration for non-existing PCM_DVD encoder
|
|
|
@7abf3948
|
12 years |
michaelni |
mov.c: Check for stsd + m1s tag indicating MOV-wrapped MPEG-PS, and …
|
|
|
@6bcdfe48
|
12 years |
martin |
mpeg4videodec: Disable frame multithreading for GMC, its not …
|
|
|
@9434ead2
|
12 years |
michaelni |
fate: Handle lavf-fate tests in a makefile
Signed-off-by: Michael …
|
|
|
@c5fd9d3c
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|
@81ff0c2
|
12 years |
michaelni |
Merge commit '1cd432e167b1a80853760c89a33606e2b5f229c2'
* commit …
|
|
|
@93f244e3
|
12 years |
michaelni |
Merge commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95'
* commit …
|
|
|
@b0554fec
|
12 years |
michaelni |
Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72'
* commit …
|
|
|
@61cc9974
|
12 years |
martin |
fate: Add proper dependencies in qt.mak
The output of make fate-list …
|
|
|
@91485e74
|
12 years |
martin |
fate: Add proper dependencies in lossless-video.mak
The output of …
|
|
|
@169514c
|
12 years |
kostya.shishkov |
indeo3: do not try to output more lines than we can fit
Internally …
|
|
|
@8774d58
|
12 years |
kostya.shishkov |
bmv: get a new frame on every decode_frame(), so we can use direct …
|
|
|
@d50aa006
|
12 years |
michaelni |
tiffenc: fix integer overflow
Fixes CID700699
Signed-off-by: Michael …
|
|
|
@a06f943f
|
12 years |
michaelni |
roqvideodec: replace dead code by assert
Fixes CID732195 …
|
|
|
@c0b17ea1
|
12 years |
michaelni |
roqaudioenc: Fix crash with very small roq files
Fixes CID703669 …
|
|
|
@4ebf3059
|
12 years |
onemda |
lavc/tta: do not overwrite bits_per_coded_sample
It is supposed to be …
|
|
|
@445f36d7
|
12 years |
onemda |
kmvc: use meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@be536f08
|
12 years |
onemda |
xxan: return more meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@0bf40e0e
|
12 years |
onemda |
lavc/yop: remove redudant YOP in av_log() messages
Signed-off-by: …
|
|
|
@4c6c6a2
|
12 years |
onemda |
jvdec: use more meaningful error code
Signed-off-by: Paul B Mahol …
|
|
|
@5272248
|
12 years |
onemda |
idcinvideo: if decoding fails return error
Previously if frame …
|
|
|
@aadb7b3a
|
12 years |
onemda |
lavc/c93: use meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@1cd432e1
|
12 years |
mans |
configure: fix libcdio check
The compiler/linker flags passed to …
|
|
|
@05b03370
|
12 years |
michaelni |
motionpixels/mp_decode_frame_helper: assert that the first pixel …
|
|
|
@df727d40
|
12 years |
michaelni |
mlp_parser: print error when ff_combine_frame() fails to add the …
|
|
|
@e807a2b6
|
12 years |
Clément Bœsch |
lavc: add raw text subtitles decoder.
|
|
|
@3f055f8f
|
12 years |
martin |
rtsp: Allow setting the reordering buffer size via an AVOption
…
|
|
|
@1c377449
|
12 years |
martin |
rtsp: Vertically align a constant definition
Signed-off-by: Martin …
|
|
|
@0de9380b
|
12 years |
martin |
rtp: Update the check for distinguishing between RTP and RTCP
Also …
|
|
|
@c753b56b
|
12 years |
michaelni |
ff_convert_matrix: fix integer overflow
Fixes CID608053 …
|
|
|
@5537c92f
|
12 years |
michaelni |
mpegvideoenc: check return value of ff_MPV_frame_start()
Fixes …
|
|
|
@2472f3fa
|
12 years |
michaelni |
lzwenc: change assert to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@97d1cb5c
|
12 years |
michaelni |
bmv: remove unreachable default case
Fixes CID732191
Signed-off-by: …
|
|
|
@7a12d97e
|
12 years |
mans |
aac: fix build with hardcoded tables
aac_tablegen.h includes aac.h …
|
|
|
@23b20301
|
12 years |
michaelni |
indeo4: prevent printing uninitialized variable
Fixes CID703822 …
|
|
|
@2b1a2466
|
12 years |
michaelni |
dv: change assert(a2 < 4) to av_assert()
Signed-off-by: Michael …
|
|
|
@e8fe208b
|
12 years |
diego |
fate: dependencies for screen codec tests
|
|
|
@7b2121e7
|
12 years |
diego |
riff: Move functions around to be covered by appropriate #ifdefs
This …
|
|
|
@d0c27e88
|
12 years |
michaelni |
riff: retry reading metadata without padding if it fails with
Fixes …
|
|
|
@1350dffd
|
12 years |
michaelni |
riff: dont discard truncated metadata
Reviewed-by: Paul B Mahol …
|
|
|
@0af1fe84
|
12 years |
martin |
avformat: Fix references to the removed function av_write_header in …
|
|
|
@22310eef
|
12 years |
martin |
changelog: Mention the MSVC DLL support
Also retroactively add a …
|
|
|
@55351de9
|
12 years |
mans |
fate: add dependencies for misc microsoft codecs
Signed-off-by: Mans …
|
|
|
@c0329748
|
12 years |
mans |
fate: add a dependency helper macro
Signed-off-by: Mans Rullgard …
|
|
|
@22f5149e
|
12 years |
mans |
fate-twinvq: add dependencies
Signed-off-by: Mans Rullgard …
|
|
|
@08c6a12a
|
12 years |
mans |
fate-mpc: add dependencies
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@2e05143a
|
12 years |
mans |
fate-indeo: add dependencies
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@b55dda4a
|
12 years |
mans |
fate-als: add dependencies
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@eccd067
|
12 years |
mans |
fate: dependencies for demux tests
Signed-off-by: Mans Rullgard …
|
|
|
@d66c52c2
|
12 years |
martin |
Add support for building shared libraries with MSVC
This requires the …
|
|
|
@eaa9b2e6
|
12 years |
martin |
avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab
…
|
|
|
@fc085c5
|
12 years |
martin |
gxf: Add a local copy of the relevant parts of the frame rate table
…
|
|
|
@53e8cd68
|
12 years |
martin |
configure: Split out msvc as a separate target OS
The name mingw32 as …
|
|
|
@3777e6b3
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mips64: …
|
|
|
@9317b73f
|
12 years |
michaelni |
Merge commit '36ac9a16a19a365ce58cc871484c20cffe9b6401'
* commit …
|
|
|
@5806cd93
|
12 years |
michaelni |
fate: dependencies for ffmpeg vsynth tests
Signed-off-by: Michael …
|
|
|