16933 Commits (50e3477f0f2aabcc4a192af39c4a4f87da66bb85)
 

Author SHA1 Message Date
Diego Pettenò b5c44b1ab6 Mark some symbols in swscale.c as constant. 16 years ago
Diego Pettenò d0b69b2855 Mark dither_2x2_{8,4} static to swscale.c 16 years ago
Diego Pettenò faf6112e26 Mark variation-specific interleaveBytes static. 16 years ago
Diego Pettenò 6683a37f89 Invert logic for the single-pass in swScale() functions. 16 years ago
Carl Eugen Hoyos f5a2c9816e Change variable types from int to enum PixelFormat. 16 years ago
Michael Niedermayer 51f4155fef Make gcc 2.95 happy. 16 years ago
Vitor Sessak e150ef8d34 Do not set src[1] to the palette, it is now in the context 16 years ago
Vitor Sessak 4900461742 Add a new unscaled PAL8 -> RGB converter. 16 years ago
Aurelien Jacobs fd2b356a62 cosmetics: indentation 16 years ago
Aurelien Jacobs 6488cf9b09 lookup AVCodec by name 16 years ago
Aurelien Jacobs fc228c9014 allows calling avcodec_find_(en|de)coder_by_name with NULL parameter 16 years ago
Aurelien Jacobs 13394e8cbb Change one more variable type from int to enum PixelFormat. 16 years ago
Diego Biurrun 098b4169f1 Add a bunch of const qualifiers to function arguments. 16 years ago
Carl Eugen Hoyos 58e4b706c5 Change variable types from int to enum PixelFormat. 16 years ago
Roman Shaposhnik 4e92dabf60 replacing frame_rate and frame_rate_base with an AVRational time_base 16 years ago
Roman Shaposhnik a53621fca8 simplifying code as per Michael's suggestion 16 years ago
Roman Shaposhnik 45580f8d4d cosmetic updates as per Michael's suggestion 16 years ago
Roman Shaposhnik 90d30402b4 vertically aligning as per Michael's suggestion 16 years ago
Roman Shaposhnik 6a276c46b1 unrolling the loops as per Michael's suggestion 16 years ago
Roman Shaposhnik 0843ddcb91 fixing a bug that prevented proper unweighting table to be selected 16 years ago
Roman Shaposhnik 2b6cee9f1e Doxygenizing the comments 16 years ago
Roman Shaposhnik c9b0b38f45 simplifying the code as per Michael's suggestion 16 years ago
Diego Biurrun 8f271177b0 Sync cosmetics from upstream. 16 years ago
Alex Converse fbdae895f2 Rename variables to clarify the channel coupling element and corresponding 16 years ago
Alex Converse 5c2cb17206 Correct documentation of ch_select array. 16 years ago
Alex Converse 88de95c2f9 Corrections to channel coupling code to attain conformance for appropriate 16 years ago
Robert Swain 69bf69c77e Synchronise presets with recent subme/brdo/bidir_refine -> subme changes in 16 years ago
Diego Biurrun d8d12c1594 Remove obsolete liba52 wrapper code. 16 years ago
Stefano Sabatini 66e9aa7463 Make less verbose a sentence in the preset system documentation. 16 years ago
Luca Barbato 7cff2c7f44 gcc-apple specific fallback not necessary anymore (btw no apple hardware is less than a Intel core, thus it won't come there w/out disabling all the optimizations) 16 years ago
Vitor Sessak da708eaa22 Cosmetics: rename mace3_decode_frame() to mace_decode_frame() 16 years ago
Vitor Sessak 10c1d19212 Avoid code duplication between mace3_decode_frame() and mace6_decode_frame() 16 years ago
Stefano Sabatini 0093396cff Remove unused and invalid code from ffmpeg.c. 16 years ago
Diego Biurrun 02a6a6eea4 Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro. 16 years ago
Vitor Sessak b0e047de15 Use a for() instead of triplicating code. 16 years ago
Kostya Shishkov cba64af245 Register RV-[34] block specific feature for long future loop filter 16 years ago
Vitor Sessak 3a54087733 Factorize duplicate table reading code. 16 years ago
Stefano Sabatini 4a60e574bb Document the preset files system. 16 years ago
Baptiste Coudurier 5b9ce252a9 10l, fix amrwb sample rate 16 years ago
Aurelien Jacobs b7f4e76d3d matroskaenc: correct muxing of ASS packets 16 years ago
Aurelien Jacobs 291902c274 matroskaenc: use correct EBML ID for block duration 16 years ago
Aurelien Jacobs 1bfbe8ff9d matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size() 16 years ago
Aurelien Jacobs 8401c51407 matroskaenc: remove useless mkv_block_size() function 16 years ago
Michael Niedermayer 7ccc636f03 Favor even chunk sizes in ambiguous cases. 16 years ago
Michael Niedermayer f080a7bd90 Factorize stream id parsing. 16 years ago
Reimar Döffinger 6bc03a695b Make size variables in dyn_buf_write unsigned so gcc will not optimize the 16 years ago
Carl Eugen Hoyos 88e2a9aebc Remove b5Dither, g5Dither and r5Dither from libswscale. 16 years ago
Diego Biurrun 460a4fb99d Merge variable declaration and export. 16 years ago
Diego Pettenò 8539d8b573 Declare ff_pw_53 and ff_pw_18 as assembler constants. 16 years ago
Carl Eugen Hoyos 92c7b4713d Remove g6Dither from libswscale. 16 years ago