source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7ef3425f   16 years mans configure: add foo_select facility If an option 'foo' is enabled, all …
(edit) @f7b230a7   16 years mans configure: fix disabled_any to return false for empty list Originally …
(edit) @f94036f1   16 years diego prettyprinting cosmetics Originally committed as revision 15682 to …
(edit) @75f2c209   16 years diego spelling cosmetics Originally committed as revision 15681 to …
(edit) @4599d22c   16 years diego Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP …
(edit) @60c25a4b   16 years diego Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder …
(edit) @f96d0eef   16 years baptiste.coudurier force sample rate to 16khz for speex in flv, fix speexaudio.flv …
(edit) @4fe8a452   16 years pascal.massimino fix for >2GB flv files Originally committed as revision 15677 to …
(edit) @ae14f311   16 years lessen42 Speex decoding via libspeex Originally committed as revision 15676 to …
(edit) @60ce2f9   16 years kostya.shishkov Choose RV3/4 DC quantizer correctly Originally committed as revision …
(edit) @bd09e8a7   16 years baptiste.coudurier raw dnxhd de/muxer Originally committed as revision 15674 to …
(edit) @da396bf8   16 years baptiste.coudurier dnxhd parser Originally committed as revision 15673 to …
(edit) @76e9fd01   16 years vitor1001 Cosmetics: alignment Originally committed as revision 27818 to …
(edit) @522ce957   16 years vitor1001 Fix broken palette8to*. Originally committed as revision 27817 to …
(edit) @b774fdd   16 years baptiste.coudurier dnxhd codec is intra only Originally committed as revision 15672 to …
(edit) @98a8ce4   16 years baptiste.coudurier add state64 field to ParseContext storing last 8 bytes, to be able to …
(edit) @aeb87a49   16 years diego cosmetics: typo fix Originally committed as revision 27816 to …
(edit) @0f898714   16 years diego Add information about a workaround for MinGW gcc versions. based on a …
(edit) @e7f3c722   16 years benoit.fouet Revert r15653. Was "Copy pts for each raw encoded frame." It causes …
(edit) @19cf8e20   16 years Aurélien Jacobs 10l: missing change from r15667 - global header also affect seek test …
(edit) @abce34d9   16 years Aurélien Jacobs matroskaenc: require global header fixes issue696 Originally …
(edit) @d9fe7eb3   16 years victorpaesa Fix spelling Originally committed as revision 15666 to …
(edit) @2cd39dbf   16 years flameeyes Include headers for optional libraries only when enabled. Include the …
(edit) @e3cc7d6f   16 years diego cosmetics: Leave out quotes from libdirac pkg-config call for …
(edit) @3a90480   16 years mans split bswap.h into per-arch files Originally committed as revision …
(edit) @37d3e066   16 years Aurélien Jacobs uses FF_ARRAY_ELEMS() where appropriate Originally committed as …
(edit) @03092e14   16 years michaelni Port read_time() that works on x86_32 and 64 from noe. Originally …
(edit) @3d0d9a5e   16 years lucabe72 The v4l2 driver can silently change the pixel format in the …
(edit) @0223bd6   16 years mans ARM: allow --cpu=armvN in configure Originally committed as revision …
(edit) @ec0bd3b9   16 years mans Allow target name on every line in dependency postprocessing Some …
(edit) @13c7df3d   16 years mans Do not add $cross_prefix to compiler name given with --cc option …
(edit) @884a36a7   16 years mans configure: fix handling of option arguments containing = sign …
(edit) @31c4f070   16 years Reimar.Doeffinger Use x86_reg type instead of long in float_to_int16 MMX/SSE functions. …
(edit) @c8714ea1   16 years michaelni Use av_freep() in ff_parse_close(). Originally committed as revision …
(edit) @77258168   16 years benoit.fouet Copy pts for each raw encoded frame. Patch by Andrew Wason rectalogic …
(edit) @ccfe8ae   16 years kostya.shishkov 34l: free RV3/4 context variables at the end Originally committed as …
(edit) @def4f63b   16 years kostya.shishkov RV3 and RV4 decoders set some deblocking coefs for each macroblock, so …
(edit) @c0b821be   16 years kostya.shishkov Mark some of RV3/4 block types as having separate DC subblock …
(edit) @d84b1cb3   16 years diego Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0. …
(edit) @e80b2675   16 years mans ARM: Kill warning in bswap_32() Originally committed as revision …
(edit) @9655ffb5   16 years lessen42 Convert typeof keyword into typeof; this is a gcc extension and …
(edit) @57f0ec6e   16 years mans fix configure with libx264 disabled Originally committed as revision …
(edit) @7c19b88f   16 years stefano.sabatini-lala Remove the ugly and unnecessary require_cpp_condition() function. …
(edit) @cc181b41   16 years stefano.sabatini-lala Make more clear the error message for the libx264 version check. …
(edit) @0dba1995   16 years lessen42 Cosmetics: reindent Originally committed as revision 15644 to …
(edit) @ca4a4ac1   16 years lessen42 Combine non-bitexact sections Originally committed as revision 15643 …
(edit) @daa1ea0   16 years lessen42 VP3 loop filter is mmx2 not mmx Originally committed as revision …
(edit) @9806f846   16 years michaelni Check for pts==dts on I/P frames in the presence of non low delay …
(edit) @f781f748   16 years michaelni Move code setting delay and presentation_delayed a little up so that …
(edit) @242a2b7   16 years victorpaesa Fix issue 68: Warn that the forum look is no excuse from following the …
(edit) @36718e51   16 years diego cosmetics: Save some backslashes. Originally committed as revision …
(edit) @70899705   16 years stefano.sabatini-lala Provide more context to the opt_preset() error messages, printing the …
(edit) @b7353317   16 years stefano.sabatini-lala Make ffmpeg abort if a preset file contains an invalid option or …
(edit) @9ac1c884   16 years stefano.sabatini-lala Provide more context for the error message issued when no preset file …
(edit) @4589dc5c   16 years michaelni Append read data onto the buffer instead of overwriting, this ensures …
(edit) @8ddd280   16 years banan Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development …
(edit) @88cb61bb   16 years banan 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at …
(edit) @bf9067cf   16 years michaelni Assume mono if no other information for raw. Should fix issue687 …
(edit) @357f45d9   16 years lessen42 MMX VP3 Loop Filter Originally committed as revision 15630 to …
(edit) @75083a88   16 years diego Remove -fasm CFLAGS check, it is no longer needed. Originally …
(edit) @0d7dca3   16 years diego Update DEPEND_CMD comment to better explain why we postprocess gcc …
(edit) @7ad6469e   16 years flameeyes Convert asm keyword into asm. Neither the asm() nor the asm() …
(edit) @be449fca   16 years flameeyes Convert asm keyword into asm. Neither the asm() nor the asm() …
(edit) @a14b362f   16 years flameeyes Use CONFIG_* macros in cmdutils.c for consistency. Originally …
(edit) @ede935a1   16 years Carl Eugen Hoyos Revert r15615: Enable AC-3 decoding regression tests. AC-3 decoding …
(edit) @3ddb448d   16 years ramiro.polla Support absolute DOS paths for preset parameters Originally committed …
(edit) @c49d0e0f   16 years benoit.fouet Bump minor version after addition of FF_ARRAY_ELEMS macro. Originally …
(edit) @757d91a6   16 years benoit.fouet Use of new bitstream in vorbis_enc.c. Patch by Bartłomiej Wołowiec b …
(edit) @a6080be   16 years benoit.fouet Cosmetics: fix indentation after previous commit. Originally …
(edit) @9c8f0768   16 years benoit.fouet Add a flag to avoid calling vorbis_analysis_wrote twice with an empty …
(edit) @ac809e81   16 years benoit.fouet Add a macro to get the number of elements in a table. Originally …
(edit) @e46a9827   16 years michaelni Include zlib.h as it is needed for watermark support, patch by …
(edit) @795bb9dc   16 years michaelni Export svq1_packet_checksum() that is needed for svq3 watermarks, …
(edit) @1fdcdf8   16 years michaelni Add variable to hold the svq3 watermarking key, patch by baptiste that …
(edit) @2e00584e   16 years Carl Eugen Hoyos Enable AC-3 decoding regression tests. Originally committed as …
(edit) @b47cdbd   16 years benoit.fouet Add Jason Garrett-Glaser as libx264 maintainer. Originally committed …
(edit) @c27c66c3   16 years benoit.fouet Add a space between frequencies and their units. Originally committed …
(edit) @5c4e9728   16 years benoit.fouet Fix mem leak. Patch by Ralf Terdic contact >AT< jswiff com Originally …
(edit) @95240bf3   16 years Carl Eugen Hoyos Fix some icc warnings by using enum PixelFormat instead of int where …
(edit) @40056c32   16 years Aurélien Jacobs vp6dec: ensure we don't try to use a buffer with negative size this …
(edit) @f2e49553   16 years mans Enable FAST_UNALIGNED on ARM variants that support it Originally …
(edit) @aa8bc0f1   16 years mans Enable FAST_UNALIGNED on PPC Originally committed as revision 15608 …
(edit) @53bd9d92   16 years mans Revert "Replace sed trickery in the gcc dependency generation command" …
(edit) @5eb39de9   16 years mans configure: simplify PPC dcbzl check Originally committed as revision …
(edit) @a57bf697   16 years stefano.sabatini-lala Add preset options documentation strings. Originally committed as …
(edit) @3bd9f708   16 years Carl Eugen Hoyos Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts. Originally …
(edit) @89493e10   16 years Carl Eugen Hoyos Don't include byteswap.h anymore. Originally committed as revision …
(edit) @c5f67c15   16 years lessen42 Remove unused variables Originally committed as revision 15602 to …
(edit) @3a2bcaed   16 years diego Replace sed trickery in the gcc dependency generation command by use …
(edit) @ca9acf9   16 years stefano.sabatini-lala Fix inconsistent indent. Originally committed as revision 15600 to …
(edit) @79ab96ba   16 years diego Revert the merger of LC_ALL declaration and export. This part of the …
(edit) @15fe16f4   16 years stefano.sabatini-lala Check requirement for libx264 version in configure using …
(edit) @a5344cf7   16 years stefano.sabatini-lala Implement CPP condition check support in configure. Originally …
(edit) @f2e57867   16 years ramiro.polla nellymoserenc: flush PutBitContext after use. Originally committed as …
(edit) @57bb0da6   16 years mans aac_parser: fix strict aliasing violation Originally committed as …
(edit) @bc574408   16 years ramiro.polla Only special-case absolute DOS paths on systems that support them. …
(edit) @60e8bc13   16 years stefano.sabatini-lala Make configure --help return 0. Originally committed as revision …
(edit) @1865259f   16 years stefano.sabatini-lala Document libavfilter filters options in configure -h. Originally …
(edit) @f76543c9   16 years baptiste.coudurier get_pixels_sse2, ~+12% performance compared to mmx Originally …
(edit) @965530e1   16 years michaelni Limit discontinuity handling to containers that allow discontinuities. …
Note: See TracRevisionLog for help on using the revision log.