source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c370a704   16 years Reimar.Doeffinger Remove useless and confusing (since they are also used in gxfenc.c) /* …
(edit) @65fec2d9   16 years mike add 'ACDV' FourCC (which is just complete JPEG files in individual AVI …
(edit) @09f6fc6b   16 years baptiste.coudurier move structure definitions in their own header Originally committed …
(edit) @00d9d0f5   16 years baptiste.coudurier cosmetics Originally committed as revision 16050 to …
(edit) @049a6c8   16 years baptiste.coudurier use dsp clear_block Originally committed as revision 16049 to …
(edit) @af5e7fc9   16 years baptiste.coudurier use dsp clear_block Originally committed as revision 16048 to …
(edit) @a1546009   16 years lessen42 Fix compilation with only Theora decoder enabled Originally committed …
(edit) @5a3e9f2   16 years Reynaldo H. Verdejo Pinochet Avoid the 'Claimed bitrate and buffer size mismatch' warning storm. - …
(edit) @5fecfb7d   16 years lorenm clear_block mmx Originally committed as revision 16045 to …
(edit) @5fac2776   16 years lorenm fix progressive jpeg: support refinement passes remove intermediate …
(edit) @8153f144   16 years mans AAC: move scratch array to context to ensure 16-byte alignment …
(edit) @7b5e49fe   16 years diego Remove useless inline qualifier, fixes linking with gcc 4.3. patch by …
(edit) @4a904903   16 years robert.swain AAC: Use a sign LUT rather than 1-2*get_bits1() Patch by Alex …
(edit) @c0893c3a   16 years robert.swain AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net …
(edit) @88212105   16 years robert.swain AAC: Remove unnecessary fabsf() Patch by Alex Converse (alex converse …
(edit) @dbbec0c2   16 years stefano.sabatini-lala Make av_log_missing_feature an internal function, and change its name …
(edit) @6cffaea8   16 years tempn add mpeg2 fourcc and aac format tag from asf Originally committed as …
(edit) @20e04726   16 years justin.ruggles cosmetics: alignment after last commit Originally committed as …
(edit) @72a6244   16 years justin.ruggles ac3: detect dba errors and prevent writing past end of array …
(edit) @b9f382c8   16 years stefano.sabatini-lala Remove unnecessary ret variable. Originally committed as revision …
(edit) @36b53281   16 years makovick bind to the multicast address if possible Originally committed as …
(edit) @0dfcc368   16 years kostya.shishkov Do not attempt to decode RV30/40 B-frames without anchors. This fixes …
(edit) @2014b51c   16 years ramiro.polla documentation: update documentation for minimal w32api version. …
(edit) @bc4b7221   16 years ramiro.polla mingw: update w32api to 3.13 Originally committed as revision 16029 …
(edit) @7100376f   16 years Reynaldo H. Verdejo Pinochet COSMETICS Originally committed as revision 16028 to …
(edit) @c687643   16 years ramiro.polla mlp: cosmetics: remove {}s over one-lined if. Originally committed as …
(edit) @ee1a8f6   16 years ramiro.polla mlp: support bit-depths greater than 16 by default. Originally …
(edit) @dc50773   16 years rsbultje Remove static variable and a printf using it. See "[PATCH] asf.c: move …
(edit) @7b2a0708   16 years rsbultje Change function prototype of the sdp_parse_a_line in …
(edit) @022f0b7c   16 years rsbultje Do not access s->gb directly in functions that have a local copy of …
(edit) @2ceccf0   16 years justin.ruggles ac3dec: simplify exponent bounds checking Originally committed as …
(edit) @97679e6e   16 years ramiro.polla mlp: Fix compilation under CONFIG_AUDIO_NONSHORT. Patch by Mathieu …
(edit) @d98d70d6   16 years justin.ruggles ac3dec: add missing feature log message for block start info …
(edit) @3e7aa8fa   16 years justin.ruggles ac3dec: use skip_bits_long() for block start bits Originally …
(edit) @96f229d6   16 years justin.ruggles ac3dec: unroll inner loop in exponent decoding. 46% faster …
(edit) @80670324   16 years justin.ruggles cosmetics: vertical alignment Originally committed as revision 16017 …
(edit) @1cdd567   16 years justin.ruggles cosmetics: reindent after last commit Originally committed as …
(edit) @ce7d842f   16 years justin.ruggles ac3dec: detect out-of-range exponents Originally committed as …
(edit) @d8b66635   16 years mans ARM: remove some useless comments Originally committed as revision …
(edit) @6149cdbe   16 years kostya.shishkov Make decoding run of pixels in MS RLE saner. This is based on patches …
(edit) @ce60c2d1   16 years kostya.shishkov Print out some errors found during MS RLE decoding Originally …
(edit) @56da1fd7   16 years kostya.shishkov AASC can contain raw data in addition to MS-RLE Originally committed …
(edit) @d23b28c7   16 years michaelni Check that cpb_count is within the allowed range. Originally …
(edit) @62d6f73   16 years tempn add VX1K h263 and DMK2 mpeg4 avi fourccs Originally committed as …
(edit) @36d5b17   16 years michaelni Fix FF_OPT_TYPE_INT64 support of defaults. Originally committed as …
(edit) @3d5e1bfb   16 years benoit.fouet Fix an overflow in the predictor. fixes issue 636 Patch by Jai. …
(edit) @6e74619e   16 years Reynaldo H. Verdejo Pinochet Silence some ICC warnings. Patch by Vitor Sessak. Originally …
(edit) @87a91736   16 years Reynaldo H. Verdejo Pinochet Add expected const qualifier on 'buf' to match AVCodec.decode's …
(edit) @485cfbe8   16 years Carl Eugen Hoyos Recognize pnm file as images. Originally committed as revision 16004 …
(edit) @9e00c20e   16 years Reynaldo H. Verdejo Pinochet COSMETICS, add missing remarks crediting Ben and Kenan Originally …
(edit) @675f7114   16 years kostya.shishkov Fraps version 3 seems to be the same as Fraps v5 Originally committed …
(edit) @4d35964d   16 years baptiste.coudurier WRAW fourcc Originally committed as revision 16001 to …
(edit) @02a5ef53   16 years baptiste.coudurier partial WRAW fourcc support, might need image flipping Originally …
(edit) @f23dc1e1   16 years justin.ruggles silence gcc warning: ‘n_bands’ may be used uninitialized Originally …
(edit) @75b53b21   16 years justin.ruggles ac3dec: use uint8_t for band sizes Originally committed as revision …
(edit) @b12c7627   16 years Reynaldo H. Verdejo Pinochet Removes misleading const qualifier, gets rid of two compiler warnings …
(edit) @ecfb51d1   16 years diego Add necessary header for av_set_program_name and …
(edit) @26e8d342   16 years tempn add fourccs from avi files Originally committed as revision 15995 to …
(edit) @b0e8ce55   16 years mans ARM: convert VFP code to UAL syntax Originally committed as revision …
(edit) @289e8fd0   16 years michaelni Implement complexity estimation parsing and try to detect an …
(edit) @b8cf645   16 years michaelni add GEOX fourcc for mpeg4 Originally committed as revision 15992 to …
(edit) @bad40637   16 years diego Move declaration of av_set_program_name and …
(edit) @37692458   16 years diego Delete unnecessary 'extern' keywords. Originally committed as …
(edit) @9686df2b   16 years diego Delete unnecessary 'extern' keywords. Originally committed as …
(edit) @26ae363e   16 years tempn add FFDS fourcc, ok'd by kostya fixes FFDS files in …
(edit) @c8b43652   16 years diego Remove entry about unsupported QCELP codec, it is now supported. …
(edit) @af2272b2   16 years justin.ruggles ac3dec: skip decoding and use error concealment for remaining blocks …
(edit) @7a2efd2e   16 years ramiro.polla mlp: initialize all CRC tables in a common function. This way the …
(edit) @751ccc48   16 years Reynaldo H. Verdejo Pinochet Trivial rephrasing, avoids too long line Originally committed as …
(edit) @cf139541   16 years Reynaldo H. Verdejo Pinochet Trivial, Cosmetics, mostly brace placement changes Originally …
(edit) @3e16cde4   16 years kostya.shishkov Fix reading out of buffer during RV30/40 deblock mask calculation …
(edit) @958a2b5   16 years kostya.shishkov 34l: forgot to change one case of chroma MC for RV40 Originally …
(edit) @1799d522   16 years kostya.shishkov Check RV30/40 slice offsets to be inside buffer. This fixes issue 738 …
(edit) @a1c1c780   16 years kostya.shishkov Update ff_rv34_decode_frame() arguments definition Originally …
(edit) @207625ee   16 years kostya.shishkov Remove unused RV40 spatial intra prediction function Originally …
(edit) @73b458e3   16 years vitor1001 Commit last ok'ed parts of QCELP decoder and enable it. patch by Kenan …
(edit) @2ba0cdd5   16 years michaelni ADTS AAC probe. fixes issue400 Originally committed as revision 15977 …
(edit) @a6f2c0d   16 years michaelni Fix regression test failure with pthreads on multiprocessor systems. …
(edit) @1599c47c   16 years diego Remove commented-out duplicate declarations. Originally committed as …
(edit) @2ef8819c   16 years diego Remove unused declarations. Originally committed as revision 28057 to …
(edit) @061f407e   16 years vitor1001 More OKed parts of the QCELP decoder patch by Kenan Gillet, …
(edit) @b8438f5f   16 years vitor1001 Remove hack added to make "make checkheaders" pass, it is unneeded now …
(edit) @f28b3eb2   16 years vitor1001 More OKed parts of the QCELP decoder patch by Kenan Gillet, …
(edit) @c9c16cac   16 years michaelni Get rid of now unneeded pps/sps correctness code as pps/sps will not …
(edit) @255d4e71   16 years michaelni Allocate parameter sets sanely instead of using alloc_parameter_set(). …
(edit) @42d1d06e   16 years stefano.sabatini-lala Make more informative the error messages regarding the access to the …
(edit) @c2902c9c   16 years stefano.sabatini-lala Improve documentation for the -pass and -passlog options. Add mention …
(edit) @11c0f9ec   16 years kostya.shishkov enable RV40 decoder Originally committed as revision 15968 to …
(edit) @2d8a0815   16 years kostya.shishkov RV40 MC functions Originally committed as revision 15967 to …
(edit) @7960e18f   16 years rsbultje Implement rule-number parsing, the initial step in stream (and …
(edit) @ff7f75e1   16 years michaelni Fix segfault due to deallocated entries in delayed_pic after size …
(edit) @4f602856   16 years rsbultje Change RDTDemuxContext->st into an array of streams, which will make …
(edit) @79a1f3c0   16 years rsbultje document ff_rdt_parse_open(). See ML discussion in "[PATCH] …
(edit) @e0d1eabf   16 years rsbultje Change function prototype from taking an AVStream to taking an index …
(edit) @640760da   16 years vitor1001 More OKed parts of the QCELP decoder patch by Kenan Gillet, …
(edit) @6dbdf2f2   16 years diego Handle AltiVec objects in a more elegant fashion, similar to MMX. …
(edit) @52ad2f39   16 years diego Remove ineffectual hack that attempts to build ppc/check_altivec.o …
(edit) @a4fa192   16 years ramiro.polla configure: vertical alignment cosmetics. Originally committed as …
(edit) @632948b   16 years ramiro.polla configure: Use check_lib2 for bzlib. Functions are exported as WINAPI …
(edit) @13367a46   16 years banan channel layout support for ffmpeg.c Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.