source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @47cf98ef   15 years michaelni Make trasher use a well defined random number generator and allow the …
(edit) @814c5641   15 years martin Don't explicitly initialize networking in the tcp and udp protocols …
(edit) @57b5555c   15 years martin Use ff_url_join for assembling URLs, instead of snprintf This ensures …
(edit) @780d7897   15 years martin Add a function ff_url_join for assembling URLs Originally committed …
(edit) @67d4b3f2   15 years martin Always call ff_network_init/ff_network_close when opening protocols …
(edit) @e5a1c207   15 years michaelni try to avoid returning odd slices. Originally committed as revision …
(edit) @09ab8859   15 years vitor1001 Round correctly chroma picture height. Fix issue 956. Originally …
(edit) @5301a05d   15 years vitor1001 Fix memory leak in NUT muxer Originally committed as revision 22222 …
(edit) @124cb451   15 years benoit.fouet Cosmetics: fix vertical alignment. Originally committed as revision …
(edit) @8eafa0b4   15 years benoit.fouet Update SW scaler doc after libswscale commit 30841. Patch by Janusz …
(edit) @601949b8   15 years benoit.fouet libswscale: Extend the unaccelerated path of the unscaled yuv2rgb …
(edit) @2b7cf167   15 years benoit.fouet Add initial support for 12-bit color mode. Patch by Janusz Krzysztofik …
(edit) @886f3f2f   15 years martin Return from rtp_read when select returns an error Originally …
(edit) @3966a574   15 years michaelni 10l fix timestamps (lavfi update broke them) Originally committed as …
(edit) @fca62599   15 years michaelni Fix 100l pkt->pos typo. Originally committed as revision 22217 to …
(edit) @917d2bb3   15 years michaelni Libavfilter for ffplay support. This still needs some minor work here …
(edit) @4ef82b1   15 years stefano.sabatini-lala Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss(). …
(edit) @8b6bdb6c   15 years lessen42 oggdec: Parse theora headers since ogg might not mark keyframes Fixes …
(edit) @8ef94840   15 years lessen42 Just ignore streams with unknown codec_type instead of exiting …
(edit) @818636e   15 years stefano.sabatini-lala Cosmetics: use consistent spacing in the ffprobe.c options table. …
(edit) @6c389ddb   15 years fenrir Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes. Originally …
(edit) @b8fb21e   15 years fenrir Fixed buffer overread in flashsv decoder. Originally committed as …
(edit) @1379b584   15 years Carl Eugen Hoyos Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in …
(edit) @c2b40ac2   15 years martin Check url_interrupt_cb in rtp_read, wait in select for max 100 ms …
(edit) @6c88dc3d   15 years pross handle errors reported by av_get_packet() in Bink demuxer Originally …
(edit) @4ffa6e78   15 years pross Guard against invalid memory read Originally committed as revision …
(edit) @b5e2bb8c   15 years alex.converse AAC: Return the number of bytes consumed in decoding a frame. The …
(edit) @660822f0   15 years alex.converse ffmpeg.c: Don't use NULL for integer metadata flags. Originally …
(edit) @e2720b6   15 years lessen42 Really fix 2.95 Originally committed as revision 22204 to …
(edit) @0448ef77   15 years lessen42 Maybe fix gcc 2.95 Originally committed as revision 22203 to …
(edit) @11ae0c52   15 years gbeauchesne Cope with rev 22183: Reorder indexes in weight tables. Originally …
(edit) @871b641b   15 years lessen42 Ensure that we write clusters and blocks with known size when …
(edit) @434a70b   15 years lessen42 Fix indentation Originally committed as revision 22200 to …
(edit) @30f06a58   15 years lessen42 Simplify starting and ending clusters Originally committed as …
(edit) @7a2a4840   15 years lessen42 Write the first seekhead if writing to a stream, we won't be able to …
(edit) @2529bb30   15 years lessen42 Attempt seeking to write EBML master sizes even if streamed Most EBML …
(edit) @ab2a3028   15 years alex.converse AAC: Mark predictor functions av_always_inline. This results in a 50% …
(edit) @65bec42e   15 years alex.converse Cosmetics: Re-indent after last commit. Originally committed as …
(edit) @ca1fa414   15 years alex.converse AAC parser: Don't write channels, sample rate, and frame size each …
(edit) @38768cb7   15 years michaelni Port Optimizations about *_type init from decode to filter code. 1 cpu …
(edit) @b46b5ac9   15 years michaelni Optimize *_type init, 1.5 cpu cycles faster. Originally committed as …
(edit) @91cfeac   15 years stefano.sabatini-lala Revert r30825, it was not supposed to be committed. 127.32L to me, …
(edit) @23bf3b2c   15 years stefano.sabatini-lala Fill the r, g, b values used for computing the c->pal_yuv table in the …
(edit) @3fec44c6   15 years stefano.sabatini-lala Make swscale-test take in input the name of the input and the output …
(edit) @ce7c7179   15 years stefano.sabatini-lala Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This is …
(edit) @c72625f2   15 years lessen42 Delay translating DCT tokens into coefficients until immediately …
(edit) @7a095ea6   15 years lessen42 Do MC and IDCT in coding (hilbert) order This increases the slice …
(edit) @35c28d23   15 years lessen42 Explictly separate decoding whether fragments are coded by plane …
(edit) @690b4126   15 years lessen42 matroskaenc: use "title" tag instead of "description" in track title. …
(edit) @ded2100e   15 years Aurélien Jacobs move vp6 huffman table freeing code, out of common vp56 code …
(edit) @68b0fd7c   15 years Aurélien Jacobs matroskadec: cosmetic indentation Originally committed as revision …
(edit) @3e93c8e   15 years Aurélien Jacobs matroskadec: timestamps are dts and not pts in ms vfw compatibility …
(edit) @3d9137c8   15 years michaelni Reorder indexes in weight tables. 5 cpu cycles faster. Originally …
(edit) @b9b8ed2a   15 years martin Properly pad H.264 extradata when taken from fmtp SDP attributes This …
(edit) @bd8868e0   15 years michaelni Move all context fields that are not used in the mb and block layers …
(edit) @19a9846f   15 years fenrir Fixed DXVA2 H264 hwaccel compilation. Originally committed as …
(edit) @65f3c029   15 years michaelni remove unused left_border field from context. Originally committed as …
(edit) @1a29c6a0   15 years michaelni cosmetic addition of {} Originally committed as revision 22178 to …
(edit) @af2b0df4   15 years michaelni Note about luma/chroma_weight tables and their datatype. Originally …
(edit) @a9837b5   15 years fenrir Fixed overreads in TTA decoder with corrupted bistreams. Originally …
(edit) @19c8c4ec   15 years rsbultje Update to work with chunked encoding HTTP streams (as served by FFmpeg …
(edit) @4b83fc0f   15 years vitor1001 Plug memory leak in NUT muxer and demuxer Originally committed as …
(edit) @1f6d0d42   15 years vitor1001 Plug memory leak in NSV demuxer. Patch by Jai Menon. Originally …
(edit) @0a41faa9   15 years vitor1001 Plug some memory leaks in the VP6 decoder Originally committed as …
(edit) @d7f5e520   15 years michaelni move svq3 specific fields to the end of the context Originally …
(edit) @48bf1325   15 years gbeauchesne Cope with rev 22169 change: Merge weight & offset tables. Originally …
(edit) @70118abd   15 years michaelni Merge weight & offset tables, 15 cpu cycles faster. Originally …
(edit) @72f86ec0   15 years michaelni Simplify implicit_weight table init. Originally committed as revision …
(edit) @54063e3   15 years pross Perform coefficient transformations in Bink Audio DCT decoder …
(edit) @a279980   15 years pross Support demuxing of streamed Bink files Originally committed as …
(edit) @f087881   15 years pross use intended const syntax Originally committed as revision 22165 to …
(edit) @d5963ee6   15 years diego Add _NETBSD_SOURCE definition to fix compilation on NetBSD. NetBSD is …
(edit) @f57880d2   15 years michaelni Another 3 useless zeroing instructions. Originally committed as …
(edit) @16b802fe   15 years michaelni Load the whole left side of mv&ref only when needed. 30 cpu cycles …
(edit) @741a17e6   15 years Carl Eugen Hoyos Support B-frames when decoding MPEG-4 with VDPAU hardware …
(edit) @1233698   15 years mans Make seektest messages similar to other tests Originally committed as …
(edit) @d7096d6f   15 years mans Run seektest on all generated files Originally committed as revision …
(edit) @1dd9ff8   15 years mans Place regtest-pixfmt output files in separate dir This test generates …
(edit) @801b571e   15 years mans Remove unused argument to test scripts Originally committed as …
(edit) @cc3e2472   15 years mans Place regression test output files in subdirs per family Originally …
(edit) @5eef7bcd   15 years vitor1001 Plug memory leak for truncated files Originally committed as revision …
(edit) @38beab19   15 years vitor1001 Plug some memory leaks for truncated files Originally committed as …
(edit) @cbc4670c   15 years mans Revert "Remove the self reference in the seektest that prevented it …
(edit) @dd785e25   15 years michaelni Remove the self reference in the seektest that prevented it from …
(edit) @af3390c   15 years michaelni Make sure we dont double test files and sort the list. Originally …
(edit) @bf9d70d   15 years Carl Eugen Hoyos Pass correct buffer-pointer and buffer-size to hardware accelerated …
(edit) @88b83ca   15 years michaelni Codec copy test. Originally committed as revision 22148 to …
(edit) @d41f1fa6   15 years darkshikari Add presets for all of the x264 presets, including fastfirstpass …
(edit) @b781cc12   15 years mans Make lsp a separate configurable and select it from codecs needing it …
(edit) @3d7b94ba   15 years mans Fix build failure with fast_unaligned and non-gcc-compatible compilers …
(edit) @145061a1   15 years michaelni Fix a bunch of bugs ive introduced recently that broke threaded …
(edit) @8c8bf9ec   15 years stefano.sabatini-lala Make ffmpeg print a message and abort if the name of the format …
(edit) @07a70b38   15 years stefano.sabatini-lala Add a check for checking if more than one input file is provided to …
(edit) @58621b8   15 years stefano.sabatini-lala Clarify the error message issued by ffprobe in case of more than one …
(edit) @fe89ccd1   15 years vitor1001 Fix spelling in comment Originally committed as revision 22137 to …
(edit) @efb0102f   15 years vitor1001 Add commented-out unoptimized code to improve readability Originally …
(edit) @8a4d067d   15 years vitor1001 Revert r22119 and partially revert 22120. Originally committed as …
(edit) @34a2d9f   15 years diego Add Reinhard and myself as release managers. Originally committed as …
(edit) @8ef4f92b   15 years Carl Eugen Hoyos Process packed bitstream also for VDPAU. Originally committed as …
(edit) @49b60982   15 years Carl Eugen Hoyos Don't let output pixel format influence input pixel format. Patch by …
Note: See TracRevisionLog for help on using the revision log.