|
|
|
@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 …
|
|
|
@b864b383
|
13 years |
anton |
yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace.
…
|
|
|
@af79a0c4
|
13 years |
rsbultje |
png: add support for bpp>4 to paeth x86 SIMD code.
This fixes …
|
|
|
@f91c4b78
|
13 years |
rsbultje |
png: add SSE2 version for add_bytes_l2.
|
|
|
@59f474b4
|
13 years |
rsbultje |
png: convert DSP functions to yasm.
|
|
|
@3715d841
|
13 years |
mans |
Fix non-C89 declarations in for loops
Some compilers still do not …
|
|
|
@20a7d31
|
13 years |
rsbultje |
png: add missing #if HAVE_SSSE3 around function pointer assignment.
|
|
|
@331e7c4
|
13 years |
rsbultje |
imdct36: mark SSE functions as using all 16 XMM registers.
On x86-64, …
|
|
|
@e9200351
|
13 years |
rsbultje |
png: move DSP functions to their own DSP context.
|
|
|
@f9708e9a
|
13 years |
rsbultje |
sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile …
|
|
|
@415f358a
|
13 years |
rsbultje |
sunrast: Cosmetics
Signed-off-by: Aneesh Dogra <lionaneesh@gmail.com> …
|
|
|
@4ffb8e2c
|
13 years |
rsbultje |
sunrast: Remove if (unsigned int < 0) check.
Note: This fixes the …
|
|
|
@fef37717
|
13 years |
rsbultje |
sunrast: Replace magic number by a macro.
Signed-off-by: Aneesh Dogra …
|
|
|
@2e626dd
|
13 years |
anton |
aacenc: Fix LONG_START windowing.
Forgot to add the equivalent amount …
|
|
|
@dc7e7d4d
|
13 years |
anton |
aacenc: Fix a bug where deinterleaved samples were stored in the wrong …
|
|
|
@91b3bfb
|
13 years |
anton |
avplay: use the correct array size for stride.
AV_NUM_DATA_POINTERS …
|
|
|
@9bfe2182
|
13 years |
anton |
lavc: extend doxy for avcodec_alloc_context3().
|
|
|
@44911f29
|
13 years |
anton |
APIchanges: mention avcodec_alloc_context()/2/3
There was no minor …
|
|
|
@2d9535ad
|
13 years |
anton |
avcodec_align_dimensions2: set only 4 linesizes, not …
|
|
|
@be822d77
|
13 years |
mans |
aacsbr: ARM NEON optimised sbrdsp functions
Overall speedup of HE-AAC …
|
|
|
@8996ed2b
|
13 years |
mans |
aacsbr: align some arrays
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@aac46e08
|
13 years |
mans |
aacsbr: move some simdable loops to function pointers
This prepares …
|
|
|
@7181c4ed
|
13 years |
alex.converse |
cosmetics: Remove extra newlines at EOF
|
|
|