|
|
|
@18cb40f0
|
13 years |
rsbultje |
lavc: Deprecate unused FF_ER_VERY_AGGRESSIVE
Signed-off-by: Ronald S. …
|
|
|
@1442d295
|
13 years |
anton |
x11grab: add show_region AVOption.
Draw the current grabbing region …
|
|
|
@085791a9
|
13 years |
anton |
x11grab: add follow_mouse AVOption.
-follow_mouse centered|PIXELS
…
|
|
|
@42ba1288
|
13 years |
rsbultje |
Do not convert RGB buffer at once when stride does not fit exact …
|
|
|
@8a54bfe8
|
13 years |
lu_zero |
build: make examples build normally
The link target was missing …
|
|
|
@1f6f58d5
|
13 years |
alex.converse |
mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating …
|
|
|
@a3bf7b86
|
13 years |
jason |
H.264: tweak some other x86 asm for Atom
|
|
|
@5ef953e8
|
13 years |
alex.converse |
probe: Fix insane flow control.
A loop control variable was shadowed …
|
|
|
@298c4e3c
|
13 years |
anton |
mpegts: remove invalid error check
mpegts_read_header is used by both …
|
|
|
@8f9d3f6
|
13 years |
anton |
s302m: use nondeprecated audio sample format API
Signed-off-by: Anton …
|
|
|
@ec6402b7
|
13 years |
anton |
lavc: use designated initialisers for all codecs.
It's more readable …
|
|
|
@3ad1684
|
13 years |
alex.converse |
x86: cabac: add operand size suffixes missing from 6c32576
This fixes …
|
|
|
@2a11952f
|
13 years |
rsbultje |
h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame …
|
|
|
@f5f004bc
|
13 years |
mans |
x86: cabac: don't load/store context values in asm
Inspection of …
|
|
|
@6c325765
|
13 years |
jason |
H.264: optimize CABAC x86 asm for Atom
|
|
|
@8dcf5184
|
13 years |
rsbultje |
vp3/theora: flush after seek.
|
|
|
@e0e65ddb
|
13 years |
anton |
doc/fftools-common-opts: wording fixes missing from the previous commit.
|
|
|
@22b203ba
|
13 years |
anton |
doc: document using AVOptions in fftools.
|
|
|
@8ec19f84
|
13 years |
anton |
cmdutils: add codec_opts parameter to setup_find_stream_info_opts()
…
|
|
|
@ce23ca81
|
13 years |
anton |
cmdutils: clarify documentation for filter_codec_opts()
…
|
|
|
@7cea06d1
|
13 years |
anton |
cmdutils: clarify documentation for setup_find_stream_info_opts()
…
|
|
|
@3c7fa664
|
13 years |
anton |
lavf: add forgotten attribute_deprecated to av_find_stream_info()
|
|
|
@ca6a9046
|
13 years |
mans |
ppc: remove redundant setting of Altivec IDCT
This is already set by …
|
|
|
@c3027b4d
|
13 years |
mans |
mpegvideo: initialise DSPContext in ff_dct_common_init()
The …
|
|
|
@093ee8e1
|
13 years |
justin.ruggles |
cosmetics: reindent
|
|
|
@1bca72e1
|
13 years |
justin.ruggles |
eac3enc: support writing of basic mixing and info metadata
|
|
|
@e72f3d10
|
13 years |
mans |
dnxhdenc: fix declarations in for loops
Apparently the gcc warning …
|
|
|
@c358a036
|
13 years |
mans |
dsputil: remove stale bink prototypes and comments
Signed-off-by: …
|
|
|
@1b3539d4
|
13 years |
mans |
dsputil: move a bink-only function to binkdsp
Signed-off-by: Mans …
|
|
|
@cbd58a87
|
13 years |
mans |
dsputil: remove some unused functions
Signed-off-by: Mans Rullgard …
|
|
|
@2968bedf
|
13 years |
mans |
bink: make IDCT take 32-bit input
Since IDCT transforming 32-bit …
|
|
|
@001e600c
|
13 years |
diego |
configure: spelling cosmetics
|
|
|
@9b3139eb
|
13 years |
diego |
dctref: make sure function declarations match between .c and .h file
|
|
|
@da4c7cce
|
13 years |
mans |
x86: fix build with gcc 4.7
The upcoming gcc 4.7 has more advanced …
|
|
|
@ab3d241
|
13 years |
diego |
ape: adjust some printf format strings to correctly match argument types
|
|
|
@8c0fa61a
|
13 years |
siretart |
jpegdec: actually search for and parse RSTn
Fixes decoding of MJPEG …
|
|
|
@b4cfb825
|
13 years |
mans |
dnxhddec: avoid a branch in 10-bit decode_dct_block()
The minimum …
|
|
|
@406fbd24
|
13 years |
rsbultje |
H.264: Add optimizations to predict x86 assembly.
Signed-off-by: …
|
|
|
@505345ed
|
13 years |
alex.converse |
riff: Add mpgv MPEG-2 fourcc
Supported by mplayer and seen in the wild.
|
|
|
@c2d23309
|
13 years |
rsbultje |
add Flash Screen Video 2 decoder
Signed-off-by: Ronald S. Bultje …
|
|
|
@bb32fded
|
13 years |
mans |
dnxhddec: optimise dnxhd_decode_dct_block()
Template the function for …
|
|
|
@4cc843fa
|
13 years |
diego |
rtp: remove disabled code
|
|
|
@be7bd626
|
13 years |
justin.ruggles |
eac3enc: use different numbers of blocks per frame to allow higher bitrates
|
|
|
@4555874a
|
13 years |
mans |
dnxhd: add regression test for 10-bit
Signed-off-by: Mans Rullgard …
|
|
|
@5ab2143
|
13 years |
mans |
dnxhd: 10-bit support
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@a617c6aa
|
13 years |
mans |
dsputil: update per-arch init funcs for non-h264 high bit depth
…
|
|
|
@874f1a90
|
13 years |
mans |
dsputil: template get_pixels() for different bit depths
…
|
|
|
@5cc26009
|
13 years |
mans |
dsputil: create 16/32-bit dctcoef versions of some functions
High …
|
|
|
@0a72533e
|
13 years |
mans |
jfdctint: add 10-bit version
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@73c0dd93
|
13 years |
rsbultje |
mov: add clcp type track as Subtitle stream.
Signed-off-by: Ronald S. …
|
|
|
@c4ab43ff
|
13 years |
rsbultje |
mpeg4: add Mpeg4 Profiles names.
Signed-off-by: Ronald S. Bultje …
|
|
|
@0637e505
|
13 years |
rsbultje |
mpeg4: decode Level Profile for MPEG4 Part 2.
Signed-off-by: Ronald …
|
|
|
@364d6427
|
13 years |
rsbultje |
ffprobe: display bitstream level.
Signed-off-by: Ronald S. Bultje …
|
|
|
@09e81636
|
13 years |
diego |
imgconvert: remove unused glue and xglue macros
Signed-off-by: Diego …
|
|
|
@e5985185
|
13 years |
diego |
rv30: return AVERROR(EINVAL) instead of EINVAL
On some platforms …
|
|
|
@371584c4
|
13 years |
mans |
build: add -L flags before existing LDFLAGS
This ensures the linker …
|
|
|
@2cc4f3b2
|
13 years |
mans |
simple_idct: whitespace cosmetics
Signed-off-by: Mans Rullgard …
|
|
|
@a402f10
|
13 years |
mans |
simple_idct: make repeated code a macro
Signed-off-by: Mans Rullgard …
|
|
|
@7df701a
|
13 years |
mans |
dsputil: remove huge #if 0 block
Signed-off-by: Mans Rullgard …
|
|
|
@e7bcc5ba
|
13 years |
mans |
simple_idct: change 10-bit add/put stride from pixels to bytes
This …
|
|
|
@a82beaf
|
13 years |
mans |
dsputil: allow 9/10-bit functions for non-h264 codecs
Signed-off-by: …
|
|
|
@42c27f2e
|
13 years |
mans |
dnxhd: rename some data tables
Signed-off-by: Mans Rullgard …
|
|
|
@b0499783
|
13 years |
mans |
dnxhdenc: remove inline from function only called through pointer
…
|
|
|
@10738239
|
13 years |
mans |
dnxhdenc: whitespace cosmetics
Signed-off-by: Mans Rullgard …
|
|
|
@eedb1f20
|
13 years |
mans |
swscale: mark YUV422P10(LE,BE) as supported for output
Signed-off-by: …
|
|
|
@558c2683
|
13 years |
diego |
configure: add -xc99 to LDFLAGS for Sun CC
Using Sun's compiler on …
|
|
|
@79a9aab5
|
13 years |
diego |
Remove unused and non-compiling vestigial g729 decoder
|
|
|
@a005174b
|
13 years |
diego |
Remove unused code under G729_BITEXACT #ifdef.
G729_BITEXACT is never …
|
|
|
@80469eaf
|
13 years |
rsbultje |
mpegvideo: fix invalid picture unreferencing.
Mpegvideo would free …
|
|
|
@e4b50572
|
13 years |
alex.converse |
dsputil: Remove extra blank line at end.
|
|
|
@d9a9f50a
|
13 years |
alex.converse |
dsputil: Replace a LONG_MAX check with HAVE_FAST_64BIT.
|
|
|
@e7a972e1
|
13 years |
mans |
simple_idct: add 10-bit version
Signed-off-by: Mans Rullgard …
|
|
|
@7b4ee3a2
|
13 years |
mans |
Remove h264_lowres_idct_put/add functions
Use of these has been …
|
|
|
@89cc8a31
|
13 years |
mans |
Remove snow/dwt test program
This test program so full of programming …
|
|
|
@1b4a1709
|
13 years |
diego |
h264: remove some disabled code
|
|
|
@e23a05ab
|
13 years |
mans |
Fix incorrect max_lowres values
Signed-off-by: Mans Rullgard …
|
|
|
@69619a13
|
13 years |
rsbultje |
matroskadec: fix integer underflow if header length < probe length.
…
|
|
|
@9533026
|
13 years |
justin.ruggles |
cosmetics: indentation
|
|
|
@08a747af
|
13 years |
justin.ruggles |
eac3enc: use frame exponent strategy when applicable.
This checks if …
|
|
|
@31b69928
|
13 years |
justin.ruggles |
cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables …
|
|
|
@29b42c66
|
13 years |
mans |
dsputil: fix ff_check_alignment()
The change to LOCAL_ALIGNED means …
|
|
|
@3e9409b
|
13 years |
mans |
simple_idct: simplify some ifdeffery
Signed-off-by: Mans Rullgard …
|
|
|
@dbb5ee8e
|
13 years |
mans |
simple_idct: remove code for DCTELEM != int16
DCTELEM can never be …
|
|
|
@3f5dcde7
|
13 years |
mans |
Remove VLAs in ff_amrwb_lsp2lpc()
Signed-off-by: Mans Rullgard …
|
|
|
@b13c6e33
|
13 years |
mans |
fate: make vsynth tests depend on only the relevant vref
…
|
|
|
@76e25dbc
|
13 years |
diego |
rtsp: remove disabled code
|
|
|
@e463f0e9
|
13 years |
diego |
dsputil: restore mistakenly removed hunk of disabled code
This …
|
|
|
@9bc8bcdd
|
13 years |
diego |
vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h
…
|
|
|
@65083b49
|
13 years |
diego |
dsputil: remove disabled code
|
|
|
@c99c0e26
|
13 years |
diego |
tta: remove disabled code
|
|
|
@6eaaf8da
|
13 years |
diego |
gxfenc: place variable declarations before statements
…
|
|
|
@8f62ef0f
|
13 years |
martin |
x86: Use LOCAL_ALIGNED in mpegvideo_mmx_template
Signed-off-by: …
|
|
|
@172ee1da
|
13 years |
mans |
random_seed: use proper #includes
Use <> for system headers, add …
|
|
|
@08e09ed7
|
13 years |
mans |
ffmpeg: fix some indentation
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@e9f98c90
|
13 years |
mans |
ffmpeg: fix operation with --disable-avfilter
The width and height …
|
|
|
@e0ae2174
|
13 years |
diego |
simple_idct: remove disabled code
|
|
|
@473e547e
|
13 years |
diego |
motion_est: remove disabled code
|
|
|
@9cab9421
|
13 years |
diego |
vc1: remove disabled code
|
|
|
@0218808d
|
13 years |
mans |
fate: separate lavf-mxf_d10 test from lavf-mxf
Signed-off-by: Mans …
|
|
|
@fd065d3e
|
13 years |
diego |
cabac: Move code only used in the cabac test program to cabac.c.
|
|
|