source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9507d911   16 years michaelni Change VOFW for x86 to 5120, it allows larger images to be scaled and …
(edit) @3737dd1c   16 years mans PPC: implement MULH() in assembler Left to its own devices, gcc …
(edit) @e2fa5cf4   16 years diego Do not scan for MP3 header after the given buffer and return skipped …
(edit) @c7279693   16 years diego Add note about nonfree license of libfaac. Originally committed as …
(edit) @5b05059d   16 years Reynaldo H. Verdejo Pinochet Properly handle SILENCE frame. Patch by Kenan Gillet. Originally …
(edit) @6b71ed16   16 years banan Remove dead assignments found by CSA Originally committed as revision …
(edit) @66311f86   16 years kostya.shishkov Check whether extra bits block has enough data. Patch by Laurent Aimar …
(edit) @241f5eab   16 years banan Remove dead assignments found by CSA Originally committed as revision …
(edit) @10c773c1   16 years banan Remove dead assignments found by CSA Originally committed as revision …
(edit) @f2671197   16 years cschieli Fix chroma shift when scaling from ARGB on LE and BGRA on BE …
(edit) @418f77ec   16 years kostya.shishkov Decode extended bitstream for high-precision WavPack files. Patch by …
(edit) @92147b6b   16 years diego Use new packet reading API, fixes a memory leak. patch by Zdenek …
(edit) @2e032b3   16 years stefano.sabatini-lala Prefer (void) over () in function prototype. Originally committed as …
(edit) @dd04911c   16 years stefano.sabatini-lala Make graphparser.c use av_get_token(). This also avoids the need for …
(edit) @d11dbf09   16 years michaelni av_get_token() based on a patch by Stefano Sabatini Originally …
(edit) @71412781   16 years michaelni Ignore first entry of intra matrixes if it is invalid. Fixes pink.mpg …
(edit) @45ccc61a   16 years michaelni Factorize quantization matrix loading code out. Originally committed …
(edit) @da00b525   16 years ramiro.polla Don't #if a function declaration and properly indent it. Originally …
(edit) @bf4f19dc   16 years ramiro.polla mlpdec: Move MLP's filter_channel() to dsputils. Originally committed …
(edit) @52bcc8e1   16 years ramiro.polla Document change in r18719. Originally committed as revision 18720 to …
(edit) @ce1d9c85   16 years ramiro.polla Export av_free_packet(). Originally committed as revision 18719 to …
(edit) @f0a75e66   16 years diego Add missing return statement to out-of-memory condition. Fixes the …
(edit) @4c27207c   16 years mans configure: fix licence check function Originally committed as …
(edit) @a068a7f1   16 years diego Drop unused libamr-nb fixed-point glue code. Originally committed as …
(edit) @2f7ae63b   16 years diego Require --enable-nonfree for turning on libfaac support. libfaac lies …
(edit) @2184c6f7   16 years diego Factorize GPL and nonfree license checks into a common function. …
(edit) @d647ed78   16 years lessen42 ARM: Use fewer register in NEON put_pixels _y2 and _xy2 Approved by …
(edit) @428bf2ac   16 years lessen42 ARM: NEON put_pixels_clamped Originally committed as revision 18712 …
(edit) @4b11e833   16 years stefano.sabatini-lala Convert names to the FFmpeg style. Originally committed as revision …
(edit) @e45aeb38   16 years michaelni Reset eof state on seeking. Fixes issue1005. Originally committed as …
(edit) @5efccce2   16 years stefano.sabatini-lala Implement av_get_bits_per_pixel(). Originally committed as revision …
(edit) @85947156   16 years vitor1001 Revert r18700, documentation of deprecated functions might be useful …
(edit) @6cf92f6d   16 years vitor1001 Check if there is enough bytes before reading the buffer in the EA …
(edit) @8a06cb14   16 years vitor1001 Skip 0x0000 frame footer in EA ADPCM decoder. Originally committed as …
(edit) @b78c8e21   16 years cschieli Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and …
(edit) @859f9c0b   16 years michaelni Remove useless and outright wrong chatter from avcodec_encode_video(). …
(edit) @aa04b92   16 years michaelni Remove redundant chatter from avcodec_encode_audio() Originally …
(edit) @1885c76a   16 years michaelni Negative is error not -1, corrected in the doxy for …
(edit) @4d24c24   16 years michaelni Add multiframe note to avcodec_decode_video() too. Originally …
(edit) @e5776422   16 years michaelni Cleanup first paragraph of doxy of avcodec_decode_audio3(). …
(edit) @37844111   16 years michaelni Remove documentation from deprecated fields, they should not be used, …
(edit) @ed57ef39   16 years michaelni Remove confusing and redundant engrish chatter from …
(edit) @276f8e2b   16 years benoit.fouet Add avlanguage helpers in libavformat. Patch by Cyril Comparon: …
(edit) @80b9d636   16 years benoit.fouet Make function pointer assignments consistent in option handling. …
(edit) @9c4b5eb8   16 years kostya.shishkov Revert changing VLC initialization type for RV3/4 decoder. While using …
(edit) @77b12f8   16 years ramiro.polla mlpdec: Simplify filtering code by using only one counter variable. …
(edit) @60294c59   16 years kostya.shishkov Correctly update output sample format in wavpack decoder. Patch by …
(edit) @bdb8d99   16 years banan Proper subpacket size check for cook multichannel files. Originally …
(edit) @bb1135c8   16 years banan Remove parentheses Originally committed as revision 18692 to …
(edit) @fcc01e64   16 years banan Set the type of size in COOKSubpacket to unsigned Originally …
(edit) @75801da5   16 years stefano.sabatini-lala Add pixdescs definitions for planar YUV pixfmts with 16 bits per …
(edit) @ec32cfd2   16 years banan Make sure we only parse max amount of subpackets (5) in the cook …
(edit) @da75426b   16 years banan Indent Originally committed as revision 18688 to …
(edit) @0a704b5f   16 years banan Remove redundant code Originally committed as revision 18687 to …
(edit) @9189d7eb   16 years banan Add Changelog for Cook multi channel support Originally committed as …
(edit) @67da3182   16 years banan Support cook multichannel files. Originally committed as revision …
(edit) @7204850e   16 years banan Fix the COOKDEBUG code Originally committed as revision 18684 to …
(edit) @4a291c90   16 years banan Factor out COOKSubpacket, in preparation for multichannel support. …
(edit) @10151b13   16 years stefano.sabatini-lala Add missing pixel format descriptor definitions. Originally committed …
(edit) @3df18b3e   16 years kostya.shishkov Get rid of monstrous static table and initialize VLCs for RV3/4 …
(edit) @1c86db8   16 years kostya.shishkov Remove useless assignment during initialization for some decoders …
(edit) @f83c5773   16 years michaelni indent Originally committed as revision 18679 to …
(edit) @4eac2e8   16 years benoit.fouet Change return type of opt_loglevel() from void to int. Patch by …
(edit) @96c5bc46   16 years kostya.shishkov TrueMotion 2 uses its own YUV-like colourspace, so convert output to …
(edit) @120ac262   16 years kostya.shishkov cosmetics: remove extra space indentation Originally committed as …
(edit) @29ee6355   16 years kostya.shishkov Merge decoding functions for all bitdepths in WavPack decoder …
(edit) @68f8d33b   16 years michaelni Support >8bit per component YUV in FFV1. decoding becomes slower, …
(edit) @217d34e3   16 years michaelni Force speed irrelevant calls to get/put_symbol() to be noinline. We …
(edit) @3788e661   16 years michaelni Optimize sign handling in get_symbol(). Originally committed as …
(edit) @a39b76ea   16 years michaelni Don't loose bits_per_raw_sample when transcoding. Originally …
(edit) @2e418f5e   16 years stefano.sabatini-lala Make avcodec_thread_init() set the thread count, even in the case when …
(edit) @8e86dd12   16 years Carl Eugen Hoyos Make reset_ptr() void. Originally committed as revision 29229 to …
(edit) @896873b5   16 years ivop avoid possibly uninitialized return value (found by clang static …
(edit) @6e0f746   16 years kostya.shishkov Handle WavPack INT32INFO chunks with nonzero post shift Originally …
(edit) @0638c2ae   16 years kostya.shishkov Add functions for decoding >16 bits WavPack files. Based on patches by …
(edit) @760db32a   16 years kostya.shishkov Shift 9-15 bit samples to use full 16-bit range. Patch by Laurent …
(edit) @b750fb69   16 years kostya.shishkov Display dimensions should not affect the real size of coded frame, …
(edit) @e1b3d272   16 years michaelni Remove 2 useless FFMIN(). Originally committed as revision 18664 to …
(edit) @7bdf2eb   16 years michaelni Remove apparently redundant code. Originally committed as revision …
(edit) @4fabb60d   16 years jmenon86 NSV : Add TOC2 parsing and seeking support. Originally committed as …
(edit) @6c73a7d0   16 years banan Remove redundant code, found by CSA Originally committed as revision …
(edit) @e4ddc8ed   16 years mans configure: support Blackfin CPU names with --cpu Originally committed …
(edit) @0e1ccdeb   16 years andreas It should be #if, not #ifdef Originally committed as revision 18659 …
(edit) @21fce71   16 years kostya.shishkov Switch VLC tables in WMV3/VC-1 decoder to new static init method …
(edit) @f9f2ab82   16 years michaelni Require 4 instead of 3 frames for detecting mp3, fixes misdetection of …
(edit) @0ee51c55   16 years michaelni Fix 10l typo (usage of PIX_FMT_NE()). Should fix FATE, i forgot to …
(edit) @445f0a8b   16 years michaelni Update safety check as the maximum pixel size is no longer 4. New max …
(edit) @97f9214   16 years michaelni Support reading packed YUV422 10bit samples from Sveriges Television …
(edit) @297b5a3f   16 years stefano.sabatini-lala Make read_line() do not depend on put_bits.h and speed up it. …
(edit) @9145021d   16 years ramiro.polla Add raw MLP muxer. Originally committed as revision 18652 to …
(edit) @420df930   16 years ramiro.polla mlpdec: Don't overallocate buffers. Now that max channels and …
(edit) @309616b2   16 years ramiro.polla mlpdec: Validate num_primitive_matrices. Originally committed as …
(edit) @868170c4   16 years ramiro.polla mlpdec: Validate max_channel and max_matrix_channel. Originally …
(edit) @46958efe   16 years ramiro.polla mlpdec: Restart header sync must be 0x31ea for MLP. Originally …
(edit) @5499a313   16 years stefano.sabatini-lala Add missing header inclusion guard. Originally committed as revision …
(edit) @9401d18f   16 years stefano.sabatini-lala Implement a write_line() function. Originally committed as revision …
(edit) @fd548e5b   16 years stefano.sabatini-lala Remove consume_whitespace() and replace it with direct calls to …
(edit) @3d10a890   16 years jmenon86 Read extended channel configuration when extended AOT is BSAC. …
(edit) @0cfa85dd   16 years kostya.shishkov Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC Originally …
(edit) @a456df25   16 years kostya.shishkov 100l: VLC table array should not be const Originally committed as …
Note: See TracRevisionLog for help on using the revision log.