source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @64810754   15 years rsbultje Make style a little bit more K&R'ish. Originally committed as …
(edit) @7c823d8b   15 years rsbultje Rename a function which is no longer ipv6-specific. Patch by Martin …
(edit) @00eb13e0   15 years rsbultje Use the control URI from the SDP (if present) rather than the input …
(edit) @4a888526   15 years mans Move array specifiers outside DECLARE_ALIGNED() invocations …
(edit) @587d24ff   15 years mans Suppress TMS470 warnings about alignment directives Originally …
(edit) @34e52abb   15 years mans DECLARE_ALIGNED macro for TMS470 compiler This compiler supports …
(edit) @d408b77a   15 years mans Add an AV_PRAGMA() macro for constructing _Pragma() directives The …
(edit) @c6727809   15 years mans Move array specifiers outside DECLARE_ALIGNED() invocations …
(edit) @27ce1be8   15 years mans configure: fix --cpu=host The awk command used inadvertently relied …
(edit) @258b60c   15 years michaelni Gcc idiocy fixes related to filter_mb_edge*. Change order of operands …
(edit) @ac1e18cb   15 years lessen42 Update regression tests after r21372 Originally committed as revision …
(edit) @1f445f54   15 years michaelni Move dquant check into qscale overflow check. This should be faster …
(edit) @e380b918   15 years lessen42 mkvenc: Write TrackTimecodeScale patch by Rafael (dot) Carre (a) gmail …
(edit) @2e13ecfe   15 years rsbultje Remove reply and content_ptr arguments from rtsp_send_cmd_async(), …
(edit) @f8c08733   15 years rsbultje Change on rtsp_send_cmd() to the _async() version since we don't use …
(edit) @7eaa646   15 years rsbultje Reindent after r21368. Originally committed as revision 21369 to …
(edit) @8b9457de   15 years rsbultje Pretty embarassing bug; we shouldn't use av_strlcatf() on an …
(edit) @07318991   15 years benoit.fouet Make output-example.c handle AAC audio. Patch by Martin Storsjö martin …
(edit) @31f6e3c1   15 years michaelni Make calculation of mask_edge free of branches, faster of course but …
(edit) @b4d68544   15 years rsbultje Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>. …
(edit) @e9e949cf   15 years michaelni Clarify CODEC_CAP_SUBFRAMES. Originally committed as revision 21364 …
(edit) @8a24e98d   15 years mans Make DECLARE_ALIGNED macros work with external array specifiers The …
(edit) @2a58e457   15 years mans Set CODEC_CAP_SUBFRAMES for adpcm decoders This makes ffmpeg stop …
(edit) @01cc47dc   15 years lessen42 More const-correctness for sws_scale Originally committed as revision …
(edit) @0fc07ad9   15 years lessen42 Set start_time and duration in AVStream instead of AVFormatContext for …
(edit) @1f630b97   15 years lessen42 Use two separate memory arguments since 8+() is invalid gas syntax …
(edit) @40ccc754   15 years mans Indent Originally committed as revision 21359 to …
(edit) @68cf92ee   15 years mans Always call avcodec_thread_init() The various avcodec_thread_init() …
(edit) @5fcb865b   15 years mans Translate -mfpu=vfpv3 for TMS470 Originally committed as revision …
(edit) @138132be   15 years mans Ignore annoying armcc warnings Originally committed as revision 21356 …
(edit) @b4c2ada5   15 years michaelni Attempt to fix asm compilation failure. Only tested on gcc 4 & x86_64. …
(edit) @8d821b01   15 years fenrir Added myself as dxva2 maintainer. Originally committed as revision …
(edit) @92c6a099   15 years fenrir H264 DXVA2 implementation It allows VLD H264 decoding using DXVA2 …
(edit) @3d7b42f9   15 years rsbultje Use the configure check from r21351 and use it to properly define …
(edit) @3b2372bf   15 years rsbultje Add a check for struct sockaddr->sa_len, which is an indication of …
(edit) @38d7ad19   15 years mans Use $(CC_O) in %-test.o rules Originally committed as revision 21350 …
(edit) @2b444ea7   15 years mans configure: display --list-* output in three columns Originally …
(edit) @8182dc34   15 years mans configure: use nm -P on Solaris Originally committed as revision …
(edit) @ffcc6e24   15 years mans Add -timelimit option This option limits the CPU time used by ffmpeg …
(edit) @5e7dfb7d   15 years mans Move COPY3_IF_LT to lavc/mathops.h This obscure macro is only used in …
(edit) @bec358d6   15 years astrange H.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t casts. …
(edit) @5d4d503f   15 years ramiro.polla Document some more of SwsContext. Originally committed as revision …
(edit) @97775235   15 years michaelni Simplify/Optimize another of the mbaff loop filter cases. Its faster …
(edit) @4cb93f51   15 years ramiro.polla Update documentation for make test. Originally committed as revision …
(edit) @085d9d9   15 years michaelni Only calculate the second chroma qp if it differs from the firstin the …
(edit) @948180e7   15 years michaelni Set bS with 64bits at a time. Originally committed as revision 21341 …
(edit) @87df989e   15 years michaelni Merge multiple IS_* macro uses where possible. Originally committed …
(edit) @55c54371   15 years michaelni Simplify and optimize intra code in h264_loopfilter.c Originally …
(edit) @7f3f5f46   15 years vitor1001 Floating point discrete cosine transform Originally committed as …
(edit) @c4f2b6dc   15 years lessen42 Use constant offsets for memory operands since gcc is unable to This …
(edit) @613f2dc4   15 years stefano.sabatini-lala Avoid more pointless tests, the input and output formats need to be …
(edit) @9528ce7b   15 years michaelni Sightly simplify initialization of int start. No real speed change. …
(edit) @75fb5c24   15 years mans Move FASTDIV macro to intmath.h Originally committed as revision …
(edit) @2087c823   15 years mans configure: do not use character classes with awk Some broken versions …
(edit) @3f50965b   15 years michaelni Mark the h264 c loop filter as av_always_inline av_flatten to make …
(edit) @c9640c17   15 years michaelni skip outer pixels if possible in h264_loop_filter_luma_c(). overall …
(edit) @0e21dcdb   15 years stefano.sabatini-lala Split overly long line. Originally committed as revision 30378 to …
(edit) @385e1658   15 years stefano.sabatini-lala Adds -aq documentation to the ffmpeg docs. Patch by John Van Sickle …
(edit) @49f64022   15 years stefano.sabatini-lala Improve section 3.2 of the faq by providing more useful examples and a …
(edit) @731c04ad   15 years stefano.sabatini-lala Make selfTest() perform tests where both the input and output formats …
(edit) @fdf46622   15 years baptiste.coudurier fetch flv duration from file if it is set to 0 in metadata Originally …
(edit) @655a1d57   15 years michaelni Reenable ff_h264_filter_mb_fast() for all slices it supported before. …
(edit) @9ac4548f   15 years michaelni Fix h264_loop_filter_strength_mmx2() so it works with b frames. …
(edit) @f28cc577   15 years benoit.fouet Make const prototypes for input sources of sws_scale_* stricter. Patch …
(edit) @ff6e82a9   15 years mans configure: inlcude sys/types.h when checking sys/socket.h Silly BSD …
(edit) @48fc536a   15 years mans configure: drop -A flag to od Originally committed as revision 21325 …
(edit) @f6993412   15 years mans configure: be more liberal with nm output Originally committed as …
(edit) @9e5f164d   15 years ramiro.polla swscale-example: Add comment about the use of av_{malloc,free}. …
(edit) @ebddd2e2   15 years michaelni Remove -2 -> -1 remapping, its not needed anymore as we must remap all …
(edit) @3aca8b59   15 years ramiro.polla Remove useless forward declaration. Originally committed as revision …
(edit) @d5206d3d   15 years zuxy.meng User friendly warning message that gives out names of source and …
(edit) @1d52b4b3   15 years mans Use avconfig.h in pixfmt.h Originally committed as revision 21322 to …
(edit) @a3e02a8c   15 years mans Create and install libavutil/avconfig.h This file contains a safe …
(edit) @aa310a9f   15 years mans Add rules to install generated headers Originally committed as …
(edit) @df642790   15 years mans configure: create dirs before generating config.* Originally …
(edit) @c34681df   15 years mans configure: add cp_if_changed function and use for config.h Originally …
(edit) @76d81909   15 years darkshikari Update libx264.c to use new libx264 features With b_keyframe instead …
(edit) @51d83986   15 years mans swscale-example: use av_malloc() Image buffers require 16-byte …
(edit) @7817ddab   15 years jmenon86 Apply changes made in r21308 to svq3.c. Fixes compilation with gcc and …
(edit) @c2894fbf   15 years michaelni Dont waste time initializing stuff for deblocking intra mbs, none of …
(edit) @580920f8   15 years michaelni Remove 2 checks from fetch_diagonal_mv() that apparently serve no …
(edit) @26c83a41   15 years michaelni Move a few things into a deeper if() in fetch_diagonal_mv(). …
(edit) @350fc614   15 years michaelni Remove code that handles the case of a MB pair to our right being …
(edit) @49c43fc2   15 years baptiste.coudurier reindent Originally committed as revision 21311 to …
Note: See TracRevisionLog for help on using the revision log.