source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a5805aa9   16 years michaelni Fix decoding with the plain C idcts of FRExt/HPCAMOLQ_BRCM_B …
(edit) @bbc888d0   16 years kostya.shishkov a table for upcoming RV30 loop filtering Originally committed as …
(edit) @40c7d0ae   16 years darkshikari Add automatic prefix handling to yasm functions. Does nothing now, …
(edit) @a5b807a6   16 years michaelni Replace /2 by >>1 in decode_cabac_mb_dqp() 3 cpu cycles speed up on …
(edit) @1aea5d35   16 years michaelni Simplify ctx update in decode_cabac_mb_dqp(). no speed change …
(edit) @7cfca0df   16 years michaelni Simplify ctx calculation in decode_cabac_mb_dqp() no speed change …
(edit) @d436963   16 years astrange Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in …
(edit) @1ca610c   16 years astrange Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of …
(edit) @712ca84   16 years darkshikari Move filter_luma_intra into dsputil for later addition of asm. …
(edit) @b9fe706   16 years darkshikari Simplify chroma AC in CABAC residual decoding. Originally committed …
(edit) @8955b669   16 years michaelni Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark …
(edit) @17779f39   16 years michaelni Remove unacceptable NULL pointer hack from mc code. Originally …
(edit) @04618b98   16 years michaelni Check ref values in CABAC H.264 for validity. Originally committed as …
(edit) @c25ac15a   16 years michaelni Move idct_(dc)add closer to where it is needed. Originally committed …
(edit) @aebb5d6d   16 years michaelni indent Originally committed as revision 16222 to …
(edit) @96465b90   16 years michaelni Reorder ifs in chroma hl_decode_mb to avoid a duplicate …
(edit) @6456d6d8   16 years michaelni s/h->cbp_table[mb_xy]/h->cbp/ Originally committed as revision 16220 …
(edit) @04824298   16 years michaelni Faster CAVLC decoding of trailing_ones. Based on a patch by dark …
(edit) @93445d16   16 years michaelni Replace i by trailing_ones, part of a patch by dark shikari. No speed …
(edit) @c375d87   16 years michaelni Remove if() surrounding decode_cabac_mb_type() that can never be true. …
(edit) @c325b505   16 years michaelni Remove unreachable else clause, found by dark shikari. Originally …
(edit) @dae006d7   16 years michaelni Remove useless IS_8x8DCT check i forgot, spotted by dark shikari. …
(edit) @2a5a9c28   16 years michaelni 10l, svq3 didnt set h->cbp, this broke decoding a little. Originally …
(edit) @364df7b7   16 years baptiste.coudurier cosmetics, remove useless parenthesis and whitespaces Originally …
(edit) @a1532824   16 years baptiste.coudurier set alac channels from extradata, fix alac mono in m4a Originally …
(edit) @efeb298e   16 years kostya.shishkov cosmetics: remove one unneeded space Originally committed as revision …
(edit) @1eb96035   16 years michaelni Do not calculate idct_dc_add/idct_add when the variables are unused. …
(edit) @62bc966f   16 years michaelni Remove redundant nnz variable. Originally committed as revision 16209 …
(edit) @0a8ca22f   16 years michaelni indent Originally committed as revision 16208 to …
(edit) @2fd1f0e0   16 years michaelni Use the new idct functions (except chroma as it was slower in …
(edit) @ac223859   16 years michaelni H.264 idct functions that include the chroma, inter luma and intra16 …
(edit) @1d217cd   16 years rsbultje Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS …
(edit) @d7fb5a18   16 years rsbultje Add a ByteIOContext argument to ASF functions that will be shared with …
(edit) @49c084a7   16 years michaelni Skip non intra luma code when there is no coded luma. 0.7% speedup for …
(edit) @00794ed0   16 years lorenm 1.6x faster pred*_vertical_add_c Originally committed as revision …
(edit) @621561c   16 years michaelni Skip chroma handling when there is no coded chroma. 0.5% overall …
(edit) @3749076c   16 years stefano.sabatini-lala Fix weird indent. Originally committed as revision 16200 to …
(edit) @7bbacf9a   16 years stefano.sabatini-lala Implement size autodetection if one of the width and height …
(edit) @406c5808   16 years stefano.sabatini-lala Replace the width and height fields in VideoData with a struct …
(edit) @9580ba26   16 years stefano.sabatini-lala Replace frame_rate and frame_rate_base fields in VideoData with an …
(edit) @5c3383e5   16 years stefano.sabatini-lala Fix opt_default(), making it exit immediately in case of an invalid …
(edit) @17b17c53   16 years kostya.shishkov add const qualifier to some pointers for input data Originally …
(edit) @bb39171b   16 years kostya.shishkov use precalculated mb_pos where available Originally committed as …
(edit) @f8c5adaf   16 years mans ARM: make FASTDIV() an inline function Originally committed as …
(edit) @6c3fca64   16 years kostya.shishkov Merge deblocking pattern with CBP for RV30/40 loop filtering …
(edit) @26bc319   16 years kostya.shishkov Generate correct deblock pattern for RV30 Originally committed as …
(edit) @f610fc81   16 years kostya.shishkov Unfortunately RV30 luma thirdpel MC functions cannot be substituted …
(edit) @6a4583e   16 years kostya.shishkov 4l: TIFF stores short strings inside tag, do not interpret it is as an …
(edit) @124c21d7   16 years diego Check function prototype in check_asm function to avoid compiler …
(edit) @8b2386dc   16 years benoit.fouet Add jp2 support to img2 demuxer. On behalf of Jai Menon Originally …
(edit) @5f51afd   16 years gpoirier add AltiVec implementation of int32_to_float_fmul_scalar Originally …
(edit) @18cb36fd   16 years baptiste.coudurier activate jpeg2000 fourcc in mov/mj2 Originally committed as revision …
(edit) @54dab661   16 years michaelni Fix svq3 decoding, is_complex was not initialized. Originally …
(edit) @4080e67c   16 years michaelni Replace != 0 || check by | 3 cpu cycles faster Originally committed …
(edit) @ad9ca7e7   16 years michaelni Split filter_mb_dir() out of filter_mb(). 1% overall decoding speed up …
(edit) @6c414bb6   16 years mans AC3: fix strict aliasing violation in parser Originally committed as …
(edit) @cb56b440   16 years mans AAC: fix strict aliasing violation in parser Originally committed as …
(edit) @a2fc0f6a   16 years mans ARM: replace "armv4l" with "arm" Originally committed as revision …
(edit) @2600f8c   16 years diego Remove obsolete and misleading comments. Originally committed as …
(edit) @c9e73264   16 years diego Roundup now works from a ffmpeg.org domain as well, so prefer that. …
(edit) @ac0623b2   16 years michaelni Fix indention, also do a little vertical alignment of changed lines. …
(edit) @7b1454c   16 years stefano.sabatini-lala Implement av_set_string3(). Originally committed as revision 16175 to …
(edit) @6120a343   16 years michaelni Factorize 3 multiplications out, code becomes 3 cpu cycles faster. …
(edit) @1dd488e9   16 years michaelni Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont …
(edit) @89db0bae   16 years michaelni Do not recalculate constant part of is_complex for every MB. …
(edit) @41e4055b   16 years michaelni Support the new lossless mode. Originally committed as revision 16171 …
(edit) @479044c   16 years mans dct-test: add ARM IDCTs Originally committed as revision 16170 to …
(edit) @875f3125   16 years mans dct-test: add PARTTRANS permutation Originally committed as revision …
(edit) @d358caed   16 years michaelni Horizontal and vertical prediction functions needed for new lossless …
(edit) @ca5b528e   16 years michaelni Fix bug where the avi demxuer lost the first frame of malformed ODML …
(edit) @27134437   16 years baptiste.coudurier check that nb_streams is valid before setting stream, fix crash with …
(edit) @f683ea1c   16 years benoit.fouet Add const qualifiers to decode functions. Originally committed as …
(edit) @7d2cc55   16 years benoit.fouet Fix warning "format not a string literal and no format arguments". …
(edit) @f86cd761   16 years tempn add MPNG fourcc fixes http://sceneish.ath.cx/stuff/netmap/netmap.avi
(edit) @4a49a5fd   16 years tempn two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list …
(edit) @a9cf309b   16 years tempn QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi Originally …
(edit) @c6340f86   16 years tempn add rpza avi fourcc Originally committed as revision 16160 to …
(edit) @09a76db8   16 years michaelni Do not skip frames until the first keyframe when stream copying but no …
(edit) @2169b79c   16 years lessen42 Workaround for shared libs on OS X with Apple gcc 4.0.1 Originally …
(edit) @ac52613c   16 years benoit.fouet Check extradata is large enough. Patch by Laurent Aimar fenrir \:/ via …
(edit) @301cc4f3   16 years stefano.sabatini-lala Implement the av_set_number2() internal function, which makes possible …
(edit) @a59d44fd   16 years stefano.sabatini-lala Remove ending period in a log message, which was inconsistent with …
(edit) @68178ca   16 years diego Add xvmc configure support. Originally committed as revision 16154 to …
(edit) @b24298ba   16 years diego Switch xvmc over to a CONFIG_ option. Originally committed as …
(edit) @6915cf38   16 years diego whitespace cosmetics Originally committed as revision 16152 to …
(edit) @1bf98d1   16 years mans ARM: NEON optimised h264_idct_dc_add Originally committed as revision …
(edit) @c598cf25   16 years mans ARM: NEON optimised h264_idct_add Originally committed as revision …
(edit) @5813e05d   16 years mans ARM: NEON optimised H.264 8x8 and 16x16 qpel MC Originally committed …
(edit) @ad74a0f   16 years mans ARM: NEON optimised H.264 loop filter Originally committed as …
(edit) @1cce897a   16 years mans ARM: NEON optimised {put,avg}_h264_chroma_mc[48] Originally committed …
(edit) @7eec4328   16 years mans ARM: NEON optimised simple_idct Originally committed as revision …
(edit) @569f5a75   16 years mans ARM: NEON optimised put_pixels functions Originally committed as …
(edit) @c4687bf6   16 years diego Avoid invasion of POSIX-reserved _t namespace. Originally committed …
(edit) @40a19c44   16 years kostya.shishkov Fix one peculiar case in Smacker decoding. Patch by Daniel Verkamp …
(edit) @9506090   16 years diego Avoid POSIX-reserved _t in identifier names. Originally committed as …
(edit) @40f06241   16 years michaelni Enable filter_mb_fast if CODEC_FLAG2_FAST is set. Originally …
(edit) @bf73801b   16 years Aurélien Jacobs vp56: don't reset dimensions to 0 in codec init Originally committed …
(edit) @b9b2b8c9   16 years rsbultje Use get_buffer() and url_fskip() for some loops of get_byte()s. See …
(edit) @127ed7b0   16 years rsbultje Reindent something that looks weird. Originally committed as revision …
(edit) @b965ff35   16 years rsbultje Add comment to indicate why the SDP line buffer is as big as it is. …
Note: See TracRevisionLog for help on using the revision log.