summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* simple_idct: use MUL16 and MAC16 from mathops.hMåns Rullgård2008-12-271-36/+17
* Avoid POSIX-reserved _t namespace.Diego Biurrun2008-12-271-3/+3
* Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.Stefano Sabatini2008-12-271-1/+1
* Add missing check on the return value of the VIDIOCSWIN ioctl.Stefano Sabatini2008-12-271-1/+4
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-271-3/+3
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-279-16/+16
* Remove stray codeLuca Barbato2008-12-271-25/+0
* Cleanup _t types in libavcodec/ppcLuca Barbato2008-12-275-338/+330
* Change thisIsAVar variable names to this_is_a_var style, moreStefano Sabatini2008-12-271-36/+36
* Bump minor number for many small improvements, tiff fax decoding,Reimar Döffinger2008-12-271-1/+1
* Fix and extend documentation for avfilter_graph_get_filter().Stefano Sabatini2008-12-261-1/+4
* Fix typo: ommitted -> omitted.Stefano Sabatini2008-12-261-2/+2
* ARM: NEON optimised float_to_int16Måns Rullgård2008-12-262-0/+345
* Put pass_logfilename_prefix check on a single line, improve readability.Stefano Sabatini2008-12-261-2/+2
* Rename variables:Stefano Sabatini2008-12-261-5/+5
* Enable faxcompr.Michael Niedermayer2008-12-262-10/+36
* indentMichael Niedermayer2008-12-261-1/+1
* Simplify vertical modeMichael Niedermayer2008-12-261-3/+0
* And another sechole ...Michael Niedermayer2008-12-261-1/+1
* Fix yet another sechole.Michael Niedermayer2008-12-261-3/+4
* Fix another sechole.Michael Niedermayer2008-12-261-6/+6
* Minor simplification.Michael Niedermayer2008-12-261-1/+1
* Remove unused run_start variable.Michael Niedermayer2008-12-261-1/+0
* Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer2008-12-261-5/+5
* Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer2008-12-261-1/+1
* Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer2008-12-261-11/+8
* COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet2008-12-261-4/+4
* Part 2 of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet2008-12-261-5/+20
* Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer2008-12-261-3/+4
* cosmetic (moving pix_left update)Michael Niedermayer2008-12-261-1/+1
* Close gaping sechole. That is, a series of run=0 allows arbitrary data toMichael Niedermayer2008-12-261-6/+21
* minor simplificationMichael Niedermayer2008-12-261-2/+2
* Merge ff_ccitt_unpack_1d and 2d.Michael Niedermayer2008-12-262-41/+8
* Ensure that an invalid run terminates the line.Michael Niedermayer2008-12-261-1/+1
* 10l != vs. == (yes, my fault not kostya's).Michael Niedermayer2008-12-261-1/+1
* indentMichael Niedermayer2008-12-261-1/+1
* Simplify zero run handling in put_line().Michael Niedermayer2008-12-261-3/+1
* Avoid negation in put_line().Michael Niedermayer2008-12-261-4/+4
* Factorize mode switching in put_line().Michael Niedermayer2008-12-261-3/+2
* Fix (rewrite) find_group3_syncmarker().Michael Niedermayer2008-12-261-7/+7
* Fix documentation for -passlogfile, the argument is not a file nameStefano Sabatini2008-12-261-3/+4
* CCITT Fax Group 3 and 4 decompression by kostya.Michael Niedermayer2008-12-262-0/+384
* Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini2008-12-262-2/+2
* ASAO Nelly Moser implementation moved to a better place on mphq.Diego Biurrun2008-12-261-1/+1
* Choose better names for the variables in create_filter().Stefano Sabatini2008-12-261-14/+14
* Fix documentation for avfilter_parse_graph().Stefano Sabatini2008-12-261-2/+3
* Check that the device is a capture device immediately after openingStefano Sabatini2008-12-261-8/+8
* Remove unnecessary temporary variable "frame_size" fromStefano Sabatini2008-12-261-4/+3
* Add missing check on the result of a VIDIOCCAPTURE ioctl.Stefano Sabatini2008-12-261-1/+4
* Cosmetics: put a space after each comma, improve consistency andStefano Sabatini2008-12-261-5/+5