|
|
|
@29a20ac4
|
13 years |
alex.converse |
movdec: Avoid av_malloc(0) in stss
Found-by: Mateusz "j00ru" Jurczyk …
|
|
|
@58fc7400
|
13 years |
diego |
build: Drop YASM-OBJS-FFT from SUBDIR_VARS.
FFT code only appears in …
|
|
|
@7f2885bb
|
13 years |
diego |
build: Drop unused X86-OBJS variable.
|
|
|
@324fbadf
|
13 years |
anton |
avconv: remove debugging cruft from do_video_out().
|
|
|
@61a09968
|
13 years |
anton |
avconv: factorize setting stream_index for the output packet.
|
|
|
@d2afbd9a
|
13 years |
anton |
frame{crc/md5}: set the stream timebase from codec timebase.
Right …
|
|
|
@22c0babb
|
13 years |
justin.ruggles |
apedec: remove unneeded #include of get_bits.h and associated macro
|
|
|
@e416961
|
13 years |
justin.ruggles |
apedec: av_fast_malloc() instead of av_realloc()
av_realloc() does …
|
|
|
@0759c8eb
|
13 years |
justin.ruggles |
apedec: fix handling of packet sizes that are not a multiple of 4 bytes
|
|
|
@e15e2a6d
|
13 years |
anton |
libx264: fix indentation.
|
|
|
@24947d49
|
13 years |
rsbultje |
vorbis: fix overflows in floor1[] vector and inverse db table index.
|
|
|
@7e4d9d5d
|
13 years |
rsbultje |
win64: add a XMM clobber test configure option.
This will be useful …
|
|
|
@89415b8e
|
13 years |
martin |
movdec: Parse the dvc1 atom
Normally, the actual payload data …
|
|
|
@cd2f98f3
|
13 years |
mans |
ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6
This function was broken …
|
|
|
@148bc235
|
13 years |
diego |
swscale: K&R formatting cosmetics for Blackfin code
Also prettyprint …
|
|
|
@3f57bde1
|
13 years |
diego |
frwu: lowercase the FRWU codec name
This is more consistent with all …
|
|
|
@7f19bdc2
|
13 years |
janne-libav |
movdec: fix dts generation in fragmented files
Do not use AVStream's …
|
|
|
@2c98f407
|
13 years |
mans |
fate: make acodec-ac3_fixed test output raw AC3
There is no point in …
|
|
|
@fcc518a0
|
13 years |
janne-libav |
APIchanges: add missing commit hashes
|
|
|
@de53b906
|
13 years |
rsbultje |
swscale: implement MMX, SSE2 and AVX functions for RGB32 input.
|
|
|
@38c6bbc1
|
13 years |
justin.ruggles |
ra144enc: drop pointless "encoder" from .long_name
Signed-off-by: …
|
|
|
@c3a06615
|
13 years |
justin.ruggles |
bethsoftvideo: fix palette reading.
Return the correct number of …
|
|
|
@83ce51cc
|
13 years |
justin.ruggles |
mpc7: use av_fast_padded_malloc()
Avoids doing malloc/free for each …
|
|
|
@b5b825c3
|
13 years |
justin.ruggles |
mpc7: simplify handling of packet sizes that are not a multiple of 4 bytes
|
|
|
@41dd77bd
|
13 years |
justin.ruggles |
doc: decoding Forward Uncompressed is supported
Signed-off-by: Paul B …
|
|
|
@236a550c
|
13 years |
justin.ruggles |
Fix a typo in the x86 asm version of ff_vector_clip_int32()
Specifies …
|
|
|
@3c432631
|
13 years |
justin.ruggles |
pcmenc: Do not set avpkt->size.
It is already the correct size as set …
|
|
|
@1a670973
|
13 years |
justin.ruggles |
ff_alloc_packet: modify the size of the packet to match the requested …
|
|
|
@5ff88020
|
13 years |
justin.ruggles |
frwu: Employ more meaningful return values.
Signed-off-by: Paul B …
|
|
|
@f54ae2f8
|
13 years |
justin.ruggles |
fraps: Use av_fast_padded_malloc() instead of av_realloc()
Ensures …
|
|
|
@0880503f
|
13 years |
justin.ruggles |
mjpegdec: use av_fast_padded_malloc()
also check for allocation …
|
|
|
@2f4b9021
|
13 years |
justin.ruggles |
eatqi: use av_fast_padded_malloc()
Signed-off-by: Justin Ruggles …
|
|
|
@00db4d4a
|
13 years |
justin.ruggles |
asv1: use av_fast_padded_malloc()
Signed-off-by: Justin Ruggles …
|
|
|
@316fc744
|
13 years |
janne-libav |
avcodec: Add av_fast_padded_malloc().
Wrapper around av_fast_malloc() …
|
|
|
@378c5ef
|
13 years |
rsbultje |
swscale: enable dithering in MMX functions.
This was accidently …
|
|
|
@212f161c
|
13 years |
rsbultje |
swscale: make rgb24 function macros slightly smaller.
|
|
|
@3b637dca
|
13 years |
diego |
avcodec.h: Remove some disabled cruft.
|
|
|
@f5490fbe
|
13 years |
rsbultje |
swscale: remove obsolete comment.
|
|
|
@2e3fb9e3
|
13 years |
diego |
swscale-test: Drop unused argc and argv arguments from main().
|
|
|
@8ca8e4a8
|
13 years |
diego |
zmbv: Employ more meaningful return values.
Also use …
|
|
|
@013a677f
|
13 years |
diego |
zmbvenc: Employ more meaningful return values.
Signed-off-by: Paul B …
|
|
|
@510ef04a
|
13 years |
janne-libav |
vc1: prevent null pointer dereference on broken files
CC: …
|
|
|
@cb0b2843
|
13 years |
janne-libav |
zmbv: check av_realloc() return values and avoid memleaks on ENOMEM
|
|
|
@d4eeadcb
|
13 years |
rsbultje |
truespeech: align buffer
DSPContext.bswap_buf() requires aligned …
|
|
|
@034b03e7
|
13 years |
alex.converse |
ac3: Do not read past the end of ff_ac3_band_start_tab.
Found-by: …
|
|
|
@2d1c0dea
|
13 years |
alex.converse |
dv: Fix small stack overread related to CVE-2011-3929 and …
|
|
|
@5a396bb3
|
13 years |
alex.converse |
dv: Fix null pointer dereference due to ach=0
dv: Fix null pointer …
|
|
|
@635bcfcc
|
13 years |
alex.converse |
dv: check stype
dv: check stype
Fixes part1 of CVE-2011-3929 …
|
|
|
@e67e3a3f
|
13 years |
janne-libav |
fate-golomb: extend golomb-test to get_ue_golomb_long()
…
|
|
|
@c0bc7bd1
|
13 years |
alex.converse |
swfdec: Simplify sample rate calculation.
|
|
|
@52afc971
|
13 years |
diego |
fate: add golomb-test
|
|
|
@9e3a273
|
13 years |
diego |
golomb-test: K&R formatting cosmetics
|
|
|
@631f96f9
|
13 years |
diego |
h264: Split h264-test off into a separate file - golomb-test.c.
The …
|
|
|
@4ff46af0
|
13 years |
diego |
h264-test: cleanup: drop timer invocations, commented out code and …
|
|
|
@3856a2aa
|
13 years |
diego |
h264-test: Remove unused DSP and AVCodec contexts and related init …
|
|
|
@b010178e
|
13 years |
diego |
adpcm: Add missing stdint.h #include to fix standalone header compilation.
|
|
|
@dd6d3b0e
|
13 years |
anton |
lavf: add functions for accessing the fourcc<->CodecID mapping tables. …
|
|
|
@bc901998
|
13 years |
anton |
lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().
…
|
|
|
@0e72ad95
|
13 years |
anton |
lavc: make avcodec_close() work properly on unopened codecs.
I.e. …
|
|
|
@af08d9ae
|
13 years |
anton |
lavc: add avcodec_is_open().
It allows to check whether an …
|
|
|
@f7fe41a0
|
13 years |
anton |
lavf: rename AVInputFormat.value to raw_codec_id.
It's only used by …
|
|
|
@9a463917
|
13 years |
anton |
lavf: remove the pointless value field from flv and iv8
The demuxers …
|
|
|
@afa4069e
|
13 years |
anton |
lavc/lavf: remove unnecessary symbols from the symbol version script.
|
|
|
@f5f49a66
|
13 years |
anton |
lavc: reorder AVCodec fields.
Put all private fields at the end and …
|
|
|
@183eaa9a
|
13 years |
anton |
lavf: reorder AVInput/OutputFormat fields.
Put all private fields at …
|
|
|
@f372ce11
|
13 years |
alex.converse |
mp3dec: Fix a heap-buffer-overflow
In some cases, what is left to …
|
|
|
@a3a0691b
|
13 years |
justin.ruggles |
adpcmenc: remove some unneeded casts
|
|
|
@149f2058
|
13 years |
justin.ruggles |
adpcmenc: use int16_t and uint8_t instead of short and unsigned char.
|
|
|
@dd88ae83
|
13 years |
justin.ruggles |
adpcmenc: fix adpcm_ms extradata allocation
Add …
|
|
|
@877a1d40
|
13 years |
justin.ruggles |
adpcmenc: return proper AVERROR codes instead of -1
|
|
|
@cb023d9a
|
13 years |
justin.ruggles |
adpcmenc: check for coded_frame allocation failure
|
|
|
@ddf70db
|
13 years |
justin.ruggles |
adpcmenc: Do not set coded_frame->key_frame.
It is already set in …
|
|
|
@3c4add27
|
13 years |
justin.ruggles |
mpc7: check for allocation failure
|
|
|
@eac31dd1
|
13 years |
justin.ruggles |
mpc7: align local temp buffer
DSPContext.bswap_buf() requires aligned …
|
|
|
@e5c9de2a
|
13 years |
diego |
rv40: x86 SIMD for biweight
Provide MMX, SSE2 and SSSE3 versions, …
|
|
|
@91bafb52
|
13 years |
diego |
x86: Give RV40 init file a more suitable name.
|
|
|
@c30b198
|
13 years |
diego |
x86: Place mm_flags variable declaration below the appropriate #ifdef. …
|
|
|
@75ab1e62
|
13 years |
martin |
movdec: Ignore sample_degradation_priority bits when checking …
|
|
|
@89f6e8a
|
13 years |
martin |
flvdec: Interpret a toplevel 'object' type metadata item as normal …
|
|
|
@d7edd359
|
13 years |
anton |
avconv: deprecate the -deinterlace option
Its quality is horrible, …
|
|
|
@c9b309e8
|
13 years |
martin |
doc: Fix the name of the new function
Signed-off-by: Martin Storsjö …
|
|
|
@89eea6df
|
13 years |
justin.ruggles |
aacenc: make sure to encode enough frames to cover all input samples.
…
|
|
|
@f44005b6
|
13 years |
justin.ruggles |
aacenc: only use the number of input samples provided by the user.
…
|
|
|
@48f1e52
|
13 years |
alex.converse |
wmadec: Verify bitstream size makes sense before calling …
|
|
|
@ae35210a
|
13 years |
alex.converse |
kmvc: Log into a context at a log level constant.
|
|
|
@dfa37fe8
|
13 years |
alex.converse |
mpeg12: Pad framerate tab to 16 entries.
There are many places where …
|
|
|
@a02e8df9
|
13 years |
alex.converse |
kgv1dec: Increase offsets array size so it is large enough.
Fixes …
|
|
|
@386741f8
|
13 years |
alex.converse |
kmvc: Check palsize.
Fixes: CVE-2011-3952
Found-by: Mateusz "j00ru" …
|
|
|
@c898431c
|
13 years |
alex.converse |
nsvdec: Propagate errors
Related to CVE-2011-3940.
Found-by: Mateusz …
|
|
|
@8fd8a482
|
13 years |
alex.converse |
nsvdec: Be more careful with av_malloc().
Check results for …
|
|
|
@6a89b41d
|
13 years |
alex.converse |
nsvdec: Fix use of uninitialized streams.
Fixes CVE-2011-3940 (Out of …
|
|
|
@b7d3dd90
|
13 years |
martin |
movenc: cosmetics: Get rid of camelCase identifiers
Also add spacing …
|
|
|
@08d8029e
|
13 years |
rsbultje |
swscale: more generic check for planar destination formats with alpha
…
|
|
|
@fe47ea8f
|
13 years |
martin |
doc: Document mov/mp4 fragmentation options
Signed-off-by: Martin …
|
|
|
@e9ba6b37
|
13 years |
diego |
build: Use order-only prerequisites for creating FATE reference file dirs.
|
|
|
@6b039003
|
13 years |
diego |
x86 dsputil: provide SSE2/SSSE3 versions of bswap_buf
While pshufb …
|
|
|
@a8462023
|
13 years |
diego |
rtsp: Remove some unused variables from ff_rtsp_connect().
|
|
|
@8b933129
|
13 years |
anton |
avutil: make intfloat api public
The functions are already av_ …
|
|
|
@420df8b7
|
13 years |
anton |
avformat_write_header(): detail error message
Give the exact aspect …
|
|
|
@cc09dc78
|
13 years |
anton |
s/vbsf/bsf/
-vbsf doesn't exist anymore. It got renamed to -bsf …
|
|
|