source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @bb174ff   15 years mans Move ff_set_qscale() prototype to mpegvideo.h; it is defined in …
(edit) @7de9da9b   15 years mans Move prototypes for various dsputil init functions to dsputil.h …
(edit) @3da11804   15 years mans Move some prototypes from dsputil.c to reasonable header files …
(edit) @da0ac0ee   15 years mans Make some functions static These functions are not used outside their …
(edit) @c26e58e3   15 years mans Add some missing #includes Originally committed as revision 22258 to …
(edit) @5189573c   15 years Reimar.Doeffinger Set GXF fallback time-base to match the one specified for audio-only. …
(edit) @192c14fa   15 years Reimar.Doeffinger GXF time base is always based on "fields" per second even for …
(edit) @63833766   15 years stefano.sabatini-lala Show aspect ratio information in dprintf_picref() traces. Originally …
(edit) @c18fb631   15 years stefano.sabatini-lala Bump minor number and add APIchanges entry after the inclusion of …
(edit) @fd7bec5e   15 years mans ffserver: use av_stristr() Originally committed as revision 22252 to …
(edit) @ac6ef868   15 years mans Add av_stristr() function This is a case-insensitive version of …
(edit) @a0ac9501   15 years mans Fix build with compilers using a separate dependency command …
(edit) @ff358eca   15 years stefano.sabatini-lala Reindent after the last commit. Originally committed as revision …
(edit) @fd9da252   15 years stefano.sabatini-lala Use av_get_pict_type_char() in debug code within output_picture2(), …
(edit) @bfca7777   15 years mans Fix install with shared libs on weird systems Originally committed as …
(edit) @6cfac0e9   15 years mans Fix make install Originally committed as revision 22245 to …
(edit) @63611f31   15 years mans Prettify make output This gives brief messages from make by default. …
(edit) @34512bca   15 years mans Split install-headers target and simplify rules Originally committed …
(edit) @fd676deb   15 years mans Add INSTALL makefile variable Originally committed as revision 22242 …
(edit) @b578357e   15 years mans Use mkdir -p to create directories Originally committed as revision …
(edit) @4335125c   15 years mans Add CP make variable Originally committed as revision 22240 to …
(edit) @a4aea51   15 years mans Add YASMDEP variable; use for deps on yasm files Originally committed …
(edit) @bbe8fa1   15 years Thilo Borgmann Fix last frame block size correction. Originally committed as …
(edit) @0bf5a0cf   15 years kostya.shishkov Bink version 'h' also has chroma planes swapped Originally committed …
(edit) @1429224   15 years mans Move FFT parts from dsputil.h to fft.h Originally committed as …
(edit) @50e10cbd   15 years mans Use $(RM) to delete files Originally committed as revision 22234 to …
(edit) @84dc2d8   15 years mans Remove DECLARE_ALIGNED_{8,16} macros These macros are redundant. All …
(edit) @da033b05   15 years stefano.sabatini-lala Make opt_default() look for options in sws_opts only if sws_opts is …
(edit) @6ce98ea4   15 years stefano.sabatini-lala Add support to input devices in ffprobe. See the thread: Subject: …
(edit) @4b9905d   15 years mans Move DECLARE_ALIGNED_{8,16} macros to mem.h These macros naturally …
(edit) @3de4263   15 years stefano.sabatini-lala Avoid duplication of usePal() macro. Originally committed as revision …
(edit) @a4e44130   15 years stefano.sabatini-lala Add support to BGR444/RGB444 foreign endian output in libswscale. …
(edit) @5988dc9e   15 years michaelni Remove apparently unneeded define and includes. Originally committed …
(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 …
Note: See TracRevisionLog for help on using the revision log.