|
|
|
@ca7c784f
|
15 years |
michaelni |
Unroll loops in check_mv()
~6% faster (slow path) loopfilter (should …
|
|
|
@e814817b
|
15 years |
michaelni |
Factor mv/ref compare code out.
This is a hair slower (0.15% maybe) …
|
|
|
@31277aeb
|
15 years |
benoit.fouet |
Use av_mallocz in url_open_protocol for URLContext.
Patch by Daniel …
|
|
|
@12f1b1fe
|
15 years |
michaelni |
Remove last MAX_STREAMS from avienc.c
Originally committed as …
|
|
|
@14ca9cd0
|
15 years |
mans |
configure: consolidate compiler-specific optimisation settings
In the …
|
|
|
@b4f0e04c
|
15 years |
michaelni |
Introduce AVIStream struct and move stream based variables to it.
This …
|
|
|
@3b849245
|
15 years |
michaelni |
Simplify first edge filter condition.
Originally committed as …
|
|
|
@b6302d0c
|
15 years |
michaelni |
Cosmetics, mostly indention, 2 or so new fixme comments that i was to …
|
|
|
@0a32508d
|
15 years |
michaelni |
Make the fast loop filter path work with unavailable left MBs.
This …
|
|
|
@b3047673
|
15 years |
michaelni |
get rid of the start variable.
a few cycles faster
Originally …
|
|
|
@980bcc55
|
15 years |
michaelni |
Unroll main loop so the edge==0 case is seperate.
This allows many …
|
|
|
@695f7de6
|
15 years |
stefano.sabatini-lala |
Declare variable "version" in the PRINT_LIB_VERSION() macro if block, …
|
|
|
@39c6b3f5
|
15 years |
Carl Eugen Hoyos |
Support demuxing Blu-ray subtitles in matroska files.
Patch sent to …
|
|
|
@88248b76
|
15 years |
rsbultje |
Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).
…
|
|
|
@881b5b80
|
15 years |
Carl Eugen Hoyos |
Fix svq3_* function declarations.
Patch by Rafaël Carré, rafael D …
|
|
|
@e3d88073
|
15 years |
mans |
SVQ1: 4-byte-align codebook tables
These tables are accessed as …
|
|
|
@7e2ef1b9
|
15 years |
Reimar.Doeffinger |
Fix possible crashes in mlp parser, it tries to go back 7 bytes after …
|
|
|
@d780511b
|
15 years |
Reimar.Doeffinger |
Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, …
|
|
|
@d30a8beb
|
15 years |
michaelni |
Fix duration calculation in the presence of a single wraping of the …
|
|
|
@ad5cc780
|
15 years |
jmenon86 |
Schedule an increase in the maximum number of streams
at next …
|
|
|
@6040234
|
15 years |
jmenon86 |
ffmpeg.c : Increase static limit on the maximum number of
input files. …
|
|
|
@87fec35d
|
15 years |
mans |
Add macro AV_JOIN() for joining two tokens into one
Originally …
|
|
|
@9f72b23c
|
15 years |
michaelni |
Revert Revision: 21362
Log:
Set CODEC_CAP_SUBFRAMES for adpcm …
|
|
|
@3ff0daf0
|
15 years |
michaelni |
Print "Multiple frames in a packet" warning independant of …
|
|
|
@8670f84c
|
15 years |
michaelni |
Update comment.
Originally committed as revision 21479 to …
|
|
|
@67b678bb
|
15 years |
michaelni |
Revert Revision: 21473
Log:
Fix misc typos, patch by
Fabian …
|
|
|
@5116571d
|
15 years |
mans |
Prettify PRINT_LIB_VERSION macro
Originally committed as revision …
|
|
|
@58fe804a
|
15 years |
mans |
Get rid of ifdeffery for printing library versions and configurations
…
|
|
|
@dc4f5a1c
|
15 years |
mans |
Emit CONFIG_AVUTIL for completeness
Originally committed as revision …
|
|
|
@e470ef76
|
15 years |
michaelni |
Use table to speedup access to non_zero_count in MBAFF with differing …
|
|
|
@e8a9d018
|
15 years |
stefano.sabatini-lala |
Fix misc typos, patch by
Fabian Greffrath …
|
|
|
@97d5fa38
|
15 years |
mans |
10l: fix linking
Alphabetical order isn't always a good idea.
…
|
|
|
@b51de6d8
|
15 years |
stefano.sabatini-lala |
Rename swscale-example to swscale-test, to better reflect the intended …
|
|
|
@d19a046
|
15 years |
stefano.sabatini-lala |
Document av_register_protocol(), not that it really needs to be …
|
|
|
@8652e44a
|
15 years |
michaelni |
Simplify left_xy init
Originally committed as revision 21470 to …
|
|
|
@599fe45b
|
15 years |
michaelni |
Split fill_caches() between loopfilter & decode, the 2 no longer where …
|
|
|
@5a0f7131
|
15 years |
mans |
Allow disabling of lavc, lavf, lavd, and lsws
Originally committed as …
|
|
|
@16e5e39a
|
15 years |
michaelni |
Optimize loop filtering of the left edge in MBAFF.
60 cpu cycles …
|
|
|
@d3cb93b3
|
15 years |
ramiro.polla |
Revert r21226, it was a joke:
Get one step closer to world domination. …
|
|
|
@dfe4dc15
|
15 years |
michaelni |
use left_xy[1] in mbaff QP loop filter check, this improves the amount …
|
|
|
@aebf3123
|
15 years |
michaelni |
Optimize mv/ref cache init for left MB.
Originally committed as …
|
|
|
@f2c694af
|
15 years |
mans |
Add UMULH()
This function/macro returns the high half of the unsigned …
|
|
|
@900479bb
|
15 years |
lorenm |
optimize h264_loop_filter_strength_mmx2
244->160 cycles on core2
…
|
|
|
@27000636
|
15 years |
rsbultje |
Don't use tcp_fd if we're not using TCP-based connections (e.g. when …
|
|
|
@6548c939
|
15 years |
michaelni |
remove unneeded check
Originally committed as revision 21460 to …
|
|
|
@18ea2f93
|
15 years |
michaelni |
Use left_mb_xy from fill_caches instead of recalculating it.
…
|
|
|
@a715af8f
|
15 years |
michaelni |
Simplify left_xy content for the loop filter, this also makes it …
|
|
|
@d5c30c86
|
15 years |
michaelni |
Simplify loop filter a little by using top/left_type.
Originally …
|
|
|
@99344d43
|
15 years |
michaelni |
Set top & left types for deblock in fill_caches().
Originally …
|
|
|
@aaa995d7
|
15 years |
michaelni |
100l typo fix, mixed up +-1 forcing the loop filter skip to never …
|
|
|
@66472bcd
|
15 years |
michaelni |
cosmetic
Originally committed as revision 21454 to …
|
|
|
@3046c25e
|
15 years |
michaelni |
Fix qp_thres loop filter check for MBAFF.
Originally committed as …
|
|
|
@806ac67b
|
15 years |
michaelni |
Optimize mb neighbor initialization for MBAFF in fill_caches().
~10 …
|
|
|
@ddee80f3
|
15 years |
Carl Eugen Hoyos |
Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611.
…
|
|
|
@60222557
|
15 years |
michaelni |
Use isAnyRGB() where possible
Originally committed as revision 30435 …
|
|
|
@81858371
|
15 years |
michaelni |
Add 3 more RGB makros that allow specifying RGB in bytes and any …
|
|
|
@3b1ee703
|
15 years |
michaelni |
Rename isRGB() and isBGR() as their meaning is confusing.
Originally …
|
|
|
@7b87519b
|
15 years |
stefano.sabatini-lala |
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly …
|
|
|
@021dccba
|
15 years |
michaelni |
Fix heap overflow due to lack of nb_components check.
Originally …
|
|
|
@cc5d4f4c
|
15 years |
Carl Eugen Hoyos |
Release buffer when decoding is finished.
Originally committed as …
|
|
|
@9120e2cd
|
15 years |
mans |
Print config of each lib if different from that of …
|
|
|
@27739206
|
15 years |
michaelni |
Optimize decode_cabac_field_decoding_flag().
~4 cpu cycles faster
…
|
|
|
@7f8c3d1f
|
15 years |
mans |
configure: fix --cpu=nocona
Use x86_64_suggest instead of _select as …
|
|
|
@1e4f1c56
|
15 years |
astrange |
100l, correct wrong H.264+adaptive MBAFF decoding
Fixes several FATE …
|
|
|
@9104cd51
|
15 years |
ramiro.polla |
Check if dxva2api.h is recent enough to compile vc1_dxva2_hwaccel.
…
|
|
|
@6023d84a
|
15 years |
ramiro.polla |
Load the proper getaddrinfo functions from ws2_32.dll, if they're …
|
|
|
@3debf366
|
15 years |
ramiro.polla |
Check for getaddrinfo in the winsock headers.
This makes us link …
|
|
|
@d9cd11ad
|
15 years |
ramiro.polla |
Only define _WIN32_WINNT=0x0501 if $target_os = "mingw32".
If …
|
|
|
@0b69d625
|
15 years |
astrange |
H.264: Use 64-/128-bit write-combining macros for copies
2-3% faster …
|
|
|
@008f872f
|
15 years |
justin.ruggles |
Only check frame size if the header is valid.
Originally committed as …
|
|
|
@b52fcba9
|
15 years |
Carl Eugen Hoyos |
Fix decoding ATI VCR2 codec, sample in …
|
|
|
@b0634fd1
|
15 years |
stefano.sabatini-lala |
Doxument url_open().
Originally committed as revision 21437 to …
|
|
|
@895a9be6
|
15 years |
Carl Eugen Hoyos |
Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw …
|
|
|
@aa2ead82
|
15 years |
stefano.sabatini-lala |
Fix mis-computation of the needsDither variable erroneously introduced …
|
|
|
@996b099a
|
15 years |
michaelni |
Branchless setting of MB_TYPE_8x8DCT.
Not benchmarked as i failed to …
|
|
|
@81afcf1f
|
15 years |
michaelni |
Remove cruft.
Originally committed as revision 21434 to …
|
|
|
@d9ef0d2
|
15 years |
michaelni |
Mark index as unsigend so gcc knows it doesnt need a sign extension on …
|
|
|
@449d1442
|
15 years |
michaelni |
a[b-1] -> (a-1)[b].
Helps gcc not to add seperate -1 instructions.
…
|
|
|
@7abc8603
|
15 years |
michaelni |
Optimize suffix_length computation, 1 cpu cycle speedup.
Originally …
|
|
|
@eeb1e92f
|
15 years |
michaelni |
Simplify suffix_length computation, same speed.
Originally committed …
|
|
|
@725b3da
|
15 years |
stefano.sabatini-lala |
Favor the term "URL" over "filename", as the API deals with URLs …
|
|
|
@c78295ad
|
15 years |
michaelni |
Optimize level_code computation, 6cpu cycles speedup.
Originally …
|
|
|
@f1d2b57
|
15 years |
Reimar.Doeffinger |
Make url_read_complete handle EAGAIN more intelligently.
Only retry 2 …
|
|
|
@0b882b4
|
15 years |
Reimar.Doeffinger |
Fix crash in MLP decoder due to integer overflow.
Probably only DoS, …
|
|
|
@8ba43617
|
15 years |
michaelni |
1 cpu cycle faster suffix_length calculation.
Originally committed as …
|
|
|
@f632c454
|
15 years |
stefano.sabatini-lala |
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
Originally …
|
|
|
@f0f86627
|
15 years |
fenrir |
VC-1/WMV3 DXVA2 implementation
It allows VLD VC-1/WMV3 decoding …
|
|
|
@77d40dce
|
15 years |
michaelni |
Remove is_complex from loop_filter() its useless there in its current …
|
|
|
@34fecc9a
|
15 years |
fenrir |
Added a few missing consts in dxva_h264.
Originally committed as …
|
|
|
@0dc343d4
|
15 years |
fenrir |
Added a missing const to ff_h264_get_slice_type().
Originally …
|
|
|
@f1f78a9d
|
15 years |
stefano.sabatini-lala |
Doxument url_close().
Originally committed as revision 21420 to …
|
|
|
@8880c8bc
|
15 years |
fenrir |
Added missing const to get_bits_count().
Originally committed as …
|
|
|
@b2b7ab32
|
15 years |
michaelni |
Prefer cbp over cbp_table.
Originally committed as revision 21418 to …
|
|
|
@333146dd
|
15 years |
stefano.sabatini-lala |
Doxument url_open_protocol().
Originally committed as revision 21417 …
|
|
|
@50eb40a7
|
15 years |
michaelni |
Remove all uses of slice_type* from the loop filter, also remove its …
|
|
|
@1f8ad15a
|
15 years |
stefano.sabatini-lala |
Doxument url_read().
Originally committed as revision 21415 to …
|
|
|
@30b61475
|
15 years |
stefano.sabatini-lala |
Use av_get_bits_per_pixel() for computing the bits per pixel of the …
|
|
|
@59398ea9
|
15 years |
ramiro.polla |
Indent.
Originally committed as revision 30413 to …
|
|
|
@2658e7a6
|
15 years |
ramiro.polla |
Don't redefine M_PI. It is already defined from …
|
|
|
@a4388eb
|
15 years |
ramiro.polla |
Split swscale.c into scaler code (swscale.c) and utility code …
|
|
|