summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove stray codeLuca Barbato2008-12-27
| | | | Originally committed as revision 16358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup _t types in libavcodec/ppcLuca Barbato2008-12-27
| | | | Originally committed as revision 16357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change thisIsAVar variable names to this_is_a_var style, moreStefano Sabatini2008-12-27
| | | | | | consistent with the rest of libav*. Originally committed as revision 16356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor number for many small improvements, tiff fax decoding,Reimar Döffinger2008-12-27
| | | | | | AVCodecContext refs is set during decoding. Originally committed as revision 16355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix and extend documentation for avfilter_graph_get_filter().Stefano Sabatini2008-12-26
| | | | Originally committed as revision 16354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo: ommitted -> omitted.Stefano Sabatini2008-12-26
| | | | Originally committed as revision 16353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised float_to_int16Måns Rullgård2008-12-26
| | | | Originally committed as revision 16352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put pass_logfilename_prefix check on a single line, improve readability.Stefano Sabatini2008-12-26
| | | | Originally committed as revision 16351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variables:Stefano Sabatini2008-12-26
| | | | | | | | | | 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
* Enable faxcompr.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-12-26
| | | | Originally committed as revision 16348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify vertical modeMichael Niedermayer2008-12-26
| | | | Originally committed as revision 16347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* And another sechole ...Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix yet another sechole.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix another sechole.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplification.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused run_start variable.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet2008-12-26
| | | | Originally committed as revision 16338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Part 2 of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet2008-12-26
| | | | Originally committed as revision 16337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer2008-12-26
| | | | | | some but not all. Originally committed as revision 16336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic (moving pix_left update)Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Close gaping sechole. That is, a series of run=0 allows arbitrary data toMichael Niedermayer2008-12-26
| | | | | | be written over the end of the runs array. Originally committed as revision 16334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor simplificationMichael Niedermayer2008-12-26
| | | | Originally committed as revision 16333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge ff_ccitt_unpack_1d and 2d.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that an invalid run terminates the line.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l != vs. == (yes, my fault not kostya's).Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-12-26
| | | | Originally committed as revision 16329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify zero run handling in put_line().Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid negation in put_line().Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize mode switching in put_line().Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix (rewrite) find_group3_syncmarker().Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documentation for -passlogfile, the argument is not a file nameStefano Sabatini2008-12-26
| | | | | | but a prefix used to create the complete pass log file name. Originally committed as revision 16324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CCITT Fax Group 3 and 4 decompression by kostya.Michael Niedermayer2008-12-26
| | | | | | | 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
* Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini2008-12-26
| | | | Originally committed as revision 16322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASAO Nelly Moser implementation moved to a better place on mphq.Diego Biurrun2008-12-26
| | | | Originally committed as revision 16321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Choose better names for the variables in create_filter().Stefano Sabatini2008-12-26
| | | | Originally committed as revision 16320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documentation for avfilter_parse_graph().Stefano Sabatini2008-12-26
| | | | Originally committed as revision 16319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check that the device is a capture device immediately after openingStefano Sabatini2008-12-26
| | | | | | the device. Originally committed as revision 16318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary temporary variable "frame_size" fromStefano Sabatini2008-12-26
| | | | | | grab_read_header(). Originally committed as revision 16317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing check on the result of a VIDIOCCAPTURE ioctl.Stefano Sabatini2008-12-26
| | | | Originally committed as revision 16316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: put a space after each comma, improve consistency andStefano Sabatini2008-12-26
| | | | | | readability. Originally committed as revision 16315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/FFmpeg-devel/ffmpeg-devel/Benoit Fouet2008-12-26
| | | | Originally committed as revision 16314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation without optimization under 64-bit with x264 deblock asm enabled.Jason Garrett-Glaser2008-12-26
| | | | Originally committed as revision 16313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: add new h264 idct functionsMåns Rullgård2008-12-25
| | | | Originally committed as revision 16312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable usage of ff_h264_idct_add_altivec since AltiVec versions of ↵Guillaume Poirier2008-12-25
| | | | | | | | | | | 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
* Change mplayerhq.hu references to ffmpeg.org where appropriate.Diego Biurrun2008-12-25
| | | | Originally committed as revision 16310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix sample URL.Diego Biurrun2008-12-25
| | | | Originally committed as revision 16309 to svn://svn.ffmpeg.org/ffmpeg/trunk