|
|
|
@51c7af9d
|
12 years |
onemda |
lavc/gifdec: move idx_line allocation out of gif_read_header1()
Now …
|
|
|
@285128ee
|
12 years |
onemda |
lavc/gifdec: do not return nonzero *got_frame if frame is not passed
…
|
|
|
@aaebdce3
|
12 years |
onemda |
lavc/gifdec: simplify "!= 0" checks
Signed-off-by: Paul B Mahol …
|
|
|
@f1412c79
|
12 years |
onemda |
lavc/gifdec: use memcpy()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@91ae9bc5
|
12 years |
michaelni |
Merge commit '6bdb841b46d170d58488deaed720729b79223b1d'
* commit …
|
|
|
@ab6c9332
|
12 years |
michaelni |
vqavideo: check chunk sizes before reading chunks
Fixes out of array …
|
|
|
@e9d443cf
|
12 years |
michaelni |
eacmv: Free frames on resolution changes
Fixes out of array reads
…
|
|
|
@286930d3
|
12 years |
michaelni |
gifdec: check that w,h is not zero
Fixes out of array access
…
|
|
|
@a0d14404
|
12 years |
Carl Eugen Hoyos |
Fix compilation with --disable-everything on x86_32.
Fixes ticket #2183.
|
|
|
@c4738c31
|
12 years |
stefasab |
ffmpeg: fix typo in open_files() message
Found-By: Justin Ruggles
|
|
|
@1ec3324f
|
12 years |
stefasab |
lavf/img2enc: extend current options documentation
|
|
|
@069d1564
|
12 years |
stefasab |
lavf/img2dec: fix option help fields
|
|
|
@2756c309
|
12 years |
stefasab |
doc/faq: fill missing word in the concat protocol entry
|
|
|
@40cb682c
|
12 years |
stefasab |
doc/faq: mention concat protocol documentation in the protocol …
|
|
|
@c1035035
|
12 years |
michaelni |
gifdec: gif_copy_img_rect: Fix end pointer
Fixes out of array …
|
|
|
@fc8e8e5b
|
12 years |
michaelni |
h264_qpel: put cpuflags checks back.
These where lost when libav …
|
|
|
@cf48b006
|
12 years |
michaelni |
cavsdec: check for value in get_ue_code()
Fixes integer overflow and …
|
|
|
@77b740ac
|
12 years |
michaelni |
lavu/timecode: fix time code calculation for 60000/1001 drop frame
…
|
|
|
@a717fa84
|
12 years |
michaelni |
lavu/timecode: Allow drop frame mode for 60000/1001 fps
Reviewed-by: …
|
|
|
@55d66b27
|
12 years |
michaelni |
movenc: check that fps for tmcd is within encodable range.
The fps is …
|
|
|
@9362f31b
|
12 years |
michaelni |
movenc: Calculate fps for tmcd without intermediate step.
Fixes part …
|
|
|
@bee044d7
|
12 years |
michaelni |
ffmpeg: copy tmcd track timebase parameters
Fixes part of Ticket2045
…
|
|
|
@b75ac7c7
|
12 years |
michaelni |
lavc: include timebase in avcodec string at debug level.
…
|
|
|
@c071b006
|
12 years |
michaelni |
mpeg12demux: Fallback to startcode for stream type identification.
…
|
|
|
@6bdb841b
|
12 years |
janne-libav |
h264: copy h264qpel dsp context to slice thread copies
|
|
|
@8e148b87
|
12 years |
janne-libav |
arm: h264qpel: use neon h264 qpel functions only if supported
|
|
|
@eb567a79
|
12 years |
onemda |
eacdata: do not set sample_fmt
It is supposed to be set from lavc …
|
|
|
@7b007a7c
|
12 years |
onemda |
flic: do not set sample_fmt
It is supposed to be set from lavc only.
…
|
|
|
@fc13a896
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@70b0aeba
|
12 years |
michaelni |
Merge commit '7a95afe433b2a692f490b98948c082e62ffc1d27'
* commit …
|
|
|
@9c555bca
|
12 years |
michaelni |
Merge commit '528878ee7b377e23a194d7c801571d97793047e0'
* commit …
|
|
|
@b4581e9
|
12 years |
michaelni |
Merge commit '4a4a7e138c92901e04db46a6b05cc6948023e5f5'
* commit …
|
|
|
@1d2abca7
|
12 years |
michaelni |
wmv2enc: drop setting of idct_algo
This should have become redundant
…
|
|
|
@40c27504
|
12 years |
michaelni |
Merge commit '57ed8debb9b9cc565cc6e9f98c5b5cbb9f69097c'
* commit …
|
|
|
@dd5689a3
|
12 years |
onemda |
matroskadec: export codec bits_per_coded_sample
Fixes -codec copy …
|
|
|
@ee8d4a41
|
12 years |
onemda |
matroskaenc: fix -codec copy with TTA
Signed-off-by: Paul B Mahol …
|
|
|
@9ddf5631
|
12 years |
onemda |
matroskaenc: support TTA muxing
TTA in matroska does not store any …
|
|
|
@c89a8ee2
|
12 years |
stefasab |
doc/eval: fix/review the section about SI prefixes and usage
In …
|
|
|
@ca1bc188
|
12 years |
stefasab |
doc/eval: fix documentation for time() function
|
|
|
@2b207bab
|
12 years |
stefasab |
doc/eval: substitute if/then/else construct with an example making use …
|
|
|
@2ed0803c
|
12 years |
stefasab |
lavu/eval: extend if/ifnot functions to accept a third parameter
Add …
|
|
|
@056664ff
|
12 years |
onemda |
lavc/tta: remove nonsense s->avctx indirection, use avctx directly
…
|
|
|
@e65046b
|
12 years |
onemda |
lavfi/earwax: remove config_input()
This is wrong function to check …
|
|
|
@e9d81735
|
12 years |
lu_zero |
dsputil: Separate h264 qpel
The sh4 optimizations are removed, …
|
|
|
@7a95afe4
|
12 years |
lu_zero |
doc: fix dependencies in pod generation
The script can and will change.
|
|
|
@528878ee
|
12 years |
diego |
openbsd: configure: Stop enabling PIC by default
Previously PIC was …
|
|
|
@4a4a7e13
|
12 years |
martin |
rtpenc_chain: Use the original AVFormatContext for getting payload …
|
|
|
@93211717
|
12 years |
martin |
rtp: Make sure the output format pointer is set
Not sure if this …
|
|
|
@fc50175b
|
12 years |
Carl Eugen Hoyos |
Refuse to mux tta into matroska, the output file is broken.
|
|
|
@7e059c9c
|
12 years |
michaelni |
mpeg4videoenc: check w,h to be within the supported range.
…
|
|
|
@46cb6181
|
12 years |
michaelni |
gifdec: check that the last keyframe exists and has been successfully …
|
|
|
@b53ed19
|
12 years |
michaelni |
lcldec: Check length before unsigned subtraction.
Fix integer …
|
|
|
@69fb605
|
12 years |
michaelni |
mpc8: check stream count before accessing stream 1.
Fixes null …
|
|
|
@ee9151b6
|
12 years |
michaelni |
ff_mss12_decode_init: check dimensions
Fixes assertion failure
…
|
|
|
@df39c3ce
|
12 years |
Carl Eugen Hoyos |
matroskaenc: add codec_tag lists back.
This reverts 312645e :
"Do not …
|
|
|
@f8b6d481
|
12 years |
Carl Eugen Hoyos |
Only try to auto-detect LATM in mpegts if the LOAS demuxer was …
|
|
|
@9d6e0ac6
|
12 years |
michaelni |
floatdsp: restrict->av_restrict
Fix msvc
Signed-off-by: Michael …
|
|
|
@7357ca90
|
12 years |
michaelni |
sanm: Check decoded_size.
This prevents a buffer overflow in …
|
|
|
@57ed8deb
|
12 years |
martin |
wmv2: Propagate the wmv2 idct permutation type to the dsputils context …
|
|
|
@e90820d4
|
12 years |
martin |
rtp: Make sure priv_data is set before reading it
This fixes crashes …
|
|
|
@31cd1e20
|
12 years |
michaelni |
eval: add function to access the current "wallclock" time.
…
|
|
|
@665f2d43
|
12 years |
michaelni |
hls: add missing checks for accessing avoption fields
Fixes null …
|
|
|
@80712886
|
12 years |
michaelni |
mlpdec: move ch_assign setup code down to after ch layout is set.
…
|
|
|
@6747b0be
|
12 years |
michaelni |
mlp: fix channel order.
This fixes a regression introduced with …
|
|
|
@d4e5d8d
|
12 years |
stefasab |
lavf/hls: broker HTTP options
Signed-off-by: Stefano Sabatini …
|
|
|
@e3197257
|
12 years |
stefasab |
lavf/segment: exit immediately in case of invalid stream specifier
…
|
|
|
@bb539eb1
|
12 years |
stefasab |
lavf/segment: avoid failure in case -flags +live and …
|
|
|
@f4e4e5b8
|
12 years |
stefasab |
lavf/segment: drop now pointless segment_list_close() function
|
|
|
@ca68acd7
|
12 years |
stefasab |
lavf/segment: mark #EXT-X-ENDLIST in M3U8 only at the end of stream
…
|
|
|
@8b8ac78e
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rtpenc: …
|
|
|
@1e7a92f2
|
12 years |
michaelni |
Merge commit 'baf35bb4bc4fe7a2a4113c50989d11dd9ef81e76'
* commit …
|
|
|
@f900fd5d
|
12 years |
michaelni |
Merge commit '2612c4dc78e1750c4653bf5a9f2cbe95f7b4ed6e'
* commit …
|
|
|
@70270f27
|
12 years |
michaelni |
Merge commit '2bef1a83d7a3ca60b161ab90bf4d4338e5def5e7'
* commit …
|
|
|
@6d1e9d99
|
12 years |
michaelni |
Merge commit '32ff6432284f713e9f837ee5b36fc8e9f1902836'
* commit …
|
|
|
@ac898759
|
12 years |
michaelni |
Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'
* commit …
|
|
|
@a793a587
|
12 years |
onemda |
lavfi/swapuv: support all planar yuv pixel formats
Signed-off-by: …
|
|
|
@b90ab2b9
|
12 years |
michaelni |
Merge commit '2e4bb99f4df7052b3e147ee898fcb4013a34d904'
* commit …
|
|
|
@516f30ed
|
12 years |
michaelni |
Merge commit '0ee8293a77a6afad161e91ce1d43c4a57ce33a6a'
* commit …
|
|
|
@0ff21c31
|
12 years |
michaelni |
mlpdec: remove disabled code, leftover from merge
Signed-off-by: …
|
|
|
@826188d2
|
12 years |
michaelni |
Merge commit 'ed1b01131e662c9086b27aaaea69684d8575fbea'
* commit …
|
|
|
@86b892af
|
12 years |
michaelni |
Merge commit 'b0c7e3ffd09f68022429920da483ad7abed84aa1'
* commit …
|
|
|
@1cf6f6f3
|
12 years |
michaelni |
Merge commit '1fd2deedcc6400e08b31566a547a5fac3b38cefb'
* commit …
|
|
|
@cd6a8618
|
12 years |
michaelni |
Merge commit '3ffcccb4fbaae4d5ad775506f1f2761f2029affa'
* commit …
|
|
|
@fa36270c
|
12 years |
michaelni |
Merge commit '99ccd2ba10eac2b282c272ad9e75f082123c765a'
* commit …
|
|
|
@8102f27b
|
12 years |
michaelni |
Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'
* commit …
|
|
|
@24604eba
|
12 years |
michaelni |
Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'
* commit …
|
|
|
@6e6e1708
|
12 years |
michaelni |
Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'
* commit …
|
|
|
@b1b870fb
|
12 years |
michaelni |
Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49'
* commit …
|
|
|
@cf29f49d
|
12 years |
martin |
rtpenc: fix overflow checking in avc_mp4_find_startcode()
The check …
|
|
|
@ecb918e5
|
12 years |
martin |
rtmp: fix buffer overflows in ff_amf_tag_contents()
A negative `size' …
|
|
|
@3cff5336
|
12 years |
martin |
rtmp: fix multiple broken overflow checks
Sanity checks like `data + …
|
|
|
@205b2d2a
|
12 years |
onemda |
adcpmenc: remove unused header
Signed-off-by: Paul B Mahol …
|
|
|
@a2dd988b
|
12 years |
onemda |
jpeglsenc: add missing put_bits.h header
Signed-off-by: Paul B Mahol …
|
|
|
@be38aaba
|
12 years |
onemda |
ffv1enc: include correct header
Encoder needs put_bits.h, not …
|
|
|
@6f465c62
|
12 years |
onemda |
dcaenc: remove unused header
Signed-off-by: Paul B Mahol …
|
|
|
@92d874cb
|
12 years |
onemda |
flacenc: include correct header
Encoder needs put_bits.h, not …
|
|
|
@2e413003
|
12 years |
martin |
float_dsp: Include config.h for redefining restrict
This makes sure …
|
|
|
@4e69237
|
12 years |
michaelni |
rtmp: fix buffer overflows in ff_amf_tag_contents()
A negative `size' …
|
|
|
@902cfe2f
|
12 years |
michaelni |
rtmp: fix multiple broken overflow checks
Sanity checks like `data + …
|
|
|
@2f014567
|
12 years |
michaelni |
rtpenc: fix overflow checking in avc_mp4_find_startcode()
The check …
|
|
|