source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fa8ead0   14 years stefano.sabatini-lala Add an APIchanges entry for the libavcore/parseutils.{h,c} addition of …
(edit) @ea35e3c   14 years stefano.sabatini-lala Avoid the use of an intermediary variable in av_parse_video_rate(). …
(edit) @c90c80ac   14 years stefano.sabatini-lala Make VideoFrameRateAbbr contain a rational rather than two ints for …
(edit) @dc4a50a0   14 years stefano.sabatini-lala Remove reference to the "frame" term in variable names. Simpler and …
(edit) @afead10   14 years stefano.sabatini-lala Make av_parse_video_size() and av_parse_video_rate() return …
(edit) @b964a293   14 years stefano.sabatini-lala Reindent. Originally committed as revision 24520 to …
(edit) @a2758624   14 years stefano.sabatini-lala Make pkgconfig_generate check if the library is enabled before to …
(edit) @126b638e   14 years stefano.sabatini-lala Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() …
(edit) @db9cc3a5   14 years rsbultje Reindent after r24516. Originally committed as revision 24517 to …
(edit) @e87b7d72   14 years rsbultje Use inverse error branches, i.e. instead of if(something){success} …
(edit) @540ab68c   14 years rsbultje Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. …
(edit) @ab4d031   14 years rsbultje Use pmaddubsw for the mbedge_filter (>=ssse3), 6-10 cycles faster. …
(edit) @e25dee60   14 years darkshikari VP8: Much faster SSE2 MC 5-10% faster or more on Phenom, Athlon 64, …
(edit) @9dd9d67b   14 years stefano.sabatini-lala Define static functions fill_image_linesize() and …
(edit) @48adb7e7   14 years rsbultje Enable no-loop memory/register saving for ssse3/sse4 also. Originally …
(edit) @2a180c69   14 years rsbultje Save a register (or regsize of stackspace for x86-32) for the no-loop …
(edit) @bcd4aa64   14 years rsbultje Use nested ifs instead of &&, which appears to not work with %ifidn …
(edit) @0b2c75c   14 years rsbultje Rename pow variable to pwr. Patch by Axel Holzinger <aholzinger gmx …
(edit) @2208053b   14 years rsbultje Split pextrw macro-spaghetti into several opt-specific macros, this …
(edit) @065a20c   14 years stefano.sabatini-lala Reindent. Originally committed as revision 24506 to …
(edit) @3aace1bc   14 years stefano.sabatini-lala Rename av_transcode() to transcode(). av_ prefix is reserved for …
(edit) @fca05ea8   14 years darkshikari VP8: add missing free Fixes a tiny memory leak. Originally committed …
(edit) @2701fd40   14 years Aurélien Jacobs matroskaenc: add support for muxing SRT tracks Originally committed …
(edit) @7b53f463   14 years Aurélien Jacobs add mime-type for ASS muxer Originally committed as revision 24502 to …
(edit) @752ff3ff   14 years martin Include the correct header that actually is used, use quotes instead …
(edit) @a16dfa2c   14 years stefano.sabatini-lala Fix pkgconfig_generate line for libavcore. libavcore depends on …
(edit) @09d7da86   14 years Carl Eugen Hoyos Accept stdin as input for patcheck. Patch by Rafaël Carré, rafael d …
(edit) @28e241de   14 years Carl Eugen Hoyos Fix r24445: Instead of needlessly initialising a variable, silence the …
(edit) @639e4ec8   14 years stefano.sabatini-lala Rename av_exit() to ffmpeg_exit(). av_ is a prefix reserved for av* …
(edit) @f62c025a   14 years stefano.sabatini-lala Use X ? Y : Z construct, simplify. Originally committed as revision …
(edit) @853a0fcc   14 years Reimar.Doeffinger Cosmetics: fix indentation and remove a useless else. Originally …
(edit) @3aa13da9   14 years Reimar.Doeffinger Simplify get_byte and url_fgetc. Originally committed as revision …
(edit) @b9542223   14 years Carl Eugen Hoyos Only 4-bit ADPCM IMA WAV files are supported. Originally committed as …
(edit) @f7bd4a8e   14 years stefano.sabatini-lala Cosmetics: rename enc -> dec in opt_input_file(). The variable refer …
(edit) @e36a3906   14 years Reimar.Doeffinger Move ffm_close function up to avoid a forward declaration. Originally …
(edit) @527b46ba   14 years Reimar.Doeffinger ffmdec: Do not manually free streams on read_header error, this is …
(edit) @6de5b7c6   14 years rsbultje Fix obvious bug in assignment. Somehow, the test vectors don't test …
(edit) @ba2c508d   14 years Aurélien Jacobs add SubRip muxer and demuxer Originally committed as revision 24488 …
(edit) @e3f7bf77   14 years rsbultje Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, …
(edit) @e6e3069b   14 years mans Simplify lavfi test script a little Originally committed as revision …
(edit) @8fae6e7c   14 years mans Unbreak parallel lavfi testing Originally committed as revision 24485 …
(edit) @63e1278d   14 years alex.converse aacenc: TLS: Save maximum values for each swb in a table. This gives …
(edit) @031d5cea   14 years alex.converse 10l: Remove some commented out code that slipped in. Originally …
(edit) @fe461767   14 years alex.converse aacenc: TLS: Try to preserve some energy in each non-zero band. …
(edit) @6cce7cab   14 years Reimar.Doeffinger Fix compilation, forgot to add const also to the definition of …
(edit) @edac49da   14 years Reimar.Doeffinger Use "const" qualifier for pointers that point to input data of audio …
(edit) @6f2c523c   14 years Reimar.Doeffinger Fix a "function declaration isn't a prototype" warning. Originally …
(edit) @a2a17d3f   14 years Reimar.Doeffinger Fix use of uninitialized data: A array element can not be used to …
(edit) @5a55d5b5   14 years Reimar.Doeffinger More const-correctness fixes to avoid warnings. Originally committed …
(edit) @a4eef68f   14 years Reimar.Doeffinger Add some "const" to avoid incompatible pointer type warnings …
(edit) @04f6ab1c   14 years stefano.sabatini-lala Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients. …
(edit) @24911613   14 years stefano.sabatini-lala Add some comments to the rgb2yuv_table, clarifying the standard where …
(edit) @496c645d   14 years martin Never shrink the ByteIOContext buffer in ff_rewind_with_probe_data If …
(edit) @8dd25c52   14 years martin mpegts: Warn if unable to seek back Originally committed as revision …
(edit) @c226fc5b   14 years alex.converse aacenc: Prevent premature termination of the two loop search. …
(edit) @81824fe0   14 years alex.converse aacdec: Only load and write each predictor variable once. This is …
(edit) @70c99adb   14 years alex.converse aacdec: 4% faster main profile decoding. Originally committed as …
(edit) @51ffd3a6   14 years alex.converse aacenc: Favor log2f() and sqrtf() over log2() and sqrt(). Originally …
(edit) @04d72abf   14 years alex.converse aacenc: Factorize some scalefactor utilities. Originally committed as …
(edit) @3611e7a3   14 years lessen42 Inline asm for VP56 arith coder This is a lot more reliable to get …
(edit) @ca18a478   14 years lessen42 VP8: Inline traversing vp8_small_mvtree Much faster …
(edit) @7697cdcf   14 years lessen42 VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an …
(edit) @fe1b5d97   14 years lessen42 Decode DCT tokens by branching to a different code path for each …
(edit) @5474ec2a   14 years lessen42 Move renormalization of the VP56 arith decoder to before decoding a …
(edit) @b3d755ec   14 years lessen42 Split renorm of vp56 arith decoder to its own function Originally …
(edit) @24675b80   14 years lessen42 vp56's arith decoder's code_word is only 16 bits, no need for unsigned …
(edit) @13a1304b   14 years darkshikari Add myself to VP8 copyright and maintainers. Also add Ronald to …
(edit) @414ac27d   14 years darkshikari VP8: always_inline some things to force gcc to do the right thing …
(edit) @06d50ca8   14 years darkshikari VP8: use AV_RL24 instead of defining a new RL24. Originally committed …
(edit) @73016d2   14 years ramiro.polla swscale-test: scale from reference to source only once for each …
(edit) @be1c5d35   14 years ramiro.polla indent Originally committed as revision 31776 to …
(edit) @da78053a   14 years ramiro.polla swscale-test: change order tests are run, maintaining the same …
(edit) @9fddd14   14 years darkshikari VP8: Slightly faster MV selection Don't clamp best mv unless it's …
(edit) @14767f35   14 years darkshikari VP8: use AV_ZERO32 instead of AV_WN32A where relevant Originally …
(edit) @09959ec4   14 years darkshikari VP8: eliminate redundant code in r24458 Originally committed as …
(edit) @a71abb71   14 years darkshikari VP8: shave a few clocks off check_intra_pred_mode Originally …
(edit) @a58ed9a2   14 years vitor1001 Add VP8 sign bias code regtest. Not tested by the official conformance …
(edit) @0087aa47   14 years darkshikari VP8: fix broken sign bias code in MV pred Apparently the official …
(edit) @3ae079a3   14 years darkshikari VP8: optimize DC-only chroma case in the same way as luma. Add MMX …
(edit) @3df56f41   14 years darkshikari VP8: Clean up some variable shadowing. Originally committed as …
(edit) @51c9156   14 years darkshikari VP8 asm: cosmetics (spacing) Originally committed as revision 24453 …
(edit) @8a467b2d   14 years darkshikari VP8: 30% faster idct_mb Take shortcuts based on statistically common …
(edit) @ef38842   14 years darkshikari VP8: smarter prefetching Don't prefetch reference frames that were …
(edit) @9479415e   14 years baptiste.coudurier In h264 parser, return immediately if buf_size is 0, avoid printing …
(edit) @ef011e6d   14 years baptiste.coudurier In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122
(edit) @c25c7767   14 years darkshikari VP8: clear DCT blocks in iDCT instead of using clear_blocks. ~0.3% …
(edit) @b74f70d6   14 years darkshikari VP8: avoid a memset for non-i4x4 blocks with no coefficients …
(edit) @145d3186   14 years darkshikari Get rid of more unnecessary dereferences in VP8 deblocking Originally …
(edit) @86721533   14 years darkshikari Shut up an uninitialized variable GCC warning in VP8. Originally …
(edit) @c4211046   14 years darkshikari Smarter VP8 prefetching Prefetch all refs (including altref), but only …
(edit) @5b9eb68   14 years stefano.sabatini-lala Prefer impersonal form over third person, for consistency with the …
(edit) @8cfae560   14 years darkshikari Fix stupid bug in VP8 prefetching code Originally committed as …
(edit) @c257c752   14 years stefano.sabatini-lala Add an APIchanges entry after the M_PHI addition. Originally …
(edit) @2a38c2e9   14 years darkshikari Eliminate a LUT in escape decoding in VP8 decode_block_coeffs …
(edit) @8d5fa2ba   14 years stefano.sabatini-lala Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec, …
(edit) @44852477   14 years stefano.sabatini-lala Add the M_PHI constant, contains an approximation of the golden ratio …
(edit) @d292c345   14 years darkshikari Eliminate some repeated dereferences in VP8 inter_predict Originally …
(edit) @dc5eec80   14 years rsbultje Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles …
(edit) @9bb9875e   14 years ramiro.polla swscale-test: use only 3 characters to print width/height since …
(edit) @b6f1e7e   14 years ramiro.polla swscale-test: print test name before running test, so that it's …
Note: See TracRevisionLog for help on using the revision log.