Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-27Fix and extend documentation for avfilter_graph_get_filter().Stefano Sabatini
Originally committed as revision 16354 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Fix typo: ommitted -> omitted.Stefano Sabatini
Originally committed as revision 16353 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26ARM: NEON optimised float_to_int16Måns Rullgård
Originally committed as revision 16352 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Put pass_logfilename_prefix check on a single line, improve readability.Stefano Sabatini
Originally committed as revision 16351 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Rename variables:Stefano Sabatini
pass_logfilename -> pass_logfilename_prefix DEFAULT_PASS_LOGFILENAME -> DEFAULT_PASS_LOGFILENAME_PREFIX and make clear in the passlogfile OptionDef help string that it takes a file name prefix rather than a file name. Originally committed as revision 16350 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Enable faxcompr.Michael Niedermayer
Originally committed as revision 16349 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26indentMichael Niedermayer
Originally committed as revision 16348 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Simplify vertical modeMichael Niedermayer
Originally committed as revision 16347 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26And another sechole ...Michael Niedermayer
Originally committed as revision 16346 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Fix yet another sechole.Michael Niedermayer
Originally committed as revision 16345 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Fix another sechole.Michael Niedermayer
Originally committed as revision 16344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Minor simplification.Michael Niedermayer
Originally committed as revision 16343 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Remove unused run_start variable.Michael Niedermayer
Originally committed as revision 16342 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer
Originally committed as revision 16341 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer
Originally committed as revision 16340 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer
Originally committed as revision 16339 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet
Originally committed as revision 16338 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Part 2 of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet
Originally committed as revision 16337 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer
some but not all. Originally committed as revision 16336 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26cosmetic (moving pix_left update)Michael Niedermayer
Originally committed as revision 16335 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Close gaping sechole. That is, a series of run=0 allows arbitrary data toMichael Niedermayer
be written over the end of the runs array. Originally committed as revision 16334 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26minor simplificationMichael Niedermayer
Originally committed as revision 16333 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Merge ff_ccitt_unpack_1d and 2d.Michael Niedermayer
Originally committed as revision 16332 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Ensure that an invalid run terminates the line.Michael Niedermayer
Originally committed as revision 16331 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-2610l != vs. == (yes, my fault not kostya's).Michael Niedermayer
Originally committed as revision 16330 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26indentMichael Niedermayer
Originally committed as revision 16329 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Simplify zero run handling in put_line().Michael Niedermayer
Originally committed as revision 16328 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Avoid negation in put_line().Michael Niedermayer
Originally committed as revision 16327 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Factorize mode switching in put_line().Michael Niedermayer
Originally committed as revision 16326 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Fix (rewrite) find_group3_syncmarker().Michael Niedermayer
Originally committed as revision 16325 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Fix documentation for -passlogfile, the argument is not a file nameStefano Sabatini
but a prefix used to create the complete pass log file name. Originally committed as revision 16324 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26CCITT Fax Group 3 and 4 decompression by kostya.Michael Niedermayer
Will be activated after a little more reviewing and fixing by me. Commited now, so as to not lose history of that. Originally committed as revision 16323 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini
Originally committed as revision 16322 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26ASAO Nelly Moser implementation moved to a better place on mphq.Diego Biurrun
Originally committed as revision 16321 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Choose better names for the variables in create_filter().Stefano Sabatini
Originally committed as revision 16320 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Fix documentation for avfilter_parse_graph().Stefano Sabatini
Originally committed as revision 16319 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Check that the device is a capture device immediately after openingStefano Sabatini
the device. Originally committed as revision 16318 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Remove unnecessary temporary variable "frame_size" fromStefano Sabatini
grab_read_header(). Originally committed as revision 16317 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Add missing check on the result of a VIDIOCCAPTURE ioctl.Stefano Sabatini
Originally committed as revision 16316 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Cosmetics: put a space after each comma, improve consistency andStefano Sabatini
readability. Originally committed as revision 16315 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26s/FFmpeg-devel/ffmpeg-devel/Benoit Fouet
Originally committed as revision 16314 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26Fix compilation without optimization under 64-bit with x264 deblock asm enabled.Jason Garrett-Glaser
Originally committed as revision 16313 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-26ARM: add new h264 idct functionsMåns Rullgård
Originally committed as revision 16312 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-25Disable usage of ff_h264_idct_add_altivec since AltiVec versions of ↵Guillaume Poirier
h264_idct_add16, h264_idct_add16intra, h264_idct_add8 need to be implemented. Add C version of ff_h264_idct8_dc_add in AltiVec so that ff_h264_idct8_add_altivec can be used. Originally committed as revision 16311 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-25Change mplayerhq.hu references to ffmpeg.org where appropriate.Diego Biurrun
Originally committed as revision 16310 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-25Fix sample URL.Diego Biurrun
Originally committed as revision 16309 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-25The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER.avcoder
patch by avcoder, ffmpeg gmail com Originally committed as revision 16308 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-25flatten an array, since gcc fails at optimizing multidimensional arraysLoren Merritt
h264_idct8_add_c: 780 -> 735 cycles on conroe Originally committed as revision 16307 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-24export refsMichael Niedermayer
Originally committed as revision 16306 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-24Allow decoders to set AVCodecContext.refs.Michael Niedermayer
Originally committed as revision 16305 to svn://svn.ffmpeg.org/ffmpeg/trunk