source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @84c03869   14 years stefano.sabatini-lala Change avfilter_open() signature, from: AVFilterContext …
(edit) @ad0d70c9   14 years stefano.sabatini-lala Add APIchanges entry after AVFilterBufferRef changes in r24763. …
(edit) @cc80caff   14 years stefano.sabatini-lala Separate video specific BufferRef properties into VideoProps. Define …
(edit) @fd7b11d0   14 years stefano.sabatini-lala Nit: fix weird spacing. Originally committed as revision 24762 to …
(edit) @26cc5310   14 years stefano.sabatini-lala Add empty newlines between function descriptions and @params, improve …
(edit) @aa93c52c   14 years pascal.massimino remove b4_stride/mb_stride. correct mb_xy to use mb_width. tighten …
(edit) @b4f81b7   14 years lucabe72 Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 for …
(edit) @ccf13f9e   14 years pascal.massimino fix over-allocation. confused b4_stride with mb_width. Originally …
(edit) @ec973f45   14 years Carl Eugen Hoyos Fix mem leak when trying to open a non-existing image file (issue …
(edit) @21afed5e   14 years Aurélien Jacobs 2 lines spacing between versions in Changelog should be enough for …
(edit) @3c0eec06   14 years Aurélien Jacobs get rid of MAX_STREAMS limit in nutdec Originally committed as …
(edit) @f53b9a2   14 years martin rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than …
(edit) @6b2b3376   14 years Aurélien Jacobs get rid of MAX_STREAMS limit in mpegts Originally committed as …
(edit) @be73ba2f   14 years Aurélien Jacobs get rid of MAX_STREAMS limit in RTSP Originally committed as revision …
(edit) @dfdb353c   14 years Aurélien Jacobs get rid of MAX_STREAMS limit in RDT Originally committed as revision …
(edit) @af0a61cc   14 years rsbultje Fix buffer overrun if idx is negative (it can be down to -23>>4), by …
(edit) @b5c4bb98   14 years martin rtpenc_xiph: Set the ident value via a define Originally committed as …
(edit) @62c7e2c   14 years martin rtpenc_xiph: Don't needlessly cast pointers to integers Originally …
(edit) @311baee7   14 years martin Make hex_to_data a lavf internal function This is useful for other …
(edit) @f240ed18   14 years martin http: Return EOF at the end of the content even if the connection …
(edit) @46a76dec   14 years vitor1001 Fix handling of truncated files. Should fix random FATE breakages. …
(edit) @a4fc3bd5   14 years ramiro.polla indent Originally committed as revision 31949 to …
(edit) @06c93cb   14 years ramiro.polla swscale-test: get strides using av_fill_image_linesizes() from …
(edit) @7d07d6f5   14 years diego Only check for for libvpx decoder/encoder if libvpx is enabled. …
(edit) @f9c8cc4d   14 years ramiro.polla fix configure when --enable-libvpx is not specified Originally …
(edit) @762e2601   14 years diego Split libvpx check into decoder and encoder check. This allows using a …
(edit) @4a384de5   14 years darkshikari Split h264dsp and h264pred in configure. Many H.264 derivatives, like …
(edit) @73c44cb2   14 years alex.converse oggparsevorbis: Add some sanity checks to header packet …
(edit) @2d7b5f09   14 years stefano.sabatini-lala Apply misc docs fixes spotted by Diego. Originally committed as …
(edit) @52c55330   14 years stefano.sabatini-lala Fix VfW spelling. Originally committed as revision 24738 to …
(edit) @2901cc9a   14 years siretart Fix spelling in comment(s) Originally committed as revision 24737 to …
(edit) @b70c95e   14 years darkshikari H.264: 8% faster CAVLC zero-run decoding Originally committed as …
(edit) @91af5601   14 years martin Add RTP packetization of Theora and Vorbis Patch by Josh Allmann, …
(edit) @a63dbf39   14 years stefano.sabatini-lala Fix the compilation of some libavcodec/lib* files which were not …
(edit) @711d14cf   14 years stefano.sabatini-lala Add APIchanges entries after the last recent libavfilter renames. …
(edit) @5d4890d7   14 years stefano.sabatini-lala Rename fields: AVFilterLink.srcpic -> AVFilterLink.src_buf …
(edit) @7fce481a   14 years stefano.sabatini-lala Rename functions and fields: avfilter_(un)ref_pic -> …
(edit) @ecc8dada   14 years stefano.sabatini-lala Rename AVFilterPicRef to AVFilterBufferRef. The struct is going to be …
(edit) @e11b104a   14 years stefano.sabatini-lala Add APIchanges entry after r24728. Originally committed as revision …
(edit) @d54e094   14 years stefano.sabatini-lala Move format from AVFilterBuffer to AVFilterPicRef. Patch by S.N. …
(edit) @59ff3fd5   14 years stefano.sabatini-lala Fix the size of the data to be copied from an AVFilterBuffer to an …
(edit) @209e451a   14 years stefano.sabatini-lala Apply misc fixes spotted by Diego to protocols.texi. Originally …
(edit) @63f805fc   14 years stefano.sabatini-lala Remove audio_beos entries in indevs.texi and output.devs, BeOS audio …
(edit) @2f6bc4e7   14 years stefano.sabatini-lala Apply misc fixes spotted by Diego to indevs.texi and outdevs.texi. …
(edit) @c32ccf7c   14 years stefano.sabatini-lala Rename the chapter Devices -> Input Devices, as the file is about …
(edit) @56e0d112   14 years mans showfiltfmts: destroy filter context before exit Originally committed …
(edit) @c61f84b   14 years mans showfiltfmts: set media type of links to that of corresponding pad …
(edit) @5a6fbf4c   14 years mans avfilter: indent Originally committed as revision 24720 to …
(edit) @0bb7408e   14 years mans avfilter: do not crash on null link src/dst in avfilter_destroy() …
(edit) @f3b90d2   14 years mans avfilter: free link in/out_formats in avfilter_destroy() Originally …
(edit) @18b95d85   14 years alex.converse libvpxdec: Fix "error: implicit declaration of function …
(edit) @51aaf511   14 years alex.converse vorbis_dec: Change partition_class[] to uint8_t. When …
(edit) @3447f12d   14 years diego Add a CONFIG_ variable for generic Huffman routines. Originally …
(edit) @d93fdcb   14 years lu_zero Preserve status reason It is used to provide meaningful error …
(edit) @06a2ba2   14 years diego Extend the gas-preprocessor section with basic installation …
(edit) @71cb41d   14 years stefano.sabatini-lala Add APIchanges entry for the av_check_image_size() addition. …
(edit) @6ce9b431   14 years stefano.sabatini-lala Remove use of the deprecated function avcodec_check_dimensions(), use …
(edit) @899a507f   14 years stefano.sabatini-lala Clarify av_check_image_size() log message. Originally committed as …
(edit) @bf176f58   14 years stefano.sabatini-lala Deprecate avcodec_check_dimensions() in favor of the new function …
(edit) @85fbad45   14 years mans fft-test: free buffers before exiting Originally committed as …
(edit) @7e13022a   14 years darkshikari VP8: fix bug in prefetch Motion vectors in VP8 are qpel, not fullpel. …
(edit) @fa2d5d54   14 years mans ARM: NEON H264 8x8 IDCT Parts by David Conrad. Originally committed …
(edit) @23ba30a4   14 years mans configure: remove redundant extralibs settings Originally committed …
(edit) @504de2ec   14 years martin rtpdec_xiph: Split packets in the depacketizer The vorbis decoder …
(edit) @98fe09df   14 years darkshikari Add file missing in r24702 Originally committed as revision 24703 to …
(edit) @c12d6955   14 years darkshikari H.264: SSE2/SSSE3 weighted prediction asm Patch by Eli Friedman …
(edit) @905ef0d0   14 years darkshikari VP5/6/8: eliminate CABAC dependency Create a custom table for …
(edit) @aaa91aa0   14 years rsbultje Move read_mms_packet() code to be inlined in the calling function. …
(edit) @05fc9a1b   14 years rsbultje Remove is_playing variable. Patch by Zhentan Feng <spyfeng gmail …
(edit) @b949875b   14 years rsbultje Move send_media_packet_request() and clear_stream_buffers() up. Patch …
(edit) @4c3fbd4   14 years mans fate: move some groups of related tests to their own files This moves …
(edit) @737b3972   14 years martin rtpdec_xiph: Correct the bitmask for num_pkts Originally committed as …
(edit) @49d63851   14 years mans fate: add fft tests Originally committed as revision 24695 to …
(edit) @dff1fc51   14 years mans fate-run: add helper to run things on target Originally committed as …
(edit) @a79e921e   14 years mans fft-test: exit with non-zero status if test failed Originally …
(edit) @8d370d88   14 years martin Fix VP8 decoder dependencies This reverts rev 24674 - the VP8 decoder …
(edit) @1e73967   14 years darkshikari VP8: partially inline decode_block_coeffs Avoids a function call in …
(edit) @ffbf079   14 years darkshikari Fix 100L in r24689 Accidentally committed some timing code. …
(edit) @afb54a85   14 years darkshikari VP8: simplify decode_block_coeffs to avoid having to track nonzero …
(edit) @d0c38ea0   14 years darkshikari Cosmetics: add missing space to options.c Originally committed as …
(edit) @b0d5879   14 years darkshikari VP8: slightly faster DCT coefficient probability update Originally …
(edit) @2eef5291   14 years mans ARM: update struct offsets Originally committed as revision 24686 to …
(edit) @f079a64a   14 years mans Move cavs dsp functions to their own struct Originally committed as …
(edit) @61ee75bb   14 years darkshikari Silence unused function warnings in vp56.h Originally committed as …
(edit) @476be414   14 years darkshikari VP8: make another RAC call branchy 1-2 clocks faster. Originally …
(edit) @8b9b5e08   14 years darkshikari VP5/6/8: add one inline missed in r24677 Originally committed as …
(edit) @0908f1b9   14 years darkshikari VP8: unroll partition type decoding tree ~34% faster partition type …
(edit) @c5dec7f1   14 years darkshikari VP8: unroll splitmv decoding tree Much faster splitmv mode decoding. …
(edit) @23117d6   14 years darkshikari VP8: unroll MB mode decoding tree ~50% faster MB mode decoding, plus …
(edit) @be665c7d   14 years stefano.sabatini-lala Make avfilter_copy_picref_props() copy w and h from src to dst. …
(edit) @cd2769c   14 years darkshikari VP5/6/8: tweak some arithcoder inlining Always inline the arithmetic …
(edit) @55aa55f2   14 years alex.converse vorbisdec: Return AVERROR(ENOMEM) on malloc() failure. This is …
(edit) @366d919   14 years alex.converse vorbisdec: Prevent a potential integer overflow. If sizeof …
(edit) @83abdf5f   14 years diego The VP8 decoder does not depend on cabac.o. Originally committed as …
(edit) @efbc4559   14 years diego The VP8 decoder does not depend on vp56.o and vp56data.o. Originally …
(edit) @2e2ca506   14 years diego Remove redundant h264pred.o from VP8 objects list. It is already …
(edit) @370b622a   14 years darkshikari VP8: eliminate a dereference in coefficient decoding Originally …
(edit) @f311208c   14 years darkshikari VP8: much faster DC transform handling A lot of the time the DC block …
(edit) @c934562   14 years mans vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc build …
(edit) @827d43bb   14 years darkshikari VP8: move zeroing of luma DC block into the WHT Lets us do the zeroing …
Note: See TracRevisionLog for help on using the revision log.