source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @20ffddb9   19 years michaelni CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer …
(edit) @761089b0   19 years michaelni staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs …
(edit) @474176bf   19 years michaelni 3 lines while -> 1 line for loop Originally committed as revision …
(edit) @5d2f52b9   19 years michaelni simplify Originally committed as revision 5576 to …
(edit) @b2e30cb3   19 years michaelni simplify compute_autocorr Originally committed as revision 5575 to …
(edit) @41275956   19 years michaelni dont use memcpy for copying structs Originally committed as revision …
(edit) @7c69b83   19 years michaelni simplify Originally committed as revision 5573 to …
(edit) @a403fc03   19 years michaelni flac-lpc patch by (Justin Ruggles jruggle earthlink net) tabs removed …
(edit) @78f67b7a   19 years michaelni simplify Originally committed as revision 5571 to …
(edit) @79433554   19 years banan ff_fft_init now double checks that the system has mm3dnow.h before …
(edit) @76f2a12f   19 years mans remove unneeded casts Originally committed as revision 5569 to …
(edit) @3dd46a29   19 years mans get rid of veccpy(), replace with simple assignment Originally …
(edit) @0abc2e73   19 years michaelni new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx …
(edit) @91c58c94   19 years mans fill_mbaff_ref_list is missing a return statement, its return value is …
(edit) @2df19ea5   19 years lucabe72 Remove unneeded code Originally committed as revision 18880 to …
(edit) @94d85eaf   19 years michaelni md5 support depending on CONFIG_SMALL this can either be compiled to a …
(edit) @8f8d0e48   19 years kostya.shishkov Adjust AC prediction if (some) predictors are not available. …
(edit) @e9f2396e   19 years kostya.shishkov 0xFFFF l of cola. Now P-frames are decoded almost without distortions. …
(edit) @a34c26c   19 years kostya.shishkov Remove unused variable (and it wasn't free'd too) Originally …
(edit) @0f7344aa   19 years kostya.shishkov Use MpegEncContext->mbskip_table instead of custom bitplane. …
(edit) @73435f00   19 years lucabe72 Move postproc ---> libswscale Originally committed as revision 18866 …
(edit) @c99ddfa4   19 years gpoirier Woops, this file was supposed to be added in r5556: "Move …
(edit) @a9493601   19 years gpoirier * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no …
(edit) @3a6fc8fa   19 years gpoirier Disable w53 and w97 cmp methods when snow encoder is disabled Patch by …
(edit) @72468a03   19 years gpoirier make sure NDEBUG is not defined already before defining it Patch by …
(edit) @e006c307   19 years gpoirier Move initialisations and internal symbols in allformats.h, patch by …
(edit) @f2508b1   19 years Reynaldo H. Verdejo Pinochet anothe useless sizeof(char) Originally committed as revision 5555 to …
(edit) @3f6d6af6   19 years kostya.shishkov Slightly reworked MC code, it gives better picture. Originally …
(edit) @c436ff41   19 years kostya.shishkov typo Originally committed as revision 5553 to …
(edit) @7d77d5f6   19 years diego spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail …
(edit) @1a268acc   19 years mans compiler sanity check Originally committed as revision 5551 to …
(edit) @fac252f9   19 years mans add --cross-compile option to assume cross-compilation without …
(edit) @ddab0670   19 years mans send output of exec checks to log file Originally committed as …
(edit) @8d923001   19 years mans detect availability of -rdynamic and -export-dynamic Originally …
(edit) @62c52121   19 years mans extradata may be used as bitstream reader input so allocate with …
(edit) @25c533a   19 years mans detect audio-only program streams and broken files made by VDR …
(edit) @344a18c   19 years mans do not fail av_find_stream_info() if params for all streams could not …
(edit) @c6bb50e0   19 years kostya.shishkov Fix initialization of vc1_decoder (the same as wmv3_decoder). Patch by …
(edit) @87dfe848   19 years kostya.shishkov Some optimization and fixes - mostly reworked MC and bitplanes. …
(edit) @e8ba1cea   19 years kostya.shishkov This should make P-frames decoding work on x86 (by avoiding …
(edit) @b028a866   19 years diego 'uname -m' returns IP<number> for MIPS CPUs on IRIX. Originally …
(edit) @19e0e403   19 years mans detect MPEG PES streams as MPEG PS; the PS demuxer will cope …
(edit) @54003e1a   19 years mans get svn version when using separate build tree Originally committed …
(edit) @76a77ff2   19 years lucabe72 Properly set the image depth Originally committed as revision 5538 to …
(edit) @b582d7ba   19 years michaelni dont read over the end of a data chunk and at the end search for the …
(edit) @e71bcc37   19 years michaelni flacenc - rice param search patch by (Justin Ruggles jruggle …
(edit) @f26c2ef5   19 years kostya.shishkov Added loop filtering as ersatz for overlap filter (improves picture …
(edit) @8985c915   19 years kostya.shishkov VC1 Intra blocks in P-frames use different zigzag table than I-frames. …
(edit) @0b52626e   19 years Reimar.Doeffinger Do not read full byte when less than 8 bits are still to be read. Does …
(edit) @a5ecd69   19 years Reimar.Doeffinger Ignore overrun in spectral RLE decoding, fixes …
(edit) @2122f9c0   19 years diego Install into $PROGRAMFILES instead of a hardcoded path on MinGW. patch …
(edit) @be3492ec   19 years kostya.shishkov VC-1 decoder with I-frames support and partial P-frames decoding …
(edit) @10b9c37   19 years kostya.shishkov Rename VC9 to VC1 as there is no such thing as VC9 Originally …
(edit) @f33aa120   19 years michaelni stereo decorrelation support by (Justin Ruggles jruggle earthlink …
(edit) @6c35b4de   19 years michaelni 10l Originally committed as revision 5527 to …
(edit) @f3a30e3a   19 years lu_zero cleanup patch from Diego Pettenò <flameeyes@gentoo.org> Originally …
(edit) @521f2587   19 years lu_zero Make debug work early on ffplay Originally committed as revision 5525 …
(edit) @ea02862a   19 years mans s/u_char/uint8_t/ accidentally copied from tcvp Originally committed …
(edit) @40c5e1fa   19 years mans 10l: don't allocate a new buffer quite so often Originally committed …
(edit) @12a195e   19 years mans cleaned up buffer management Originally committed as revision 5522 to …
(edit) @42fb414   19 years baptiste.coudurier check only existing streams Originally committed as revision 5521 to …
(edit) @aedf11f8   19 years mans -logg needs to be after -lvorbis Originally committed as revision …
(edit) @7beb802   19 years mans fix a silly typo (1l to myself) Originally committed as revision 5519 …
(edit) @24e1591   19 years lu_zero minor cleanup Originally committed as revision 5518 to …
(edit) @0aec3c5c   19 years baptiste.coudurier simplify Originally committed as revision 5517 to …
(edit) @d1015e88   19 years michaelni simplify & optimize things a little Originally committed as revision …
(edit) @aeb2904e   19 years michaelni flac regression test Originally committed as revision 5515 to …
(edit) @9e96ab03   19 years michaelni first rudimentary version of (Justin Ruggles jruggle earthlink net) …
(edit) @9e0db7d5   19 years michaelni simplify Originally committed as revision 5513 to …
(edit) @cef7cc72   19 years michaelni CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink …
(edit) @a66d63a9   19 years diego Produce correct version string even when not run in a Subversion …
(edit) @fd071c26   19 years diego .depend needs version.h, noticed by Uoti Urpala Originally committed …
(edit) @2ba042a7   19 years mans enable logging in configure by default, and print some advice on …
(edit) @87f1c97e   19 years mans allow recent libfaad versions with new function names Originally …
(edit) @0187178e   19 years lu_zero fix 24bit flac support, revised from Thibaut Mattern …
(edit) @ea138e9   19 years diego Remove unused variable, patch by Stefan Huehner …
(edit) @c10824ea   19 years mans increase search limit in av_find_stream_info Originally committed as …
(edit) @47261113   19 years lu_zero Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> …
(edit) @5689ec7   19 years diego Remove unused FFMPEG_VERSION_INT. Note: If this is useful I'll put it …
(edit) @f1cc88a5   19 years diego Use Subversion revision for FFMPEG_VERSION. based on a patch by Ismail …
(edit) @d2845d68   19 years diego Remove unused VERSION definition from config.mak. Originally …
(edit) @0cfd96cc   19 years diego Avoid binary stripping rule code duplication. Originally committed as …
(edit) @d8bee8dd   19 years mans allow packets with non-zero PES_scrambling_control Originally …
(edit) @aa1c1c61   19 years baptiste.coudurier fix aac in mov for ipod Originally committed as revision 5498 to …
(edit) @7b49ce2e   19 years diego Add const to (mostly) char* and make some functions static, which …
(edit) @3b9bee88   19 years mans libfaac uses pascal calling convention on win32 so the generic tests …
(edit) @ab955d47   19 years mans add myself as build system maintainer Originally committed as …
(edit) @5d38ba33   19 years mans put local -L flags first in link commands Originally committed as …
(edit) @e8772eec   19 years lu_zero Cosmetics: should not hurt performance, scream if are Originally …
(edit) @a97c1e93   19 years diego Add (mostly) const to variable and parameter declaration, where a …
(edit) @c8e9f801   19 years mans improved logging tests Originally committed as revision 5491 to …
(edit) @407ddb4e   19 years baptiste.coudurier update libav regression tests for r5449 (adpcm) Originally committed …
(edit) @2b9c9e09   19 years diego Rename version from CVS to the more sensible HEAD. Originally …
(edit) @79d1ec91   19 years mans use standard codec tag if the specified tag is out of range and would …
(edit) @4f8ff17e   19 years mans The AAC frame header uses 13 bits for the frame size, so the buffer …
(edit) @57bd82d4   19 years mans test availability of various compiler flags, and verify that requested …
(edit) @2c8e2014   19 years diego Fix compilation with all combinations of --disable-(de)muxers. …
(edit) @a5e9102b   19 years mans free codec extradata in av_close_input_file Originally committed as …
(edit) @47dd81c   19 years baptiste.coudurier make dump_format output more homogenous Originally committed as …
(edit) @05edc1a7   19 years baptiste.coudurier export all tracks to libavformat layer Originally committed as …
Note: See TracRevisionLog for help on using the revision log.