source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @57b9863   17 years Aurélien Jacobs compile various fdct only when encoders are enabled Originally …
(edit) @a02dd7eb   17 years michaelni Fix MSVC identification, patch by Eddie Pang. Originally committed as …
(edit) @4fa1f6cc   17 years michaelni Make code C conformant. Originally committed as revision 12217 to …
(edit) @53d1bdba   17 years diego Clarify the documentation for 'ffmpeg -v'. patch by Stefano Sabatini, …
(edit) @15067504   17 years diego Improve wording/grammar of Doxygen comments. Originally committed as …
(edit) @062942e7   17 years michaelni Clarify which BSD license. Originally committed as revision 12214 to …
(edit) @4bfc91a0   17 years diego cosmetics: prettyprint Originally committed as revision 12213 to …
(edit) @5b0d04d3   17 years michaelni Allow use of my AAN DCT under BSD, AMD has agreed to write and …
(edit) @7c84b8bc   17 years benoit.fouet Make parse_options() use parse_number_or_die(). Patch by Stefano …
(edit) @60b5a745   17 years benoit.fouet Export and document in cmdutils.h the function parse_number_or_die(). …
(edit) @4649fa90   17 years baptiste.coudurier fix mace duration Originally committed as revision 12209 to …
(edit) @852859ff   17 years baptiste.coudurier protect malloc overflow Originally committed as revision 12208 to …
(edit) @17871a02   17 years baptiste.coudurier indentation Originally committed as revision 12207 to …
(edit) @b014dd76   17 years baptiste.coudurier fail if extradata cannot be allocated Originally committed as …
(edit) @9c7fd997   17 years baptiste.coudurier 10l, protect malloc overflow Originally committed as revision 12205 …
(edit) @b8d3daca   17 years baptiste.coudurier support QDM2 in aiff, QDM2.aif Originally committed as revision 12204 …
(edit) @4c638f0c   17 years baptiste.coudurier remove useless close function Originally committed as revision 12203 …
(edit) @54d8fd20   17 years baptiste.coudurier indentation Originally committed as revision 12202 to …
(edit) @c6f53812   17 years baptiste.coudurier remove useless casts Originally committed as revision 12201 to …
(edit) @9df21f2   17 years baptiste.coudurier cosmetics Originally committed as revision 12200 to …
(edit) @b4dc27a8   17 years baptiste.coudurier remove useless tags, codec_get_id matches independently and qt uses …
(edit) @e13c0783   17 years baptiste.coudurier set bps to uncompressed original sound data for compressed audio …
(edit) @e0130159   17 years baptiste.coudurier fix duration for ima4 Originally committed as revision 12197 to …
(edit) @3a957df4   17 years baptiste.coudurier ima4 in aiff support Originally committed as revision 12196 to …
(edit) @4a5b619d   17 years lorenm png filters Originally committed as revision 12195 to …
(edit) @e281d684   17 years diego Fix outdated comment. Originally committed as revision 26099 to …
(edit) @88517699   17 years mans #include "libavutil/avutil.h" in swscale.h Originally committed as …
(edit) @76a448ed   17 years mans Install headers in $prefix/include/$libname Install each library's …
(edit) @bd58e7f7   17 years lorenm remove a memcpy Originally committed as revision 12193 to …
(edit) @8af9090f   17 years diego cosmetics: Sort and prettyprint codec_wav_tags[]. Originally …
(edit) @6f4e2b5a   17 years mans fix memory leaks in vp3 decoder Originally committed as revision …
(edit) @ac6f1330   17 years michaelni Set indexmem to a saner default. Originally committed as revision …
(edit) @f018bc10   17 years Reimar.Doeffinger asm volatile -> asm volatile part 3 Originally committed as …
(edit) @f2217d6f   17 years Reimar.Doeffinger asm volatile -> asm volatile part 2 Originally committed as …
(edit) @78d3d94f   17 years Reimar.Doeffinger asm volatile -> asm volatile, improves code consistency and works …
(edit) @cf73e32a   17 years vitor1001 Fix bug I introduced in r11962. Thanks to Uoti Urpala for spotting it …
(edit) @10e7fc7c   17 years michaelni Reduce initial fifo size, so as not to senselessly waste memory. …
(edit) @a6ebca9e   17 years michaelni realloc fifo Originally committed as revision 12185 to …
(edit) @58293e57   17 years michaelni Fix issue357 Do what the spec says, insane or not: " Format 0 …
(edit) @44de39f9   17 years michaelni flv/swf do not have a big endian codec id, they only support little …
(edit) @7bb8d51c   17 years banan Riff ids for wmapro and wmavoice, this adds support for stream copy of …
(edit) @4411cb11   17 years mans use diff -u -w in codec regression test Originally committed as …
(edit) @a45b40c4   17 years nicola.sabbi treat stream_type==0x82 as AUDIO_DTS when the program has a …
(edit) @a939a005   17 years michaelni Remove apparently unneeded and buggy align. Originally committed as …
(edit) @18ee626   17 years diego Add -lm to x264 check, it is needed on most systems. taken from the …
(edit) @917f55cc   17 years lorenm cleaner way of writing packed-byte constants. suggested by Uoti Urpala …
(edit) @0cb25594   17 years Carl Eugen Hoyos Discard two symbols from libswscale. Originally committed as revision …
(edit) @b9c2fb34   17 years michaelni Ascii art to explain what avfilter_formats_changeref() does. …
(edit) @eb30e86   17 years michaelni cosmetic Originally committed as revision 12175 to …
(edit) @33a0facf   17 years michaelni Better description (merge is too vague IMHO). Originally committed as …
(edit) @4c4de9c   17 years michaelni Better description for merge_ref(). Originally committed as revision …
(edit) @09b63a42   17 years michaelni Document avfilter_formats_ref() with some ascii art. Originally …
(edit) @6609f9e2   17 years mike minor English corrections Originally committed as revision 12171 to …
(edit) @8144dff   17 years michaelni typos Originally committed as revision 12170 to …
(edit) @1d64df10   17 years diego Explain that libavcodec/i386/idct_mmx.c is GPLed. Originally …
(edit) @7b8c3aed   17 years michaelni "General Tips" section Originally committed as revision 12168 to …
(edit) @086ab001   17 years michaelni parse_number_or_die() Based on a patch by Stefano Sabatini. …
(edit) @31304587   17 years lorenm indent Originally committed as revision 12166 to …
(edit) @469bd7b1   17 years lorenm pseudo-simd add_bytes and diff_bytes 2x faster than scalar in 32bit, …
(edit) @4a9ca0a2   17 years lorenm simd and unroll png_filter_row cycles per 1000 pixels on core2: left: …
(edit) @1435e4cc   17 years michaelni Disabling all SSE* code for old gcc to avoid alignment issues. …
(edit) @635fbcb1   17 years michaelni revert 12156 Log: Make timestamp interpolation work with mpeg2 field …
(edit) @bdd745da   17 years michaelni Forgot this, which is needed for merging field pics too. Originally …
(edit) @21da962c   17 years michaelni Make find_frame_end() merge 2 mpeg2 field pictures. This should make …
(edit) @5cbd67ea   17 years diego 10l: Correctly use preprocessor conditionals. patch by Eddie Pang, …
(edit) @d597e1b7   17 years lucabe72 Fix computation of the "NTP time" field in RTCP SR packets, and do not …
(edit) @91acf9a8   17 years michaelni Get rid of a fake timestamp discontinuity at the begin of V.VOB. This …
(edit) @ff2635b2   17 years michaelni Make timestamp interpolation work with mpeg2 field pictures. …
(edit) @8815bf01   17 years mans #include avutil.h in postprocess.h Originally committed as revision …
(edit) @ccf95ef1   17 years mans Clean up lib* version definitions Originally committed as revision …
(edit) @e97ac1e6   17 years mans Clean up lib* version definitions Updating version numbers now …
(edit) @cea96420   17 years michaelni Fix ;; Originally committed as revision 12153 to …
(edit) @a56dcc57   17 years Reimar.Doeffinger Add some const, fixes warnings: rtpenc_h264.c:69: warning: assignment …
(edit) @a1fc4d4a   17 years Reimar.Doeffinger Missing const, fix warnings: sdp.c:115: warning: assignment discards …
(edit) @754bf3d8   17 years Reimar.Doeffinger Fix warnings: i386/vp3dsp_sse2.c:805: warning: cast discards …
(edit) @816ebf93   17 years Reimar.Doeffinger Remove duplicate ; Originally committed as revision 12149 to …
(edit) @721052e9   17 years Reimar.Doeffinger Add casts to avoid warnings: fraps.c:102: warning: passing argument 1 …
(edit) @e3cb2c4   17 years Reimar.Doeffinger Missing const Originally committed as revision 12147 to …
(edit) @591de5cf   17 years Reimar.Doeffinger Fix misplaced const, avoids a cast-discards-qualifiers warning …
(edit) @d937cd0e   17 years michaelni const Originally committed as revision 12145 to …
(edit) @05218081   17 years michaelni Reduce the number of senselessly scanned bytes. Originally committed …
(edit) @c367d0c6   17 years gpoirier arg 10000l. Fix wrong fix committed in r12141 Originally committed as …
(edit) @d6267d02   17 years gpoirier fix broken indentation Originally committed as revision 12142 to …
(edit) @9d8109ad   17 years gpoirier 10l: fix always false test: Binary & has lower precedence than == …
(edit) @42a362e5   17 years diego Refactor vcprm and vcii macros by using the AVV macro. Originally …
(edit) @35c27389   17 years diego Refactor the FOUROF macro using the AVV macro. Originally committed …
(edit) @b0e21a3b   17 years diego Remove stray #undef. Originally committed as revision 12138 to …
(edit) @3518c5a9   17 years gpoirier fix crash on non-AltiVec powered machines: MPV_common_init_altivec …
(edit) @b3574faa   17 years robert.swain Remove a superfluous call to atoi in ffmpeg.c:opt_verbose Patch by …
(edit) @5bc440e   17 years michaelni Add notes where known timestamp issues remain. Originally committed …
(edit) @4829104   17 years michaelni Set initial next_pts to unknown, this avoids the nonsense timestamp …
(edit) @40cb57a2   17 years michaelni Print a warning if a decoder produces more than 1 frame of output for …
(edit) @ed923859   17 years michaelni Set next_pts to pts if it is unknown and pkt->dts is not known either. …
(edit) @b1b818fc   17 years michaelni simplify (next_)pts code Originally committed as revision 12131 to …
(edit) @da0ef2d5   17 years michaelni Use next_pts if pkt->dts is unknown. In an ideal world this would not …
(edit) @1d03e71   17 years mans remove duplicate AV_STRINGIFY() definition Originally committed as …
(edit) @5ff1b067   17 years mans remove duplicate AV_STRINGIFY() definition Originally committed as …
(edit) @719c8e00   17 years mans prettify lib* version number extraction Originally committed as …
(edit) @73ef8980   17 years mans prettify encoder/decoder/muxer/... list extraction Originally …
(edit) @5c319d33   17 years mans clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN Originally …
Note: See TracRevisionLog for help on using the revision log.