17559 Commits (ccf0071dee797b5b7ddcaf8d432a8a84a22f38ae)
 

Author SHA1 Message Date
Michael Niedermayer 268309750b Fix yet another sechole. 16 years ago
Michael Niedermayer 11c5999e20 Fix another sechole. 16 years ago
Michael Niedermayer 2a522579aa Minor simplification. 16 years ago
Michael Niedermayer f78a679177 Remove unused run_start variable. 16 years ago
Michael Niedermayer 6f5c00eb9f Move sync line pointers code to the end of the loop, it is simpler that way. 16 years ago
Michael Niedermayer e3a54b6694 Get rid of check for condition that is always true (run_off < avctx->width). 16 years ago
Michael Niedermayer 43ba8f3545 Get rid of pix_left in the 2d code, it is simpler that way. 16 years ago
Reynaldo H. Verdejo Pinochet a3636fa033 COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch. 16 years ago
Reynaldo H. Verdejo Pinochet 4f54fb54e3 Part 2 of Kenan Gillet's QCELP silence handling patch. 16 years ago
Michael Niedermayer 6fe68c7b97 Factorize "avctx->width + 2" out to avoid someone mistakenly changing 16 years ago
Michael Niedermayer 621e6525a6 cosmetic (moving pix_left update) 16 years ago
Michael Niedermayer 1d7985072c Close gaping sechole. That is, a series of run=0 allows arbitrary data to 16 years ago
Michael Niedermayer d02ab57a5f minor simplification 16 years ago
Michael Niedermayer 66909bc4f1 Merge ff_ccitt_unpack_1d and 2d. 16 years ago
Michael Niedermayer d68542f019 Ensure that an invalid run terminates the line. 16 years ago
Michael Niedermayer ec5bdf4989 10l != vs. == (yes, my fault not kostya's). 16 years ago
Michael Niedermayer 679f3fa901 indent 16 years ago
Michael Niedermayer 68d48cc592 Simplify zero run handling in put_line(). 16 years ago
Michael Niedermayer bc0f7a9c75 Avoid negation in put_line(). 16 years ago
Michael Niedermayer 4e60b64324 Factorize mode switching in put_line(). 16 years ago
Michael Niedermayer eb12536a31 Fix (rewrite) find_group3_syncmarker(). 16 years ago
Stefano Sabatini 44fe71133d Fix documentation for -passlogfile, the argument is not a file name 16 years ago
Michael Niedermayer 8d48db314e CCITT Fax Group 3 and 4 decompression by kostya. 16 years ago
Stefano Sabatini df2a3f2714 Use more descriptive long_names for Video4Linux input devices. 16 years ago
Diego Biurrun b8d62672f6 ASAO Nelly Moser implementation moved to a better place on mphq. 16 years ago
Stefano Sabatini e4a5f397fd Choose better names for the variables in create_filter(). 16 years ago
Stefano Sabatini 175821c631 Fix documentation for avfilter_parse_graph(). 16 years ago
Stefano Sabatini 7274a48035 Check that the device is a capture device immediately after opening 16 years ago
Stefano Sabatini f233d34821 Remove unnecessary temporary variable "frame_size" from 16 years ago
Stefano Sabatini fd867ffd43 Add missing check on the result of a VIDIOCCAPTURE ioctl. 16 years ago
Stefano Sabatini c40432d30c Cosmetics: put a space after each comma, improve consistency and 16 years ago
Benoit Fouet 5163c0d9a2 s/FFmpeg-devel/ffmpeg-devel/ 16 years ago
Jason Garrett-Glaser c1fc70362f Fix compilation without optimization under 64-bit with x264 deblock asm enabled. 16 years ago
Måns Rullgård 760badc1df ARM: add new h264 idct functions 16 years ago
Guillaume Poirier 337e3fd990 Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16, 16 years ago
Diego Biurrun 0fa5f24c3b Change mplayerhq.hu references to ffmpeg.org where appropriate. 16 years ago
Diego Biurrun ddaf298cee Fix sample URL. 16 years ago
avcoder bb0bfcd5ac The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER. 16 years ago
Loren Merritt 1cca8d2423 flatten an array, since gcc fails at optimizing multidimensional arrays 16 years ago
Michael Niedermayer 802e91466d export refs 16 years ago
Michael Niedermayer 53d55e9ea3 Allow decoders to set AVCodecContext.refs. 16 years ago
Michael Niedermayer 62ea19c061 Optimize pred_pskip_motion() 16 years ago
Ben Littler c26436ec46 add amr in avi riff tags 16 years ago
Michael Niedermayer ebfb0449d3 Indent 16 years ago
Michael Niedermayer 05d3fd44d7 Integrate get_te0_golomb() calls into the code, this allows some checks 16 years ago
Michael Niedermayer 9963b332d1 Use get_ue_golomb_31() where possible, almost all are just in headers 16 years ago
Michael Niedermayer 0be514625a Update golomb decoding tables so that get_*_golomb_31() return some 16 years ago
Michael Niedermayer 0e921e97c1 Add get_ue_golomb_31() 16 years ago
Víctor Paesa be8497b0ac Update again Cygwin Ports URL after my sloppy previous commit. 16 years ago
Michael Niedermayer 2f2893ce9b indent 16 years ago