|
|
|
@1bf63964
|
11 years |
george |
lavc: add a mime_types field to codec descriptors.
|
|
|
@6ea11966
|
11 years |
george |
lavc: add AV_CODEC_ID_BIN_DATA.
|
|
|
@892e2c2
|
11 years |
george |
lavc: add codec descriptors for TTF and OTF.
|
|
|
@fa7bc7ed
|
11 years |
george |
lavc: add codec descriptors for deprecated ids.
|
|
|
@e419e29e
|
11 years |
george |
lavc/codec_desc: add separation comment.
|
|
|
@73c4b6ce
|
11 years |
george |
tools/ffhash: implement base64 output.
Also fix usage string: the …
|
|
|
@3926a30b
|
11 years |
george |
tools/ffhash: use av_hash_final_hex().
|
|
|
@b804eb43
|
11 years |
george |
lavu/hash: add hash_final helpers.
The helpers use local memory to …
|
|
|
@5b881499
|
11 years |
r.verdejo |
ffserver: do not ignore lseek() return
Should fix FFmpeg Coverity …
|
|
|
@898192e0
|
11 years |
r.verdejo |
ffserver: do not ignore getsockname() return
Should fix FFmpeg …
|
|
|
@e79bc6a8
|
11 years |
r.verdejo |
ffserver: do not ignore send() return
Should fix Coverity Scan issue …
|
|
|
@8baa5b32
|
11 years |
r.verdejo |
ffserver: do not ignore setsockopt return
Should fix FFmpeg Coverity …
|
|
|
@6d953ae2
|
11 years |
r.verdejo |
ffserver: do not ignore ff_socket_nonblock return
Should fix FFmpeg …
|
|
|
@ede411dd
|
11 years |
michaelni |
avcodec/vc1_parser: fix use of uinitialized memory
Signed-off-by: …
|
|
|
@7c710764
|
11 years |
michaelni |
avutil/log: fix memleak from 669a09fb372fa58ff913ebc326cb64bb3e8e7928
…
|
|
|
@648f7a6e
|
11 years |
michaelni |
ffmpeg_dxva2: fix mixing of declarations and statements
…
|
|
|
@21c7e996
|
11 years |
michaelni |
Merge commit 'a61c2115fb936d50b8b0328d00562fe529a7c46a'
* commit …
|
|
|
@c6eee312
|
11 years |
michaelni |
Merge commit '35177ba77ff60a8b8839783f57e44bcc4214507a'
* commit …
|
|
|
@9c6eef6f
|
11 years |
michaelni |
Merge commit 'b2b4afe8115fe3c8b005d663610e5af06f110165'
* commit …
|
|
|
@0f630b7b
|
11 years |
michaelni |
Merge commit 'ed4b757177f9b563412cdbc8ee3405d82e10fc05'
* commit …
|
|
|
@2548f8a2
|
11 years |
michaelni |
Merge commit '2fcef90bee98bffeff1d95b7197738f50c450d86'
* commit …
|
|
|
@fed0aceb
|
11 years |
michaelni |
ffmpeg: print an error at the end if conversion failed
Fixes …
|
|
|
@68c3e602
|
11 years |
michaelni |
Fix convertion typos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@a61c2115
|
11 years |
anton |
configure: rework dxva in avconv handling
Move the dxva check after …
|
|
|
@35177ba
|
11 years |
anton |
avconv: add support for DXVA2 decoding
Signed-off-by: Anton Khirnov …
|
|
|
@81206683
|
11 years |
michaelni |
avcodec/hevc_cabac: decrease CABAC_MAX_BIN
Prevents shifts with …
|
|
|
@b2b4afe8
|
11 years |
anton |
hwaccel: fix dxva2 & vaapi loop filter parameters
Signed-off-by: …
|
|
|
@ed4b7571
|
11 years |
anton |
dxva2_h264: add a workaround for old Intel GPUs
Old Intel GPUs expect …
|
|
|
@096de451
|
11 years |
michaelni |
configure: add support for new CPUs
Add new -march values for Intel …
|
|
|
@2fcef90b
|
11 years |
anton |
dxva2_h264: set the correct ref frame index in the long slice struct
…
|
|
|
@a215b15
|
11 years |
michaelni |
avformat/utils: Set the average frame rate from the r_frame_rate if …
|
|
|
@34e7d3c3
|
11 years |
michaelni |
avformat/utils: Ensure that average fps is probed if requested by the …
|
|
|
@502a8f56
|
11 years |
michaelni |
Merge commit '1eb57e1d9b59db0aa63348c21bf3290bd3f5efcb'
* commit …
|
|
|
@1f249d2c
|
11 years |
michaelni |
avformat/utils: prevent r frame rate from being set larger than 1/tb
…
|
|
|
@4394f82f
|
11 years |
michaelni |
avformat/utils: add gif to tb_unreliable()
This improves the used …
|
|
|
@1eb57e1d
|
11 years |
anton |
lavc: eliminate tb_unreliable()
If framerate estimation is enabled, …
|
|
|
@18af0ce6
|
11 years |
michaelni |
avfilter/graphdump: Fix pointer to local outside scope
Fixes …
|
|
|
@2cf51435
|
11 years |
michaelni |
avcodec/mpeg12enc: increase declared size of block function argument
…
|
|
|
@d80e7ba9
|
11 years |
michaelni |
ffmpeg_filter: make *jpeg_formats static const
Found-by: Reimar …
|
|
|
@e31727bd
|
11 years |
michaelni |
avcodec/mjpegdec: make type of shift unsigned to avoid undefined …
|
|
|
@4260ed46
|
11 years |
michaelni |
avcodec/h264_cabac: fix indention
Fixes CID1087088
Signed-off-by: …
|
|
|
@1fc28cf1
|
11 years |
michaelni |
avcodec/g729postfilter: avoid potential negative shift
Fixes …
|
|
|
@d03defa7
|
11 years |
michaelni |
avcodec/tiff: Support yuv 420 and 444
Fixes Ticket416
Trolled-by: jb …
|
|
|
@1ca21e1b
|
11 years |
michaelni |
avcodec/tiff: parse subsample factors
Signed-off-by: Michael …
|
|
|
@4930e529
|
11 years |
michaelni |
lavd/fbdev_enc: fix not closed handles
Fixes CID 1206651
…
|
|
|
@b3c0d010
|
11 years |
michaelni |
avformat/mlvdec: close any additional .Mxx files
Signed-off-by: Peter …
|
|
|
@8bd6837e
|
11 years |
michaelni |
avformat/mlvdec: remove unused MlvContext.buffer
Signed-off-by: Peter …
|
|
|
@ef312b8
|
11 years |
michaelni |
Fix bistream typos
Found-by: wm4
Signed-off-by: Michael Niedermayer …
|
|
|
@3a5ca79b
|
11 years |
michaelni |
fix bistream typos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@9341e949
|
11 years |
michaelni |
Fix overriden typos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@a5e20d9f
|
11 years |
michaelni |
Fix teh typos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@466988ab
|
11 years |
michaelni |
Fix dont and doesnt typos
Signed-off-by: Michael Niedermayer …
|
|
|
@e2a5557c
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@4abbea02
|
11 years |
Carl Eugen Hoyos |
lavf/mpeg.h: Remove an unused definition.
Fixes a warning when …
|
|
|
@e9ad121b
|
11 years |
michaelni |
Fix skiping typos
Found-by: Alessandro Ghedini …
|
|
|
@9abf08f7
|
11 years |
michaelni |
avformat/mlvdec: print unsigned chunk size
Signed-off-by: Peter Ross …
|
|
|
@bdab0c2d
|
11 years |
michaelni |
avformat/mlvdec: process ff_get_wav_header return value
Fixes …
|
|
|
@c9cfd45
|
11 years |
michaelni |
avformat/mpegtsenc: Allow DTS audio copy to TS streams
This doesn't …
|
|
|
@7e7b668e
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
Try …
|
|
|
@e20ebe49
|
11 years |
michaelni |
avcodec/shorten: check bitshift
Fixes invalid shift
Fixes CID1194400
…
|
|
|
@ade5851b
|
11 years |
Carl Eugen Hoyos |
Try mov tags if the fourcc in V_MS/VFW mkv files cannot be found in …
|
|
|
@b2cfd1fd
|
11 years |
u |
avfilter/curves: fix resource leaks.
Fixes CID1206650
|
|
|
@b4329605
|
11 years |
michaelni |
avcodec/mjpegdec: Fix undefined shift
Fixes CID1194388
…
|
|
|
@bc32340
|
11 years |
michaelni |
avcodec/truemotion2: replace impossible condition by av_assert2
…
|
|
|
@09b16619
|
11 years |
michaelni |
ffmpeg_filter: fix pointer to local outside scope
Fixes CID1206652 …
|
|
|
@6956b048
|
11 years |
michaelni |
avfilter/vf_drawtext: fix resource leaks
Fixes CID1206649
…
|
|
|
@66e30a2e
|
11 years |
michaelni |
avformat/mpegtsenc: check avformat_new_stream() return
Fixes …
|
|
|
@24725f8e
|
11 years |
michaelni |
avformat/matroskaenc: fix indention level
Fixes CID1206644 …
|
|
|
@9b1d7d4f
|
11 years |
michaelni |
avformat/oggparsecelt: fix memleak
Fixes: CID1108605
Signed-off-by: …
|
|
|
@68de2115
|
11 years |
michaelni |
avformat/tee: print errors for each failed bitstream filter
Fixes …
|
|
|
@ebfe154b
|
11 years |
michaelni |
avcodec/apedec: tmpk==32 is not supported, prevent undefined behavior
…
|
|
|
@669a09fb
|
11 years |
michaelni |
Add AV_LOG_PRINT_LEVEL flag to include log severity in default log …
|
|
|
@262ea965
|
11 years |
michaelni |
cmdutils: preserve unchanged log flags when setting …
|
|
|
@b217dc91
|
11 years |
michaelni |
lavfi/avfilter: clarify avfilter_graph_get_filter() doxygen
…
|
|
|
@3ba77ea3
|
11 years |
michaelni |
avcodec/vc1dec: print debug message if a b frame without reference is …
|
|
|
@8b2c3d2a
|
11 years |
michaelni |
Merge commit 'cdf6eb5a9710566be217a3f17d3d94ac4e4d2662'
* commit …
|
|
|
@7228bdee
|
11 years |
r.verdejo |
ffserver: fix missing frees at connection setup
Should fix FFmpeg …
|
|
|
@1404e2a3
|
11 years |
r.verdejo |
ffserver: free AVStream st before wiping context
Should fix FFmpeg …
|
|
|
@107f2468
|
11 years |
r.verdejo |
ffserver: free nacl as needed
Should fix FFmpeg Coverity Scan issue …
|
|
|
@b2682db3
|
11 years |
michaelni |
lavfi/avfilter: fix typos in doxgens
Signed-off-by: Lukasz Marek …
|
|
|
@e0e60c92
|
11 years |
michaelni |
avcodec/dpx: extract frame rate
Fixes part of Ticket3511
…
|
|
|
@af165ace
|
11 years |
michaelni |
avformat/movenc: dont store invalid tapt atom
Signed-off-by: Michael …
|
|
|
@c9e0f7a
|
11 years |
michaelni |
Merge commit '99e22b7859177f6d3ed6121040924b337dce5497'
* commit …
|
|
|
@944a744b
|
11 years |
michaelni |
Merge commit '802385dbc2c57abd76f6a00e32f3df35e9526c08'
* commit …
|
|
|
@62056d09
|
11 years |
michaelni |
avformat/avidec: skip len=0 entries from the index
Reduces cpu & …
|
|
|
@cdf6eb5a
|
11 years |
lu_zero |
vc1: Do not return an error when skipping b frames
This caused mpv …
|
|
|
@99e22b78
|
11 years |
lu_zero |
mov: Emit the correct tags for clcp tracks
Bug-Id: 664
…
|
|
|
@802385db
|
11 years |
lu_zero |
mov: Write prof section of tapt tag
Signed-off-by: Luca Barbato …
|
|
|
@cdac3ab5
|
11 years |
michaelni |
swresample: add swri_resample_double_sse2
Signed-off-by: James Almer …
|
|
|
@92cc6d51
|
11 years |
michaelni |
avcodec/mdct_template: Use av_malloc_array()
Signed-off-by: Michael …
|
|
|
@681a5b8d
|
11 years |
michaelni |
avcodec/ttaenc: use av_malloc_array()
Signed-off-by: Michael …
|
|
|
@abbcc6b2
|
11 years |
michaelni |
avcodec/utils: use av_malloc(z)_array()
Signed-off-by: Michael …
|
|
|
@2f2629c8
|
11 years |
michaelni |
Merge commit '6d69f9f37689c999815a65a2d99999fad3a41705'
* commit …
|
|
|
@6d69f9f3
|
11 years |
rsbultje |
vp9: write uveob as 16-bit value for 16x16/32x32 transforms.
This …
|
|
|
@c7b08904
|
11 years |
michaelni |
vp9: use LOCAL_ALIGNED_32 for left/top intra_pred pointers
This is …
|
|
|
@25d5ea6d
|
11 years |
michaelni |
lavu: add LOCAL_ALIGNED_32
Signed-off-by: James Almer …
|
|
|
@cebe06a0
|
11 years |
michaelni |
avutil/opencl: fix a segmentfault in libavutil/opencl.c
…
|
|
|
@6e5cce1c
|
11 years |
michaelni |
configure: allow overriding ranlib
Reviewed-by: Timothy Gu …
|
|
|
@a0d7f9ec
|
11 years |
michaelni |
vc-1: Optimise parser (with special attention to ARM)
The previous …
|
|
|
@9d8ecdd8
|
11 years |
michaelni |
vc-1: Add platform-specific start code search routine to …
|
|
|