|
|
|
@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
|
|
|
@e771e6dd
|
13 years |
martin |
movenc: Allow writing to a non-seekable output if using empty moov
In …
|
|
|
@f5322104
|
13 years |
martin |
movenc: Support adding isml (smooth streaming live) metadata
This …
|
|
|
@9a7dc618
|
13 years |
martin |
libavcodec: Don't crash in avcodec_encode_audio if time_base isn't set …
|
|
|
@bca77a1a
|
13 years |
justin.ruggles |
sunrast: Document the different Sun Raster file format types.
…
|
|
|
@1bbb1736
|
13 years |
justin.ruggles |
sunrast: Add a check for experimental type.
Signed-off-by: Justin …
|
|
|
@2c577155
|
13 years |
justin.ruggles |
libspeexenc: use AVSampleFormat instead of deprecated/removed …
|
|
|
@c525475
|
13 years |
anton |
lavf: remove disabled FF_API_SET_PTS_INFO cruft
|
|
|
@374e469b
|
13 years |
anton |
lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruft
|
|
|
@bf868727
|
13 years |
anton |
lavf: remove disabled FF_API_REORDER_PRIVATE cruft
|
|
|
@fd87ba32
|
13 years |
anton |
lavf: remove disabled FF_API_SEEK_PUBLIC cruft
|
|
|
@bd4c5131
|
13 years |
anton |
lavf: remove disabled FF_API_STREAM_COPY cruft
|
|
|
@2a0f868c
|
13 years |
anton |
lavf: remove disabled FF_API_PRELOAD cruft
|
|
|
@1329827e
|
13 years |
anton |
lavf: remove disabled FF_API_NEW_STREAM cruft
|
|
|
@adad5b88
|
13 years |
anton |
lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruft
|
|
|
@f0cb1395
|
13 years |
anton |
lavf: remove disabled FF_API_MUXRATE cruft
|
|
|
@2f5e728
|
13 years |
anton |
lavf: remove disabled FF_API_FILESIZE cruft
|
|
|
@df0bb26a
|
13 years |
anton |
lavf: remove disabled FF_API_TIMESTAMP cruft
|
|
|
@3bbfd302
|
13 years |
anton |
lavf: remove disabled FF_API_LOOP_OUTPUT cruft
|
|
|
@6dc34555
|
13 years |
anton |
lavf: remove disabled FF_API_LOOP_INPUT cruft
|
|
|
@b32e30fa
|
13 years |
anton |
lavf: remove disabled FF_API_AVSTREAM_QUALITY cruft
|
|
|
@2d70912c
|
13 years |
anton |
lavf: remove disabled FF_API_FLAG_RTP_HINT cruft
|
|
|
@1d911bb4
|
13 years |
anton |
lavf: remove disabled FF_API_SDP_CREATE cruft
|
|
|
@64f6f6f8
|
13 years |
anton |
lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruft
|
|
|
@21824e5b
|
13 years |
anton |
lavf: remove disabled FF_API_PKT_DUMP cruft
|
|
|
@cc10ab7
|
13 years |
anton |
lavf: remove disabled FF_API_FIND_INFO_TAG cruft
|
|
|
@ecd5f41
|
13 years |
anton |
lavf: remove disabled FF_API_PARSE_DATE cruft
|
|
|
@997420ab
|
13 years |
anton |
lavf: remove disabled FF_API_DUMP_FORMAT cruft
|
|
|
@2fb75019
|
13 years |
anton |
lavf: remove disabled FF_API_FORMAT_PARAMETERS cruft
Also remove now …
|
|
|
@38233fc1
|
13 years |
anton |
lavf: remove disabled FF_API_OLD_METADATA2 cruft
|
|
|
@2439f2ca
|
13 years |
anton |
lavf: remove disabled FF_API_OLD_AVIO cruft
|
|
|
@a17479df
|
13 years |
anton |
lavf: increase major version from 53 to 54.
|
|
|
@6e9651d1
|
13 years |
anton |
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
|
|
|
@3b4aaa6
|
13 years |
anton |
lavc: remove disabled FF_API_AVFRAME_AGE cruft.
|
|
|
@d803775e
|
13 years |
anton |
lavc: remove disabled FF_API_DATA_POINTERS cruft.
|
|
|
@10e1ae5e
|
13 years |
anton |
lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.
|
|
|
@370e923e
|
13 years |
anton |
lavc: remove disabled FF_API_INTERNAL_CONTEXT cruft.
|
|
|