|
|
|
@f740c1a9
|
12 years |
stefasab |
ffprobe: add and use DEFINE_WRITER_CLASS macro
Factorize writer class …
|
|
|
@76fac073
|
12 years |
michaelni |
mpegaudiodec: replace pow(2.0,...) by exp2()
Signed-off-by: Michael …
|
|
|
@c5f0b6b
|
12 years |
michaelni |
atrac3: replace powf(2,...) by exp2f()
Signed-off-by: Michael …
|
|
|
@14de5578
|
12 years |
michaelni |
sws/output: use unsigned variables where harmless overflows are …
|
|
|
@17b3251c
|
12 years |
michaelni |
ra144enc: avoid integer overflows.
The values are all positive but …
|
|
|
@5829b7d2
|
12 years |
michaelni |
ffmpeg: check timebase validity before considering it to be used for …
|
|
|
@f0d50500
|
12 years |
michaelni |
ffmpeg: fix bytes written statistics.
Signed-off-by: Michael …
|
|
|
@b3b27b63
|
12 years |
michaelni |
mpegtsenc: add forgotten ()
Fixes integer overflow
Signed-off-by: …
|
|
|
@206c34e1
|
12 years |
stefasab |
lavfi/setpts: set SAMPLE_RATE to NAN when input is no audio
Should be …
|
|
|
@722762f7
|
12 years |
stefasab |
lavfi/setpts: add FRAME_RATE constant
Useful for dealing with …
|
|
|
@e14725c
|
12 years |
michaelni |
add OTF support for attachments
Signed-off-by: Michael Niedermayer …
|
|
|
@41dba453
|
12 years |
michaelni |
utils/update_stream_timings: fix division by zero
Signed-off-by: …
|
|
|
@108957c6
|
12 years |
michaelni |
avidec/guess_ni_flag: fix harmless integer overflow
Signed-off-by: …
|
|
|
@b422e2c
|
12 years |
michaelni |
compute_pkt_fields: fix harmless integer overflow
Signed-off-by: …
|
|
|
@616ef2e8
|
12 years |
michaelni |
lavc/pngenc: Enable frame threading for PNG encodes
Signed-off-by: …
|
|
|
@bff2afb3
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@e4fe4d01
|
12 years |
stefasab |
ffprobe: simplify default printer
Remove pointless …
|
|
|
@a84edbac
|
12 years |
diego |
x86: dsputil: Only compile motion_est code when encoders are enabled
|
|
|
@8c5ed7a6
|
12 years |
mans |
mem: fix typo in check for ICC
Signed-off-by: Mans Rullgard …
|
|
|
@f181662d
|
12 years |
mans |
fate: mp3: drop redundant CMP setting
Signed-off-by: Mans Rullgard …
|
|
|
@2474ca1a
|
12 years |
michaelni |
aacdec.c: fix some comments
Signed-off-by: Michael Niedermayer …
|
|
|
@3c198154
|
12 years |
martin |
rtp: Depacketization of JPEG (RFC 2435)
Signed-off-by: Martin Storsjö …
|
|
|
@aefea4d0
|
12 years |
martin |
Rename ff_put_string to avpriv_put_string
This allows using it from …
|
|
|
@a0845bae
|
12 years |
martin |
mjpeg: Rename some symbols to avpriv_* instead of ff_*
These symbols …
|
|
|
@16c03f2e
|
12 years |
michaelni |
file: Add S_ISFIFO compatability macro
Not all systems have S_ISFIFO. …
|
|
|
@44f83930
|
12 years |
michaelni |
x86/mpegaudiodec: fix compilation failure on cygwin with undefined …
|
|
|
@3629d1c0
|
12 years |
michaelni |
dsputil_template: Reindent after recent change
Forgot to keep it …
|
|
|
@6add8eb2
|
12 years |
michaelni |
x86/h264dsp_init: put a HAVE_YASM back
Should fix compilation on open …
|
|
|
@28165fee
|
12 years |
lu_zero |
yadif: cosmetics
|
|
|
@17f9626b
|
12 years |
michaelni |
tiff/doubles2str: check for truncation
Signed-off-by: Michael …
|
|
|
@0196bc6
|
12 years |
michaelni |
tiff/doubles2str: factor out component_len
Signed-off-by: Michael …
|
|
|
@07108caf
|
12 years |
michaelni |
gxfenc: assert that the to be written data has not been truncated.
…
|
|
|
@eb336cb8
|
12 years |
michaelni |
gxfenc: dont duplicate buffer size
Signed-off-by: Michael Niedermayer …
|
|
|
@79928149
|
12 years |
michaelni |
ffprobe: avoid unsafe usage of the snprintf() return code
…
|
|
|
@b9a07e78
|
12 years |
michaelni |
srtdec: fix unsafe snprintf() return usage
Signed-off-by: Michael …
|
|
|
@9fea619
|
12 years |
michaelni |
ass: assert that the timsstamps fitted in the buffers
Failure of the …
|
|
|
@d7cb5a8d
|
12 years |
michaelni |
ffmpeg_filter: fix unsafe snprintf() usage
Signed-off-by: Michael …
|
|
|
@1fc3e8f4
|
12 years |
michaelni |
ffserver: fix unsafe snprintf() return usage.
Found-by: "Ronald S. …
|
|
|
@9c6af3a3
|
12 years |
michaelni |
ffserver: increase buffer size in http_send_too_busy_reply()
also add …
|
|
|
@77aedc77
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@4819d43d
|
12 years |
michaelni |
aacpsy: use exp2(f) instead of pow(f)(2,...)
Signed-off-by: Michael …
|
|
|
@b027156
|
12 years |
michaelni |
ffprobe: use exp2 instead of pow(2, ...)
|
|
|
@363d302e
|
12 years |
michaelni |
imc: use exp2 instead of pow(2,...)
Signed-off-by: Michael …
|
|
|
@eab438ea
|
12 years |
stefasab |
lavu/samplefmt: fix/clarify documentation for av_samples_fill_arrays() …
|
|
|
@36344414
|
12 years |
stefasab |
lavu/samplefmt: add note regarding buf validity in …
|
|
|
@a4cb0af9
|
12 years |
stefasab |
lavfi: drop deprecated and pointless avfilter_default_end_frame() …
|
|
|
@e62e455f
|
12 years |
michaelni |
dsputil/me/pixels: Actually use av_restrict
Signed-off-by: Derek …
|
|
|
@d48ebfbd
|
12 years |
michaelni |
mpeg4videodec: Fix "warning: dc_pred_dir may be used uninitialized in …
|
|
|
@59fdf54
|
12 years |
michaelni |
smush: read subversion for version==1 too.
This avoids a gcc warning, …
|
|
|
@31a797eb
|
12 years |
michaelni |
swr: add av_cold to init/free functions
Signed-off-by: Michael …
|
|
|
@75c37c5a
|
12 years |
martin |
swscale: Provide the right alignment for external mmx asm
This …
|
|
|
@dd081f98
|
12 years |
michaelni |
dct-test: fix order of evaluation bug
Signed-off-by: Michael …
|
|
|
@d40c0e4a
|
12 years |
michaelni |
ffserver: fix order of evaluation bugs
Signed-off-by: Michael …
|
|
|
@0e78e575
|
12 years |
michaelni |
swr/auto_matrix: treat a single channel as mono instead of failing
…
|
|
|
@f8d74cbd
|
12 years |
michaelni |
swr/auto_matrix: treat stereo downmix like stereo.
Based on code by …
|
|
|
@c8ffab06
|
12 years |
michaelni |
swr/auto_matrix: add clean layout function
Signed-off-by: Michael …
|
|
|
@ebc854e4
|
12 years |
michaelni |
swr/auto_matrix: move layouts to local variables
Signed-off-by: …
|
|
|
@e0c6cce4
|
12 years |
diego |
x86: Replace checks for CPU extensions and flags by convenience macros …
|
|
|
@9ab538e3
|
12 years |
michaelni |
random_seed: Replace a VLA with a normal array
Signed-off-by: Derek …
|
|
|
@6a0200f2
|
12 years |
mans |
configure: msvc: fix/simplify setting of flags for hostcc
…
|
|
|
@fb4e983e
|
12 years |
martin |
x86: mlpdsp: mlp_filter_channel_x86 requires inline asm
…
|
|
|
@b86e18fe
|
12 years |
michaelni |
yuv4mpeg: fix potential alignment bug
Signed-off-by: Michael …
|
|
|
@7beadfe1
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@8a0118b4
|
12 years |
michaelni |
ffio_read: dont spam the user at EOF with a truncation error
…
|
|
|
@124f0b2
|
12 years |
michaelni |
flashsv2enc: only encode diff blocks when needed
A flashsv2 block may …
|
|
|
@5710dbf8
|
12 years |
michaelni |
mpegts: Fix potential memory leak in mpegts_read_packet()
This leak …
|
|
|
@9a27fd12
|
12 years |
michaelni |
avio: replace ETIMEDOUT by EIO
ETIMEDOUT is not available on all …
|
|
|
@7b699d8
|
12 years |
martin |
mov_chan: Only set the channel_layout if setting it to a nonzero value …
|
|
|
@5f72bc0
|
12 years |
martin |
mov_chan: Reindent an incorrectly indented line
Signed-off-by: Martin …
|
|
|
@407eeb34
|
12 years |
alex.converse |
mp2 muxer: mark as AVFMT_NOTIMESTAMPS.
Signed-off-by: Alex Converse …
|
|
|
@097c64ff
|
12 years |
michaelni |
flashsv2enc: remove experimental flag, the encoder seems working now
…
|
|
|
@070b0e1c
|
12 years |
michaelni |
libswr: remove redundant ARCH_X86, MMX* implicates X86
Signed-off-by: …
|
|
|
@5f256f9
|
12 years |
michaelni |
swsresample: Fix unprotected inline asm
Signed-off-by: Derek …
|
|
|
@d940b0a
|
12 years |
michaelni |
vf_mp: Do not build if inline assembly is not available
Rather than …
|
|
|
@80d2ec6b
|
12 years |
michaelni |
dshow: Change WINBOOL to BOOL
WINBOOL is MinGW-specific, and since …
|
|
|
@dbb9117
|
12 years |
michaelni |
flashsv2enc: move blockbuffer realloc to reconfigure_at_keyframe()
…
|
|
|
@9b6467fd
|
12 years |
michaelni |
flashv2enc: reallocate not only on block count changes but on …
|
|
|
@3174987b
|
12 years |
michaelni |
flashsv2enc: Replace a VLA with a heap alloc
Signed-off-by: Derek …
|
|
|
@9b326fc2
|
12 years |
michaelni |
flashsv2enc: fix prev-Z-prime encoding
Signed-off-by: Michael …
|
|
|
@73275259
|
12 years |
justin.ruggles |
x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64
The SWAP …
|
|
|
@3fe303a2
|
12 years |
michaelni |
vf_idet: Remove emms
There is no MMX code anyway.
Signed-off-by: …
|
|
|
@8e6511c
|
12 years |
michaelni |
proresdec2: avoid VLA and use SliceContext instead.
Signed-off-by: …
|
|
|
@af2a17c0
|
12 years |
michaelni |
cache: Only include unistd.h if it exists
This follows suite from …
|
|
|
@f3be3597
|
12 years |
michaelni |
file: Only include unistd.h if it exists
It is included for the …
|
|
|
@a4d71eb5
|
12 years |
michaelni |
random_seed: Only read /dev/*random if we have unistd.h
unistd.h is …
|
|
|
@9d0bc5c0
|
12 years |
michaelni |
rtpdec: Don't explicitly include unistd.h any longer
unistd.h used to …
|
|
|
@1d4c4b0f
|
12 years |
michaelni |
wtvdec: Remove unused strings.h header
Signed-off-by: Derek …
|
|
|
@a2015b41
|
12 years |
michaelni |
vf_colormatrix: Drop unused strings.h header
It already uses …
|
|
|
@1169f0d
|
12 years |
diego |
x86: more specific checks for availability of required assembly …
|
|
|
@7621c35
|
12 years |
michaelni |
Makefile: remove old codec_names.h on distclean
Signed-off-by: …
|
|
|
@54d7094f
|
12 years |
michaelni |
gitignore: codec_names.h is no more
Signed-off-by: Michael …
|
|
|
@09cc23e0
|
12 years |
stefasab |
lavd/sdl: decrease debug info notice log level from AV_LOG_INFO to …
|
|
|
@a7c7b34d
|
12 years |
stefasab |
lavd/sdl: remove trailing dot in messages
This is consistent with the …
|
|
|
@25f139e
|
12 years |
stefasab |
lavf/utils: fix typo in has_codec_parameters
Replace "unspecified …
|
|
|
@d74af893
|
12 years |
michaelni |
img2dec: Don't leave AVIOContexts open on zero byte files
…
|
|
|
@8cb7ed55
|
12 years |
diego |
x86: avcodec: Drop silly "_mmx" suffix from dsputil template names
|
|
|
@fa851185
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@a7fbc7d7
|
12 years |
michaelni |
lavf: factor codec id forcing out
Signed-off-by: Michael Niedermayer …
|
|
|
@91141f2a
|
12 years |
michaelni |
lavfi: add qp_table_size
This avoid recalculating it and in case w/h …
|
|
|
@74c84144
|
12 years |
diego |
fate: Drop redundant setting of FUZZ to 1
|
|
|