source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @97d5fa38   15 years mans 10l: fix linking Alphabetical order isn't always a good idea. …
(edit) @b51de6d8   15 years stefano.sabatini-lala Rename swscale-example to swscale-test, to better reflect the intended …
(edit) @d19a046   15 years stefano.sabatini-lala Document av_register_protocol(), not that it really needs to be …
(edit) @8652e44a   15 years michaelni Simplify left_xy init Originally committed as revision 21470 to …
(edit) @599fe45b   15 years michaelni Split fill_caches() between loopfilter & decode, the 2 no longer where …
(edit) @5a0f7131   15 years mans Allow disabling of lavc, lavf, lavd, and lsws Originally committed as …
(edit) @16e5e39a   15 years michaelni Optimize loop filtering of the left edge in MBAFF. 60 cpu cycles …
(edit) @d3cb93b3   15 years ramiro.polla Revert r21226, it was a joke: Get one step closer to world domination. …
(edit) @dfe4dc15   15 years michaelni use left_xy[1] in mbaff QP loop filter check, this improves the amount …
(edit) @aebf3123   15 years michaelni Optimize mv/ref cache init for left MB. Originally committed as …
(edit) @f2c694af   15 years mans Add UMULH() This function/macro returns the high half of the unsigned …
(edit) @900479bb   15 years lorenm optimize h264_loop_filter_strength_mmx2 244->160 cycles on core2 …
(edit) @27000636   15 years rsbultje Don't use tcp_fd if we're not using TCP-based connections (e.g. when …
(edit) @6548c939   15 years michaelni remove unneeded check Originally committed as revision 21460 to …
(edit) @18ea2f93   15 years michaelni Use left_mb_xy from fill_caches instead of recalculating it. …
(edit) @a715af8f   15 years michaelni Simplify left_xy content for the loop filter, this also makes it …
(edit) @d5c30c86   15 years michaelni Simplify loop filter a little by using top/left_type. Originally …
(edit) @99344d43   15 years michaelni Set top & left types for deblock in fill_caches(). Originally …
(edit) @aaa995d7   15 years michaelni 100l typo fix, mixed up +-1 forcing the loop filter skip to never …
(edit) @66472bcd   15 years michaelni cosmetic Originally committed as revision 21454 to …
(edit) @3046c25e   15 years michaelni Fix qp_thres loop filter check for MBAFF. Originally committed as …
(edit) @806ac67b   15 years michaelni Optimize mb neighbor initialization for MBAFF in fill_caches(). ~10 …
(edit) @ddee80f3   15 years Carl Eugen Hoyos Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611. …
(edit) @60222557   15 years michaelni Use isAnyRGB() where possible Originally committed as revision 30435 …
(edit) @81858371   15 years michaelni Add 3 more RGB makros that allow specifying RGB in bytes and any …
(edit) @3b1ee703   15 years michaelni Rename isRGB() and isBGR() as their meaning is confusing. Originally …
(edit) @7b87519b   15 years stefano.sabatini-lala Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly …
(edit) @021dccba   15 years michaelni Fix heap overflow due to lack of nb_components check. Originally …
(edit) @cc5d4f4c   15 years Carl Eugen Hoyos Release buffer when decoding is finished. Originally committed as …
(edit) @9120e2cd   15 years mans Print config of each lib if different from that of …
(edit) @27739206   15 years michaelni Optimize decode_cabac_field_decoding_flag(). ~4 cpu cycles faster …
(edit) @7f8c3d1f   15 years mans configure: fix --cpu=nocona Use x86_64_suggest instead of _select as …
(edit) @1e4f1c56   15 years astrange 100l, correct wrong H.264+adaptive MBAFF decoding Fixes several FATE …
(edit) @9104cd51   15 years ramiro.polla Check if dxva2api.h is recent enough to compile vc1_dxva2_hwaccel. …
(edit) @6023d84a   15 years ramiro.polla Load the proper getaddrinfo functions from ws2_32.dll, if they're …
(edit) @3debf366   15 years ramiro.polla Check for getaddrinfo in the winsock headers. This makes us link …
(edit) @d9cd11ad   15 years ramiro.polla Only define _WIN32_WINNT=0x0501 if $target_os = "mingw32". If …
(edit) @0b69d625   15 years astrange H.264: Use 64-/128-bit write-combining macros for copies 2-3% faster …
(edit) @008f872f   15 years justin.ruggles Only check frame size if the header is valid. Originally committed as …
(edit) @b52fcba9   15 years Carl Eugen Hoyos Fix decoding ATI VCR2 codec, sample in …
(edit) @b0634fd1   15 years stefano.sabatini-lala Doxument url_open(). Originally committed as revision 21437 to …
(edit) @895a9be6   15 years Carl Eugen Hoyos Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw …
(edit) @aa2ead82   15 years stefano.sabatini-lala Fix mis-computation of the needsDither variable erroneously introduced …
(edit) @996b099a   15 years michaelni Branchless setting of MB_TYPE_8x8DCT. Not benchmarked as i failed to …
(edit) @81afcf1f   15 years michaelni Remove cruft. Originally committed as revision 21434 to …
(edit) @d9ef0d2   15 years michaelni Mark index as unsigend so gcc knows it doesnt need a sign extension on …
(edit) @449d1442   15 years michaelni a[b-1] -> (a-1)[b]. Helps gcc not to add seperate -1 instructions. …
(edit) @7abc8603   15 years michaelni Optimize suffix_length computation, 1 cpu cycle speedup. Originally …
(edit) @eeb1e92f   15 years michaelni Simplify suffix_length computation, same speed. Originally committed …
(edit) @725b3da   15 years stefano.sabatini-lala Favor the term "URL" over "filename", as the API deals with URLs …
(edit) @c78295ad   15 years michaelni Optimize level_code computation, 6cpu cycles speedup. Originally …
(edit) @f1d2b57   15 years Reimar.Doeffinger Make url_read_complete handle EAGAIN more intelligently. Only retry 2 …
(edit) @0b882b4   15 years Reimar.Doeffinger Fix crash in MLP decoder due to integer overflow. Probably only DoS, …
(edit) @8ba43617   15 years michaelni 1 cpu cycle faster suffix_length calculation. Originally committed as …
(edit) @f632c454   15 years stefano.sabatini-lala Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks. Originally …
(edit) @f0f86627   15 years fenrir VC-1/WMV3 DXVA2 implementation It allows VLD VC-1/WMV3 decoding …
(edit) @77d40dce   15 years michaelni Remove is_complex from loop_filter() its useless there in its current …
(edit) @34fecc9a   15 years fenrir Added a few missing consts in dxva_h264. Originally committed as …
(edit) @0dc343d4   15 years fenrir Added a missing const to ff_h264_get_slice_type(). Originally …
(edit) @f1f78a9d   15 years stefano.sabatini-lala Doxument url_close(). Originally committed as revision 21420 to …
(edit) @8880c8bc   15 years fenrir Added missing const to get_bits_count(). Originally committed as …
(edit) @b2b7ab32   15 years michaelni Prefer cbp over cbp_table. Originally committed as revision 21418 to …
(edit) @333146dd   15 years stefano.sabatini-lala Doxument url_open_protocol(). Originally committed as revision 21417 …
(edit) @50eb40a7   15 years michaelni Remove all uses of slice_type* from the loop filter, also remove its …
(edit) @1f8ad15a   15 years stefano.sabatini-lala Doxument url_read(). Originally committed as revision 21415 to …
(edit) @30b61475   15 years stefano.sabatini-lala Use av_get_bits_per_pixel() for computing the bits per pixel of the …
(edit) @59398ea9   15 years ramiro.polla Indent. Originally committed as revision 30413 to …
(edit) @2658e7a6   15 years ramiro.polla Don't redefine M_PI. It is already defined from …
(edit) @a4388eb   15 years ramiro.polla Split swscale.c into scaler code (swscale.c) and utility code …
(edit) @2c0ee018   15 years michaelni Remove unneeded reset of non_zero_count_cache for deblock. Originally …
(edit) @01c51168   15 years michaelni Remove useless things from the deblock side of fill_caches(). …
(edit) @ea3b456d   15 years michaelni make mv_cache init 64bit where possible. Originally committed as …
(edit) @420755dd   15 years ramiro.polla vfwcap: Include windows.h before vfw.h since the latter requires …
(edit) @a1b3c5a3   15 years ramiro.polla Replace every usage of -lvfw32 with what is particularly necessary for …
(edit) @27796dc3   15 years ramiro.polla Use $vfwcap_indev_extralibs variable instead of duplicating "-lvfw32" …
(edit) @626c46ec   15 years ramiro.polla Indent. Originally committed as revision 21408 to …
(edit) @85167c46   15 years fenrir Moved reusable functions from dxva2_h264.c to dxva2.c Originally …
(edit) @0c32e19   15 years michaelni Move +52 from the loop filter to the alpha/beta offsets in the …
(edit) @6231d098   15 years Reimar.Doeffinger Release buffer when the codec is closed. Originally committed as …
(edit) @b9e3f85   15 years Reimar.Doeffinger Use qstride = 0 and allocate only a single line for qscale_table since …
(edit) @e4833b5d   15 years fenrir Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer …
(edit) @8cf9bbb6   15 years fenrir Reindent the content of one if(){} in ff_dxva2_common_end_frame. …
(edit) @8db7ee09   15 years fenrir Moved reusable code from dxva2_h264.c:end_frame to …
(edit) @1cc2d211   15 years michaelni Set edges based on cbp and mv partitioning, not just skiped MBs. This …
(edit) @87ac0c0a   15 years Reimar.Doeffinger Use AVPALETTE_COUNT instead of hard-coding 256. This is consistent …
(edit) @ab8075a2   15 years Reimar.Doeffinger Remove redundant initialization of the palette, it is part of the …
(edit) @6b3661b2   15 years michaelni Optimize filter_mb_mbaff_edge*() Originally committed as revision …
(edit) @933bea77   15 years michaelni Optmize 8x8dct check used to skip some borders in the loop filter. 4 …
(edit) @6242b1c4   15 years Reimar.Doeffinger Use av_freep intead of av_free to free pointers in vp56 context. …
(edit) @48c65d0   15 years Reimar.Doeffinger Zero the frame data on allocation for VB codec, e.g. the FATE sample …
(edit) @ddb901b7   15 years Reimar.Doeffinger Make url_read_complete retry on EAGAIN and return how much data it …
(edit) @9828735   15 years kostya.shishkov Print a warning when DATA chunk is encountered in the middle of chunk. …
(edit) @a7e6328c   15 years daniel Export wma_critical_freqs as ff_wma_critical_freqs Originally …
(edit) @7a086a85   15 years michaelni Fix heap overflow with -async. Fixes issue1666 Originally committed …
(edit) @e62a55b9   15 years Reimar.Doeffinger The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needs …
(edit) @54a4f36d   15 years stefano.sabatini-lala Remove conditional M_PI definition, it is already defined in …
(edit) @a52ce57d   15 years stefano.sabatini-lala Replace deprecated guess_format() with av_guess_format(). Patch by …
(edit) @3deb5384   15 years alex.converse Implement an sse version of scalarproduct_float(). Originally …
(edit) @57835fc1   15 years kostya.shishkov Check for chunk boundaries when decoding VB codec data Originally …
(edit) @27276496   15 years kostya.shishkov Zero palette in case not all entries are initialized later Originally …
Note: See TracRevisionLog for help on using the revision log.