|
|
|
@917803ba
|
13 years |
michaelni |
ffv1enc: PIX_FMT_YUV440P support
Signed-off-by: Paul B Mahol …
|
|
|
@b2327a82
|
13 years |
Carl Eugen Hoyos |
Add some missing v4l2 pix_fmt mappings.
|
|
|
@46320667
|
13 years |
Carl Eugen Hoyos |
Fix v4l pix_fmt mapping for rgb32: There is no transparency information.
|
|
|
@93a3ba9b
|
13 years |
Carl Eugen Hoyos |
Fix pix_fmt mapping for v4l2 rgb5x5.
|
|
|
@d76864d9
|
13 years |
Carl Eugen Hoyos |
Support decoding rgba64 with libopenjpeg.
|
|
|
@ec0d02e4
|
13 years |
Carl Eugen Hoyos |
Support decoding gray8a with libopenjpeg.
|
|
|
@9fdae05
|
13 years |
michaelni |
libavformat/avformat.h: fix stray libavformat reference
…
|
|
|
@c4bdb2b
|
13 years |
michaelni |
libavfilter/version.h: fix project name
The code in the file is …
|
|
|
@4e2b0c57
|
13 years |
michaelni |
snowdata: Fix project name, this file has not been developed in libav …
|
|
|
@72fc4f0
|
13 years |
michaelni |
gsm.h: Fix project reference
The code in this file is copy and pasted …
|
|
|
@dbb7009e
|
13 years |
michaelni |
westwood_aud: Fix project reference
"Copyright (c) 2003 The ffmpeg …
|
|
|
@9096a276
|
13 years |
michaelni |
simpleidct: fix project name.
"Copyright (c) 2001 Michael …
|
|
|
@4b4d3d72
|
13 years |
michaelni |
aacenc: fix library references
Signed-off-by: Michael Niedermayer …
|
|
|
@92f9b26c
|
13 years |
michaelni |
doc: fix convertion tool references
Signed-off-by: Michael …
|
|
|
@ada28b7f
|
13 years |
michaelni |
h264 golomb: Fix copyright violation.
Copy and paste does not change …
|
|
|
@a369a6b8
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (29 …
|
|
|
@0a3a69e8
|
13 years |
michaelni |
ffv1dec: use correct linesize
Apparently this did not break anything. …
|
|
|
@0d17477e
|
13 years |
michaelni |
Merge remote-tracking branch 'shariman/wmall'
* shariman/wmall:
…
|
|
|
@c8eba9f
|
13 years |
michaelni |
ffv1dec: PIX_FMT_YUVA444P support
Signed-off-by: Paul B Mahol …
|
|
|
@b0a30ea7
|
13 years |
michaelni |
ffv1enc: PIX_FMT_YUVA444P support
Signed-off-by: Paul B Mahol …
|
|
|
@ab7da16e
|
13 years |
michaelni |
ffv1dec: PIX_FMT_YUVA420P support
Signed-off-by: Paul B Mahol …
|
|
|
@7054629
|
13 years |
michaelni |
ffv1enc: PIX_FMT_YUVA420P support
Signed-off-by: Paul B Mahol …
|
|
|
@05ebe51e
|
13 years |
michaelni |
mpeg/h264: update thread context even if it is not initialized.
Fixes …
|
|
|
@e4a714f6
|
13 years |
michaelni |
h264: Return the correct number of bytes for mid strea, extradata.
…
|
|
|
@146ef3f3
|
13 years |
michaelni |
pngdec: fix warning about pointer types
Signed-off-by: Michael …
|
|
|
@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.
|
|
|
@c6736713
|
13 years |
Clément Bœsch |
ffmpeg: fix -map_channel being ignored when resampling is not needed.
|
|
|
@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 …
|
|
|
@151ecc2
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (26 …
|
|
|
@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 …
|
|
|
@b8c16558
|
13 years |
michaelni |
avidec: print informative error messages if seeking fails.
…
|
|
|
@97da38c9
|
13 years |
Carl Eugen Hoyos |
Allow decoding of 64bit png images.
Fixes a part of ticket #639.
|
|
|
@ea604de9
|
13 years |
Carl Eugen Hoyos |
Simplify "deloco" and support decoding of 48bit loco png.
|
|
|
@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. …
|
|
|
@f0d6828d
|
13 years |
Carl Eugen Hoyos |
Supoort decoding of gray16 images with libopenjpeg.
|
|
|
@6a3cc21
|
13 years |
Clément Bœsch |
mp3dec: fix truncating packet error message while decoding a complete …
|
|
|
@cc7342f7
|
13 years |
Clément Bœsch |
assdec: fix wrong alloc pointer check.
|
|
|
@7c0d30b5
|
13 years |
Clément Bœsch |
ass: use av_asprintf() instead of a temporary stack buffer.
|
|
|
@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, …
|
|
|
@9729f140
|
13 years |
michaelni |
diracdec: Fix integer overflow leading to out of global array read.
…
|
|
|
@d2a47c94
|
13 years |
michaelni |
fate: add support for specifying the shell used to run configure
…
|
|
|
@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 …
|
|
|
@2ab5feaf
|
13 years |
Reimar.Doeffinger |
huffman: use a simple assignment instead of FFSWAP.
Signed-off-by: …
|
|
|
@6166bf3c
|
13 years |
Reimar.Doeffinger |
Deobfuscate ff_huff_build_tree.
I have no idea what the idea was …
|
|
|
@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.
|
|
|
@5f27374c
|
13 years |
Carl Eugen Hoyos |
Cosmetics: Add bit per component information to v308 comment.
|
|
|
@6fe12c7f
|
13 years |
Carl Eugen Hoyos |
Detect jps and pns files as (3D) jpg and png images.
|
|
|
@36436a40
|
13 years |
Carl Eugen Hoyos |
Add option forced_subs_only for Bluray subtitles.
|
|
|
@6838df04
|
13 years |
Carl Eugen Hoyos |
Add pix_fmt_info for yuva444.
Reviewed-by: Paul B Mahol
|
|
|
@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 …
|
|
|
@e1492151
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
png: …
|
|
|
@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 …
|
|
|
@90bf7c7b
|
13 years |
eclipse7 |
build: configure: Restore alphabetical order for CMDLINE_SET
|
|
|
@f9eb6229
|
13 years |
Reimar.Doeffinger |
Fix offset validity checks.
Offsets are relative to the end of the …
|
|
|