source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5cf226fb   19 years stefan.gehrer avoid double copying of left border in luma prediction Originally …
(edit) @50879935   19 years stefan.gehrer replace run by run+1 in VLC tables Originally committed as revision …
(edit) @8ea543b5   19 years michaelni cleanup Originally committed as revision 5750 to …
(edit) @c90c3919   19 years stefan.gehrer change partition flags SYM -> FWD|SYM Originally committed as …
(edit) @77f173be   19 years stefan.gehrer set mvP2 also in PSKIP macroblock Originally committed as revision …
(edit) @ab01b2b8   19 years michaelni optionally (use_lpc=2) support Cholesky factorization for finding the …
(edit) @643326f7   19 years stefan.gehrer avoid overflows of qp and pic_type Originally committed as revision …
(edit) @3409385d   19 years diego Properly handle vhook build flags for platforms that require special …
(edit) @302cdccf   19 years diego cosmetics: Reorder some entries for more consistency and readability. …
(edit) @2c779260   19 years michaelni unneeded #include Originally committed as revision 5743 to …
(edit) @d14ed1f   19 years diego 10l: the ${prefix} variable should not be expanded when setting path …
(edit) @6b7f5b3   19 years michaelni adding a \ so we can add more lines without having to do a "cosmetic" …
(edit) @82ab5ad7   19 years michaelni linear least squares solver using cholesky factorization Originally …
(edit) @29e4710a   19 years mans indent Originally committed as revision 5739 to …
(edit) @0339e2b4   19 years mans simplify Originally committed as revision 5738 to …
(edit) @6d3d62b3   19 years mans simplify Originally committed as revision 5737 to …
(edit) @1dd59061   19 years mans remove impossible #ifdef case Originally committed as revision 5736 …
(edit) @b2b48c77   19 years mans remove old msvc cruft Originally committed as revision 5735 to …
(edit) @43756fa1   19 years mans remove redundant #include <math.h> Originally committed as revision …
(edit) @4b65d88f   19 years mans replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use of …
(edit) @38603ff6   19 years mans cleanup suggested by Michael Niedermayer Originally committed as …
(edit) @b9a73d8d   19 years mans move adler32 to libavutil Originally committed as revision 5731 to …
(edit) @43865cf0   19 years diego Simplify the setting of some defaults. Originally committed as …
(edit) @5894e1bb   19 years mans add loop_input to AVFormatContext, getting rid of old hack patch by …
(edit) @2645e80f   19 years gpoirier Add/improve PPC64 support. On such machines, "uname -m" returns …
(edit) @1484a467   19 years michaelni dither lpc cpeffs Originally committed as revision 5727 to …
(edit) @ebd7617b   19 years mans add lost raw pcm input/output formats Originally committed as …
(edit) @6636b7e8   19 years mans rename AMR config variables to CONFIG_AMR* Originally committed as …
(edit) @8515d1c   19 years mans static libvorbis needs -logg Originally committed as revision 5724 to …
(edit) @f7f03a6   19 years diego Remove MPlayer-specific include option hacks. Originally committed as …
(edit) @0607887f   19 years mans split compile and link in check_ld based on patch by Graham Booker …
(edit) @3ab60c83   19 years mans nut needs crc.o Originally committed as revision 5721 to …
(edit) @9d9f4119   19 years mans move common stuff from avienc.c and wav.c to new file riff.c …
(edit) @b8635ec6   19 years diego Also remove versioned .so files on make clean. Originally committed …
(edit) @2f30a81d   19 years diego CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just …
(edit) @3dc7174e   19 years mans simplify list processing Originally committed as revision 5717 to …
(edit) @fce5352   19 years mans tidy up option parsing Originally committed as revision 5716 to …
(edit) @0cc4f268   19 years mans another round of cola, please Originally committed as revision 5715 …
(edit) @bd4700b1   19 years mans log stderr of test programs in check_exec() Originally committed as …
(edit) @fc4b254   19 years mans find all codecs, even the ones with numbers Originally committed as …
(edit) @32f090db   19 years mans 10l to Diego for disabling all codecs Originally committed as …
(edit) @55006fc0   19 years diego Split CODEC_LIST into ENCODER_LIST AND DECODER_LIST. Originally …
(edit) @f7facfbf   19 years diego cosmetics: Fix indentation after last commit. Originally committed as …
(edit) @4bbefe6b   19 years diego Remove old MSVC remnants. Originally committed as revision 5709 to …
(edit) @8a85f46d   19 years diego CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo Originally committed as …
(edit) @ff70e60   19 years mans allow individual selection of muxers and demuxers Originally …
(edit) @4cac0d5   19 years diego Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead. …
(edit) @57b3c36   19 years lucabe72 make libswscale build system similar to the libav* one Originally …
(edit) @2ec7b29b   19 years baptiste.coudurier assign exact codec id, needed when stream copy Originally committed …
(edit) @1a5f0dbe   19 years diego 100l: Add missing quotes to FFLDFLAGS in the MinGW section. …
(edit) @4874eef   19 years diego MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var …
(edit) @e67bcdd9   19 years diego Move MinGW section before the combination of FFLDFLAGS and LDFLAGS. …
(edit) @1db54e2   19 years diego Move gprof compiler flag handling to configure. Originally committed …
(edit) @dea4953d   19 years diego Remove silly TEST variable that is used in one line but not directly …
(edit) @7b0cd9ee   19 years diego Move MinGW LDFLAGS setting to configure. Originally committed as …
(edit) @d7b34d08   19 years diego Move UltraSparc CFLAG addition to configure. Originally committed as …
(edit) @d2a067d1   19 years mans give AVInput/OutputFormat structs consistent names Originally …
(edit) @21227514   19 years michaelni simplify Originally committed as revision 5696 to …
(edit) @b2846eff   19 years michaelni avoid redundant local variables Originally committed as revision 5695 …
(edit) @69f34e5b   19 years michaelni simplify Originally committed as revision 5694 to …
(edit) @e148c6e1   19 years diego FastUVMV vs FastUVMC typo, noticed by bond Originally committed as …
(edit) @608bd843   19 years mans make some tables const Originally committed as revision 5692 to …
(edit) @af9e7d18   19 years mans --enable/disable parsers. Warning: some combinations are broken. …
(edit) @18769c0a   19 years michaelni cosmetic Originally committed as revision 5690 to …
(edit) @a7702890   19 years michaelni remove STATS code (probably hasnt been used for years ..., and its not …
(edit) @fdb59832   19 years kostya.shishkov Check if 4-MV MB should not be decoded. Originally committed as …
(edit) @5c4b8efd   19 years kostya.shishkov MVRANGE may occur in all frames and RESPIC in all but B-frames …
(edit) @3a3f1cf3   19 years kostya.shishkov Fix mquant selection for ALL_MBS mode Originally committed as …
(edit) @65c7bb9e   19 years kostya.shishkov Use overlap filter instead of loop filter. Originally committed as …
(edit) @d2779ecd   19 years kostya.shishkov Use s->first_slice_line in checks instead of s->mb_y Originally …
(edit) @88e2539b   19 years mans 10l: make disabling all pcm/adpcm codecs work Originally committed as …
(edit) @4990951b   19 years baptiste.coudurier simplify, use LE_32, BE_32 macros Originally committed as revision …
(edit) @f7e79298   19 years mans only build dpcm.o if its codecs are enabled Originally committed as …
(edit) @6f3d6022   19 years mans forgot to remove adx.o from objs always built Originally committed as …
(edit) @7239fb57   19 years mans make the adx adpcm codec available Originally committed as revision …
(edit) @327dcfd3   19 years mans enable/disable pcm and adpcm codecs Originally committed as revision …
(edit) @e5f28e8f   19 years michaelni set CONFIG_SMALL if user wants small ffmpeg Originally committed as …
(edit) @a08d38ee   19 years michaelni put the code which is specific for the large crc table under #ifndef …
(edit) @a29ff6b   19 years mans cosmetic: sort codec list alphabetically Originally committed as …
(edit) @c6375bf2   19 years justin.ruggles allows user-settable block size and fixes related typo Originally …
(edit) @bac3be38   19 years mans rewrite kconfig-style Originally committed as revision 5673 to …
(edit) @7f53b77c   19 years mans Sun mlib works fine. Remove comment stating otherwise. Originally …
(edit) @2eb1a65d   19 years mans Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the …
(edit) @6be4846a   19 years diego Remove bogus IPP section that is not referenced anywhere. Originally …
(edit) @cfca95f1   19 years baptiste.coudurier clean up useless code Originally committed as revision 5669 to …
(edit) @1f1890c7   19 years baptiste.coudurier better handling of partial files Originally committed as revision …
(edit) @b72708f8   19 years baptiste.coudurier new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix …
(edit) @f1b163e0   19 years Aurélien Jacobs set proper bits_per_sample value for ADPCM codecs Originally …
(edit) @ab7e3153   19 years mans remove -fforce-addr as it to generate slightly slower code Originally …
(edit) @9d82b0dd   19 years michaelni moving utf8 reading function to libavutil Originally committed as …
(edit) @5da71469   19 years Aurélien Jacobs simplify the voc demuxer using av_get_bits_per_sample() Originally …
(edit) @c448303d   19 years michaelni seems i forgot to commit this simplification ... Originally committed …
(edit) @ac3e1834   19 years baptiste.coudurier av_get_bits_per_sample and due simplifications Originally committed …
(edit) @29c5cdca   19 years diego Fix compilation with --disable-decoders. patch by Emiliano Parasassi, …
(edit) @6a09487e   19 years diego Chinese AVS decoder Originally committed as revision 5659 to …
(edit) @55582f8d   19 years michaelni table contains vlc with 19 bits and 8*2 < 19 Originally committed as …
(edit) @5ab0f204   19 years diego spelling/grammar Originally committed as revision 5657 to …
(edit) @9fcee585   19 years michaelni unresponsive maintainer policy (its pretty much what has always been …
(edit) @e8d2507c   19 years baptiste.coudurier add MS ADPCM fourcc Originally committed as revision 5655 to …
(edit) @e7cc4b5   19 years baptiste.coudurier skip others fourcc, if present Originally committed as revision 5654 …
Note: See TracRevisionLog for help on using the revision log.