source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a30b3360   15 years mans Allow using libxvid RC without enabling encoding wrapper Originally …
(edit) @7e264ca1   15 years mans fate: add oneoff test for twinvq Originally committed as revision …
(edit) @aab3ea5f   15 years mans fate: add oneoff comparison method This adds the 'oneoff' comparison …
(edit) @3ade7d32   15 years mans fate: pass additional variables to test script This passes the …
(edit) @cb0067ec   15 years mans tiny_psnr: print max absolute difference between files Regression …
(edit) @9eb42c27   15 years diego Add back previously removed non-existing function params in doxygen …
(edit) @16400da6   15 years stefano.sabatini-lala Perform minor style fixes. Originally committed as revision 24130 to …
(edit) @52706b95   15 years stefano.sabatini-lala Update APIchanges after the recent avfilter.h and pixdesc.h changes. …
(edit) @9699a96a   15 years stefano.sabatini-lala Bump minor after read/write_line() to av_read/write_image_line() …
(edit) @f955d452   15 years mans Change names of regtest output files to closer match the reference …
(edit) @ee43558   15 years stefano.sabatini-lala Reindent after r24101. Originally committed as revision 24126 to …
(edit) @efdccce5   15 years baptiste.coudurier In mpegts muxer, print VBR instead of dummy 1 when displaying muxrate …
(edit) @b015be21   15 years baptiste.coudurier In mov muxer, write pixel aspect ratio tag in mov files. Based on a …
(edit) @40fe5019   15 years mans configure: fix pcm test deps 10l to me for using non-standard shell …
(edit) @ad9eff3f   15 years diego Do not generate documentation for .d files; they do not contain source …
(edit) @9770a7ad   15 years mans Simplify regtest reference makefile dependencies Originally committed …
(edit) @57442411   15 years mans Move regression test dependencies to configure This allows expressing …
(edit) @31c0121d   15 years mans configure: add print_enabled() function The print_enabled() function …
(edit) @a9ef1aef   15 years mans regtest: put rgb and yuv reference files in correct place Originally …
(edit) @42cb3863   15 years mans regtest: put rgb and yuv reference files in correct place SVN design …
(edit) @6a522c4   15 years michaelni Fix infinite loop with clock() returning (clock_t)-1. Originally …
(edit) @65e3f89f   15 years diego Improve variable names in imlt_window_float() and …
(edit) @b65c1ccf   15 years michaelni Change i to unsigned in get_generic_seed(). This is clearer than …
(edit) @9be24c60   15 years mans Create the regtest reference files only when necessary This avoid …
(edit) @e1621087   15 years mans Clean up make rules for calling codec test scripts Originally …
(edit) @4ab20de6   15 years mans Beautify make messages when generating test data files Originally …
(edit) @e394953e   15 years rsbultje Add missing doxy for function arguments. Originally committed as …
(edit) @ad32966c   15 years rsbultje Fix two doxy warnings. Originally committed as revision 24109 to …
(edit) @e51f0496   15 years diego Restore array sizes in doxygen parameter names. Originally committed …
(edit) @0aee2a57   15 years hyc Also use 503 for bandwidth limit exceeded Originally committed as …
(edit) @2a22187f   15 years hyc Fix "server too busy" status code Originally committed as revision …
(edit) @e0b855f6   15 years benoit.fouet Remove a useless variable in zmbv decoder. Patch by Eli.Friedman …
(edit) @a26f1d1   15 years justin.ruggles ac3: make the value of codec_id during (E-)AC-3 parsing stay …
(edit) @c84d5aa7   15 years michaelni get_generic_seed() for the cases without /dev/random and AV_READ_TIME …
(edit) @ce1cd1cb   15 years mans Rename read/write_line() to av_read/write_image_line(). The old names …
(edit) @26784384   15 years alex.converse Cosmetics: whitespace Originally committed as revision 24100 to …
(edit) @03d5d9b9   15 years alex.converse aacenc: Enforce LFE bitstream restrictions. Originally committed as …
(edit) @0fd0ef79   15 years Carl Eugen Hoyos Add new decoder property max_lowres and do not init decoder if …
(edit) @38b0410   15 years mans aacdec: remove checks for impossible error conditions Originally …
(edit) @96088566   15 years mans ARM: remove unnecessary .previous directive Originally committed as …
(edit) @278caa6a   15 years mans ARM: set section to .text in 'function' macro This ensures code …
(edit) @108ac7f2   15 years mans ARM: hide a .size directive on non-ELF targets Originally committed …
(edit) @cfde3a7e   15 years alex.converse Cosmetics: whitespace Originally committed as revision 24093 to …
(edit) @ce2e4ae3   15 years stefano.sabatini-lala Add pixdesctest filter and corresponding test. Originally committed …
(edit) @4d508e4d   15 years stefano.sabatini-lala Implement avfilter_copy_picref_props(). Originally committed as …
(edit) @00f7257   15 years jmenon86 FFplay : Fix segfault when playing monoaural streams. Originally …
(edit) @9077e29e   15 years mans ARM: optimised integer clip functions Originally committed as …
(edit) @edd7fa82   15 years mans ARM: intmath.h cosmetics Originally committed as revision 24088 to …
(edit) @216b43ae   15 years mans Allow arch-overrides for all common.h clip and log2 functions …
(edit) @a955b596   15 years mans Remove macro duplication between common.h and intmath.h Originally …
(edit) @2e874c77   15 years mans intmath: whitespace cosmetics Originally committed as revision 24085 …
(edit) @5c7ceef6   15 years Aurélien Jacobs improve long_name for ass (de)muxer Originally committed as revision …
(edit) @b0c73ba1   15 years mans motion_est: fix implicit truncation warnings Patch by Reimar …
(edit) @31247669   15 years michaelni Ignore extradata & w/h in asf/dvr. The w/h values are wrong and …
(edit) @69b56ed7   15 years michaelni Move ff_dct_init(context) out of if(one time init) fixes calling a …
(edit) @c7310b7b   15 years Carl Eugen Hoyos Silence warning "new qualifiers in middle of multi-level non-const …
(edit) @bba66fc7   15 years Carl Eugen Hoyos Associate .tga with format image2. Originally committed as revision …
(edit) @881fd7a6   15 years vitor1001 Move SSE optimized 32-point DCT to its own file. Should fix breakage …
(edit) @4dcc4f8e   15 years vitor1001 SSE optimized 32-point DCT Originally committed as revision 24077 to …
(edit) @defb0009   15 years mans Add #ifdefs around code specific to file and pipe protocols …
(edit) @a2ab5ad5   15 years mans Rename av_tempfile() to ff_tempfile() Originally committed as …
(edit) @25cbc8b4   15 years mans Move av_tempfile() to libxvidff.c as only the xvid wrapper needs it …
(edit) @d0b9b91   15 years mans vf_pad: restore use of _CCIR colourspace conversion macros Originally …
(edit) @7fddac93   15 years mans os_support: include some headers only when needed Originally …
(edit) @81f460a3   15 years mans rtpenc: remove unnecessary #include unistd.h Originally committed as …
(edit) @3f7ab648   15 years mans file_protocol: remove redundant #include sys/time.h Originally …
(edit) @9049fa54   15 years diego Add av_unused to decode_mb_skip declaration to fix the following …
(edit) @86e41bc3   15 years mans aacenc: replace VLA with fixed size Number of channels is restricted …
(edit) @1b364fd   15 years stefano.sabatini-lala Move shareable draw_rectangle() and query_formats function to the top …
(edit) @039baa78   15 years stefano.sabatini-lala Factorize out some code and implement the fill_line_with_color() …
(edit) @c014631   15 years stefano.sabatini-lala Update lavfitest reference after commit: Author: bcoudurier …
(edit) @ac7a4056   15 years diego Update Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxygen …
(edit) @f31abc6c   15 years diego cosmetics: Reformat paragraphs and fix typos as done by 'doxygen -u'. …
(edit) @18bb522b   15 years diego cosmetics: Reorder config file entries to the format used by doxygen …
(edit) @157b7d0c   15 years diego Revert update of Doxygen configuration file via 'doxygen -u'. It will …
(edit) @355d81df   15 years mans configure: simplify some OS-specific flag setting Originally …
(edit) @0fca8d24   15 years martin rtpdec_asf: Propagate errors from the chained av_open_input_stream …
(edit) @748db0fc   15 years michaelni Move frame_available computation to where it belongs in ffmpeg.c. This …
(edit) @3d542120   15 years michaelni Perform sliding window operation during frame gap handling. This …
(edit) @733f5990   15 years michaelni Factorize ff_generate_sliding_window_mmcos() out. Originally …
(edit) @6fa197e   15 years Carl Eugen Hoyos Silence a warning when compiling aviobuf.c Patch by Eli Friedman, eli …
(edit) @0712c230   15 years banan DCA: Occasionally a false XCH sync word can turn up after the core DTS …
(edit) @03f0d17   15 years ramiro.polla Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, …
(edit) @513d5671   15 years ramiro.polla Add id3v1.o dependency for oma demuxer Patch by Michael Karcher …
(edit) @324a94b   15 years banan DCA: *_bits() -> *_bits_long() where needed, half fix for broken …
(edit) @9f434b65   15 years stefano.sabatini-lala Make opt_pad() print more information. Originally committed as …
(edit) @74dc99f2   15 years stefano.sabatini-lala Update help message for the -pad* options, as they have been removed, …
(edit) @c184bb44   15 years mans aes: fix array index out of bounds warning Originally committed as …
(edit) @377723b2   15 years mans Mention gas-preprocessor in documentation Originally committed as …
(edit) @aad9f50   15 years mans Fix build with hardcoded tables The recently added dummy rule for …
(edit) @b9796cc7   15 years michaelni r24021 which i have approved did by mistake remove a empty line that …
(edit) @a46b84d   15 years mans PPC: convert Altivec FFT to pure assembler On PPC a leaf function has …
(edit) @deca86ea   15 years mans PPC: gas-preprocessor handles m[ft]spr shorthands Originally …
(edit) @fe3d2e4b   15 years mans PPC: add some asm support macros Originally committed as revision …
(edit) @11d788ca   15 years mans Stop make complaining about moved/deleted headers Originally …
(edit) @34171e87   15 years ramiro.polla APIchanges: fix revision number and commit date for change of all …
(edit) @f2c44ad5   15 years stefano.sabatini-lala Revert commit: Author: stefano Date: Sat Jul 3 20:19:38 2010 …
(edit) @07a90cd5   15 years stefano.sabatini-lala Add missing docs for the ffplay -autoexit option. Patch by Alexei …
(edit) @066ce8c9   15 years stefano.sabatini-lala Implement -onkeydown and -onmousedown options for ffplay. Patch by …
(edit) @dbb113e8   15 years stefano.sabatini-lala Add notices for the -crop* options in the ffmpeg manual, stating that …
Note: See TracRevisionLog for help on using the revision log.