source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @94d9633a   17 years voroshil Replace "signed short" typecast with "int16_t" as suggested by Mans …
(edit) @24231e4c   17 years andreas Reorganize long reference management to minimize code duplication in …
(edit) @3a22d7fa   17 years andreas Fix Picture.key_frame setting to be compatible with frame and field …
(edit) @f57e2af6   17 years andreas Fix h->curr_pic_num for field pictures. Necessary for proper PAFF …
(edit) @c58b7471   17 years andreas Rename variable to make sense in both field and frame contexts …
(edit) @47e112f8   17 years andreas Further modularize short reference list management for upcoming PAFF …
(edit) @5a7b254c   17 years andreas Re-indent unreference_pic. patch by Jeff Downs, heydowns a borg d com …
(edit) @8fd57a66   17 years andreas Modify unreference_pic implementation with PAFF in mind. patch by …
(edit) @bbb3edb   17 years andreas Partial PAFF implementation at macroblock level. PAFF support …
(edit) @330194b9   17 years voroshil Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed …
(edit) @ba869f6   17 years Aurélien Jacobs merge some #ifdef CONFIG_ENCODERS sections Originally committed as …
(edit) @c7044814   17 years Aurélien Jacobs remove alternative declaration of h263_encode_init() It's never called …
(edit) @30c23dc0   17 years Aurélien Jacobs fix declaration name from MPV_common_init_ppc to …
(edit) @06a43040   17 years Aurélien Jacobs remove useless #ifdef Originally committed as revision 10653 to …
(edit) @f62a9a46   17 years diego Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is …
(edit) @b4fb0803   17 years diego Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of …
(edit) @9dceaa92   17 years andreas remove unused code, spotted by Jeff Downs, heydowns a borg d com …
(edit) @17c9628b   17 years Reimar.Doeffinger Hopefully fix sparc compilation again, add incorrectly removed …
(edit) @d9a5dab2   17 years Reimar.Doeffinger Remove uses of SIGILL for CPU extension detection, that method is not …
(edit) @e0d21bfe   17 years lucabe72 Allow to set the maximum number of frames per RTP packet (and add …
(edit) @0d0447ea   17 years andreas Rename MMCO stuff to prepare for h264/PAFF implementation. patch by …
(edit) @bcc3476   17 years andreas Cosmetic preparations for h264/PAFF implementation. patch by Jeff …
(edit) @b1ef3dfd   17 years diego 100l: Revert accidental commit, restore previous version. Originally …
(edit) @1f3a990b   17 years diego cosmetics: Fix indentation after last commit. Originally committed as …
(edit) @eee94748   17 years diego Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). …
(edit) @6c05bab4   17 years diego Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it …
(edit) @89523bee   17 years lu_zero Sanitize altivec code so it can be built with runtime check properly …
(edit) @298726ba   17 years diego cosmetics: Fix AltiVec spelling. Originally committed as revision …
(edit) @a1d0b6a2   17 years diego cosmetics: Fix AltiVec spelling. Originally committed as revision …
(edit) @6006a689   17 years diego cosmetics: Fix indentation after last commit. Originally committed as …
(edit) @465c9fde   17 years diego Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains …
(edit) @3303926c   17 years diego Add checking for codecid to has_codec_parameters(). patch by Ronald S. …
(edit) @64d8ef0b   17 years r_togni Fix seek regression test for ac3 in rm after r10634 Needed because …
(edit) @bf415121   17 years r_togni dnet audio needs avparser to work with the lavc ac3 decoder. Fixes …
(edit) @7fd7259a   17 years diego Remove const vector macro indirection that is useless and obfuscating …
(edit) @cd195f14   17 years diego Remove Metrowerks compiler workaround. Originally committed as …
(edit) @dead9db8   17 years diego Remove Metrowerks compiler workaround. Originally committed as …
(edit) @286127c5   17 years lorenm div -> mul Originally committed as revision 10630 to …
(edit) @8eb1c1cd   17 years diego Remove redundant banner output from ffserver. patch by Stefano …
(edit) @b8de3429   17 years lorenm simplify lpc Originally committed as revision 10628 to …
(edit) @d1a5c421   17 years lorenm 20% faster lpc, 6% overall flac decoding Originally committed as …
(edit) @08965b2   17 years lorenm replace FIR with finite differences. 3x faster …
(edit) @bfdd5bc1   17 years lorenm unroll finite differences to avoid swapping registers. 1.5x faster …
(edit) @a309dce7   17 years lorenm encode_residual_fixed(): replace FIR with finite differences. 4x …
(edit) @0b04ebb   17 years diego Add support for AMV variants of AVI files. patch by Vladimir …
(edit) @7b933617   17 years diego Mention SPARC optimizations. Originally committed as revision 10622 …
(edit) @6810b93   17 years lorenm sse2 version of compute_autocorr(). 4x faster than c (somehow, even …
(edit) @fdf88598   17 years mans fix -lm check Originally committed as revision 10620 to …
(edit) @b6cd8593   17 years diego cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly …
(edit) @03b8e292   17 years diego typo Originally committed as revision 10618 to …
(edit) @8787d837   17 years vitor1001 AMV video decoder. Patch by Vladimir Voroshilov (voroshil - gmail - …
(edit) @55ffe9df   17 years andreas Use emms_c() instead of ifdef patch by: Ronald S. Bultje rsbultje a …
(edit) @f8f88a42   17 years andreas Add IPv6 support to url_split() patch by: Ronald S. Bultje rsbultje a …
(edit) @a449faea   17 years vitor1001 Add variables to prepare to the AMV decoder patch. Patch by Vladimir …
(edit) @19b9c7cc   17 years lorenm was computing one more autocorrelation coefficient that was actually …
(edit) @14bd2a9f   17 years lorenm replace brute force find_optimal_param() with a closed-form solution. …
(edit) @f6215b1b   17 years lorenm gcc isn't smart enough to factor out duplicate stores Originally …
(edit) @551109d4   17 years ikalvachev On bitstream error is_intra_more_likely() could use dsp.sad[0]() that …
(edit) @a1748c67   17 years vitor1001 Documentation update for AMV audio decoder Originally committed as …
(edit) @3576f9c6   17 years benoit.fouet Documentation fix for url_f(d)open() Patch by Björn Axelsson bjorn …
(edit) @3578e9a0   17 years benoit.fouet Make ffserver show a banner at startup. Patch by Stefano Sabatini …
(edit) @28e968c4   17 years lorenm 2.5x faster compute_autocorr() overall flac encoding: 15-50% faster on …
(edit) @7e1e297e   17 years andreas refactor url_split(), preparing for IPv6 support patch by: Ronald S. …
(edit) @9c5755ee   17 years benoit.fouet Remove unnecessary copyright notice from ffplay.c:show_help. patch by …
(edit) @4cfac5bc   17 years benoit.fouet Make ffplay show a banner at startup. patch by Stefano Sabatini …
(edit) @9846cbdb   17 years takis.issaris cosmetics: typos Originally committed as revision 10602 to …
(edit) @93f0c0a4   17 years takis.issaris Remove redundant test. Originally committed as revision 10601 to …
(edit) @721d5e3b   17 years diego Revert wrong ARCH_BFIN --> HAVE_BFIN change. Originally committed as …
(edit) @86074ed1   17 years benoit.fouet Implement common show version and banner. Patch by Stefano Sabatini …
(edit) @20693c85   17 years lucabe72 Add myself as a maintainer for the RTP muxer and for the SDP generator …
(edit) @3a7f5d07   17 years vitor1001 AMV audio decoder Originally committed as revision 10598 to …
(edit) @815d96a6   17 years lorenm oops, revert unrelated change Originally committed as revision 10597 …
(edit) @dc44d4a   17 years lorenm unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x …
(edit) @6b19786b   17 years mans set -mcpu for ARM Originally committed as revision 10595 to …
(edit) @53b73365   17 years ramiro.polla Fix avisynth compilation after allformats.h was removed Originally …
(edit) @ea10ddde   17 years ramiro.polla Let the dependency checker deal with winsock2's extralibs. Originally …
(edit) @2ddcf84b   17 years andreas h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as …
(edit) @b925ef61   17 years Aurélien Jacobs add support for AVI files with On2 header Originally committed as …
(edit) @7b31b09   17 years Aurélien Jacobs use a table to parse AVI file header Originally committed as revision …
(edit) @2d89f334   17 years benoit.fouet Indentation Originally committed as revision 10589 to …
(edit) @602dd8f6   17 years benoit.fouet Check read_packet before using it. Originally committed as revision …
(edit) @0d2caa37   17 years lorenm oops, potential overflow on really large blocks Originally committed …
(edit) @bd49d4fd   17 years lorenm optimize decode_subframe_lpc() 50%/67%/43% faster on core2/k8/p4, …
(edit) @f74471e   17 years lorenm optimize encode_residual_lpc() 37%/45%/90% faster on core2/k8/p4, …
(edit) @7ecae905   17 years Aurélien Jacobs simplify Originally committed as revision 10584 to …
(edit) @d7af6a9d   17 years Aurélien Jacobs rename one variable to be consistent with the rest of the file …
(edit) @442b145a   17 years Aurélien Jacobs consistent spelling: plan => plane Originally committed as revision …
(edit) @172d1171   17 years nicola.sabbi added structures and code to keep track of pids<->programs mapping: …
(edit) @1d257254   17 years nicola.sabbi replaced custom tracking of programs/services with calls to with …
(edit) @15afa39   17 years nicola.sabbi Added definition and utility functions to handle AVProgram(s) in …
(edit) @99904603   17 years Aurélien Jacobs use the VP6A codec Originally committed as revision 10578 to …
(edit) @df63f130   17 years Aurélien Jacobs revert r10527 There is now a proper vp6a codec, so no need for this …
(edit) @d3f9edba   17 years Aurélien Jacobs simplify Originally committed as revision 10576 to …
(edit) @f62a2b61   17 years Aurélien Jacobs cosmetic: indent Originally committed as revision 10575 to …
(edit) @91fc2cf1   17 years Aurélien Jacobs add a new vp6a codec (add alpha plan support to vp6) Originally …
(edit) @58f66029   17 years andreas reindent Originally committed as revision 10573 to …
(edit) @e0a5d771   17 years diego Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not …
(edit) @247df384   17 years Aurélien Jacobs move all model related tables into their own struct Originally …
(edit) @1218a7e3   17 years diego cosmetics: Sort CODEC_ID list. Originally committed as revision 10570 …
(edit) @a7d70d88   17 years Aurélien Jacobs rename vp56_b6to3 to vp56_b2p Originally committed as revision 10569 …
Note: See TracRevisionLog for help on using the revision log.