|
|
|
@50e3477f
|
16 years |
benoit.fouet |
Offer an option (disabled by default) to enable the copy of the frames …
|
|
|
@108c96d5
|
16 years |
kostya.shishkov |
Decode TIFF image only after all tags have been decoded
Originally …
|
|
|
@8eedffd
|
16 years |
kostya.shishkov |
Some TIFFs declare -1 for the single strip height
Originally …
|
|
|
@89b4ec5c
|
16 years |
kostya.shishkov |
Add monochrome TIFF support
Originally committed as revision 16266 to …
|
|
|
@4386ed69
|
16 years |
kostya.shishkov |
Calculate line size variable correctly for lower bitdepths and use it …
|
|
|
@4a2f51de
|
16 years |
kostya.shishkov |
Register TIFF tags for CCITT Group 3 and 4 compression options
…
|
|
|
@bef05f05
|
16 years |
diego |
Remove a bunch of unused variables.
Originally committed as revision …
|
|
|
@ebb160a0
|
16 years |
diego |
Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.
…
|
|
|
@64bfc584
|
16 years |
diego |
Fix incorrectly constructed Dirac parse units that caused A/V sync …
|
|
|
@c4ff7c53
|
16 years |
diego |
Do not use full include path for headers in the same directory.
…
|
|
|
@c96bd212
|
16 years |
michaelni |
Change mpeg audio parser so it only sets frame_size, channels and …
|
|
|
@af4c0bcb
|
16 years |
Carl Eugen Hoyos |
Silence the following icc warnings:
warning #1292: attribute …
|
|
|
@1af34f09
|
16 years |
andreas |
Include "libavutil/common.h" where we use llrint() in case ffmpeg's …
|
|
|
@ed4c638a
|
16 years |
michaelni |
Fix PTS returned by the demuxers for mpeg4 without a decoder.
More …
|
|
|
@c62da797
|
16 years |
michaelni |
Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().
…
|
|
|
@2f3d7ea9
|
16 years |
michaelni |
Fix detection of audio codec in K70707-ARIA229.flv.
Fixes issue760.
…
|
|
|
@befc8fe0
|
16 years |
michaelni |
Remove useless code.
Originally committed as revision 16253 to …
|
|
|
@c212fb0
|
16 years |
michaelni |
Only execute clear_blocks() when needed.
+0.3% speedup for both aladin …
|
|
|
@897c1703
|
16 years |
robert.swain |
AAC: Reindent after last commit
Originally committed as revision …
|
|
|
@aab54133
|
16 years |
robert.swain |
AAC: Fix AAC prediction when used in conjunction with the CPE
Patch …
|
|
|
@99665a21
|
16 years |
robert.swain |
AAC: Don't write an illegal sampling_index in a PCE to the …
|
|
|
@66c07ca9
|
16 years |
michaelni |
Optimize get_dct8x8_allowed().
30 cpu cycles faster on pentium dual.
…
|
|
|
@6beb8b2
|
16 years |
kostya.shishkov |
RV30 decoder
Originally committed as revision 16247 to …
|
|
|
@52476c1b
|
16 years |
Carl Eugen Hoyos |
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
…
|
|
|
@541e8f3b
|
16 years |
kostya.shishkov |
RV30 loop filter
Originally committed as revision 16245 to …
|
|
|
@3f16ed15
|
16 years |
Reynaldo H. Verdejo Pinochet |
Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence …
|
|
|
@64e74b68
|
16 years |
stefano.sabatini-lala |
Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions …
|
|
|
@5c548937
|
16 years |
stefano.sabatini-lala |
Cosmetics, change variable name "o2" to "o" in ffserver_opt_default(). …
|
|
|
@f16dd7e6
|
16 years |
stefano.sabatini-lala |
Remove calls to deprecated av_set_string2() with calls to …
|
|
|
@aac8b769
|
16 years |
darkshikari |
H.264 loopfilter speed tweaks
Originally committed as revision 16240 …
|
|
|
@a22eff36
|
16 years |
darkshikari |
Port x264 deblocking code to libavcodec.
This includes SSE2 luma …
|
|
|
@b9263c94
|
16 years |
diego |
Remove pointless malloc.h #include.
Originally committed as revision …
|
|
|
@bbea3555
|
16 years |
diego |
Remove pointless malloc.h #include.
Originally committed as revision …
|
|
|
@6a1846eb
|
16 years |
michaelni |
Document new idct requirements.
Originally committed as revision …
|
|
|
@a5805aa9
|
16 years |
michaelni |
Fix decoding with the plain C idcts of
FRExt/HPCAMOLQ_BRCM_B …
|
|
|
@bbc888d0
|
16 years |
kostya.shishkov |
a table for upcoming RV30 loop filtering
Originally committed as …
|
|
|
@40c7d0ae
|
16 years |
darkshikari |
Add automatic prefix handling to yasm functions. Does nothing now, …
|
|
|
@a5b807a6
|
16 years |
michaelni |
Replace /2 by >>1 in decode_cabac_mb_dqp()
3 cpu cycles speed up on …
|
|
|
@1aea5d35
|
16 years |
michaelni |
Simplify ctx update in decode_cabac_mb_dqp().
no speed change
…
|
|
|
@7cfca0df
|
16 years |
michaelni |
Simplify ctx calculation in decode_cabac_mb_dqp()
no speed change
…
|
|
|
@d436963
|
16 years |
astrange |
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in …
|
|
|
@1ca610c
|
16 years |
astrange |
Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of …
|
|
|
@712ca84
|
16 years |
darkshikari |
Move filter_luma_intra into dsputil for later addition of asm.
…
|
|
|
@b9fe706
|
16 years |
darkshikari |
Simplify chroma AC in CABAC residual decoding.
Originally committed …
|
|
|
@8955b669
|
16 years |
michaelni |
Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark …
|
|
|
@17779f39
|
16 years |
michaelni |
Remove unacceptable NULL pointer hack from mc code.
Originally …
|
|
|
@04618b98
|
16 years |
michaelni |
Check ref values in CABAC H.264 for validity.
Originally committed as …
|
|
|
@c25ac15a
|
16 years |
michaelni |
Move idct_(dc)add closer to where it is needed.
Originally committed …
|
|
|
@aebb5d6d
|
16 years |
michaelni |
indent
Originally committed as revision 16222 to …
|
|
|
@96465b90
|
16 years |
michaelni |
Reorder ifs in chroma hl_decode_mb to avoid a duplicate …
|
|
|
@6456d6d8
|
16 years |
michaelni |
s/h->cbp_table[mb_xy]/h->cbp/
Originally committed as revision 16220 …
|
|
|
@04824298
|
16 years |
michaelni |
Faster CAVLC decoding of trailing_ones. Based on a patch by dark …
|
|
|
@93445d16
|
16 years |
michaelni |
Replace i by trailing_ones, part of a patch by dark shikari.
No speed …
|
|
|
@c375d87
|
16 years |
michaelni |
Remove if() surrounding decode_cabac_mb_type() that can never be true. …
|
|
|
@c325b505
|
16 years |
michaelni |
Remove unreachable else clause, found by dark shikari.
Originally …
|
|
|
@dae006d7
|
16 years |
michaelni |
Remove useless IS_8x8DCT check i forgot, spotted by dark shikari.
…
|
|
|
@2a5a9c28
|
16 years |
michaelni |
10l, svq3 didnt set h->cbp, this broke decoding a little.
Originally …
|
|
|
@364df7b7
|
16 years |
baptiste.coudurier |
cosmetics, remove useless parenthesis and whitespaces
Originally …
|
|
|
@a1532824
|
16 years |
baptiste.coudurier |
set alac channels from extradata, fix alac mono in m4a
Originally …
|
|
|
@efeb298e
|
16 years |
kostya.shishkov |
cosmetics: remove one unneeded space
Originally committed as revision …
|
|
|
@1eb96035
|
16 years |
michaelni |
Do not calculate idct_dc_add/idct_add when the variables are unused.
…
|
|
|
@62bc966f
|
16 years |
michaelni |
Remove redundant nnz variable.
Originally committed as revision 16209 …
|
|
|
@0a8ca22f
|
16 years |
michaelni |
indent
Originally committed as revision 16208 to …
|
|
|
@2fd1f0e0
|
16 years |
michaelni |
Use the new idct functions (except chroma as it was slower in …
|
|
|
@ac223859
|
16 years |
michaelni |
H.264 idct functions that include the chroma, inter luma and intra16 …
|
|
|
@1d217cd
|
16 years |
rsbultje |
Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS …
|
|
|
@d7fb5a18
|
16 years |
rsbultje |
Add a ByteIOContext argument to ASF functions that will be shared with …
|
|
|
@49c084a7
|
16 years |
michaelni |
Skip non intra luma code when there is no coded luma.
0.7% speedup for …
|
|
|
@00794ed0
|
16 years |
lorenm |
1.6x faster pred*_vertical_add_c
Originally committed as revision …
|
|
|
@621561c
|
16 years |
michaelni |
Skip chroma handling when there is no coded chroma.
0.5% overall …
|
|
|
@3749076c
|
16 years |
stefano.sabatini-lala |
Fix weird indent.
Originally committed as revision 16200 to …
|
|
|
@7bbacf9a
|
16 years |
stefano.sabatini-lala |
Implement size autodetection if one of the width and height …
|
|
|
@406c5808
|
16 years |
stefano.sabatini-lala |
Replace the width and height fields in VideoData with a struct …
|
|
|
@9580ba26
|
16 years |
stefano.sabatini-lala |
Replace frame_rate and frame_rate_base fields in VideoData with an …
|
|
|
@5c3383e5
|
16 years |
stefano.sabatini-lala |
Fix opt_default(), making it exit immediately in case of an invalid …
|
|
|
@17b17c53
|
16 years |
kostya.shishkov |
add const qualifier to some pointers for input data
Originally …
|
|
|
@bb39171b
|
16 years |
kostya.shishkov |
use precalculated mb_pos where available
Originally committed as …
|
|
|
@f8c5adaf
|
16 years |
mans |
ARM: make FASTDIV() an inline function
Originally committed as …
|
|
|
@6c3fca64
|
16 years |
kostya.shishkov |
Merge deblocking pattern with CBP for RV30/40 loop filtering
…
|
|
|
@26bc319
|
16 years |
kostya.shishkov |
Generate correct deblock pattern for RV30
Originally committed as …
|
|
|
@f610fc81
|
16 years |
kostya.shishkov |
Unfortunately RV30 luma thirdpel MC functions cannot be substituted …
|
|
|
@6a4583e
|
16 years |
kostya.shishkov |
4l: TIFF stores short strings inside tag, do not interpret it is as an …
|
|
|
@124c21d7
|
16 years |
diego |
Check function prototype in check_asm function to avoid compiler …
|
|
|
@8b2386dc
|
16 years |
benoit.fouet |
Add jp2 support to img2 demuxer.
On behalf of Jai Menon
Originally …
|
|
|
@5f51afd
|
16 years |
gpoirier |
add AltiVec implementation of int32_to_float_fmul_scalar
Originally …
|
|
|
@18cb36fd
|
16 years |
baptiste.coudurier |
activate jpeg2000 fourcc in mov/mj2
Originally committed as revision …
|
|
|
@54dab661
|
16 years |
michaelni |
Fix svq3 decoding, is_complex was not initialized.
Originally …
|
|
|
@4080e67c
|
16 years |
michaelni |
Replace != 0 || check by |
3 cpu cycles faster
Originally committed …
|
|
|
@ad9ca7e7
|
16 years |
michaelni |
Split filter_mb_dir() out of filter_mb().
1% overall decoding speed up …
|
|
|
@6c414bb6
|
16 years |
mans |
AC3: fix strict aliasing violation in parser
Originally committed as …
|
|
|
@cb56b440
|
16 years |
mans |
AAC: fix strict aliasing violation in parser
Originally committed as …
|
|
|
@a2fc0f6a
|
16 years |
mans |
ARM: replace "armv4l" with "arm"
Originally committed as revision …
|
|
|
@2600f8c
|
16 years |
diego |
Remove obsolete and misleading comments.
Originally committed as …
|
|
|
@c9e73264
|
16 years |
diego |
Roundup now works from a ffmpeg.org domain as well, so prefer that.
…
|
|
|
@ac0623b2
|
16 years |
michaelni |
Fix indention, also do a little vertical alignment of changed lines.
…
|
|
|
@7b1454c
|
16 years |
stefano.sabatini-lala |
Implement av_set_string3().
Originally committed as revision 16175 to …
|
|
|
@6120a343
|
16 years |
michaelni |
Factorize 3 multiplications out, code becomes 3 cpu cycles faster. …
|
|
|
@1dd488e9
|
16 years |
michaelni |
Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont …
|
|
|
@89db0bae
|
16 years |
michaelni |
Do not recalculate constant part of is_complex for every MB.
…
|
|
|
@41e4055b
|
16 years |
michaelni |
Support the new lossless mode.
Originally committed as revision 16171 …
|
|
|