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 (Expand)Author
2009-09-30Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0Reimar Döffinger
2009-09-30Use ff_put_string in vorbis encoder.Reimar Döffinger
2009-09-30Replace several #ifdef PIC with the more obvious and correctReimar Döffinger
2009-09-30When BitsPerSample tag is not present in TIFF, that means file isKostya Shishkov
2009-09-30Simplify stereo rematrixing by only using one temporary variable. It is alsoJustin Ruggles
2009-09-30remove unneeded assignment in inner loop. rematrixing bands are contiguous.Justin Ruggles
2009-09-29Use context instead of NULL for logging.Reimar Döffinger
2009-09-29Make sure that dv encoder initializes all encoded packet data.Reimar Döffinger
2009-09-29cosmetics: K&R coding style, prettyprintingDiego Biurrun
2009-09-29Fix indentation in avcodec.hJason Garrett-Glaser
2009-09-29WMA: fix loop unrolling in decode_exp_vlc()Måns Rullgård
2009-09-29whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun
2009-09-29Simplify r20025: use align_get_bits instead of reimplementing it.Reimar Döffinger
2009-09-29WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård
2009-09-29WMA: use type punning and unroll loops in decode_exp_vlc()Måns Rullgård
2009-09-29WMA: use a table instead of pow() in decode_exp_vlcMåns Rullgård
2009-09-29Make sure all the bits are written to output in fax data decoder.Kostya Shishkov
2009-09-29some more linebreak and brace placement cosmeticsDiego Biurrun
2009-09-29brace placement and linebreak cosmeticsDiego Biurrun
2009-09-28Refactor channel element configuration and mapping code into its own functionRobert Swain
2009-09-28Reindent after last commitRobert Swain
2009-09-28AAC: Add channel layout support for channel configuration as defined in theRobert Swain
2009-09-28cosmetics: reindent and reformat function declarationsKostya Shishkov
2009-09-28Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of themKostya Shishkov
2009-09-28Make TIFF decoder load compression options only for corresponding codecKostya Shishkov
2009-09-27ARM: NEON optimised vector_fmul_addMåns Rullgård
2009-09-27cosmetics: fix indentation after previous commitMåns Rullgård
2009-09-27Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård
2009-09-27Do not compile ZLib data uncompressing function in TIFF decoder when ZLib isMartin Storsjö
2009-09-27WMAPRO: use vector_fmul_scalar from dsputil where possibleMåns Rullgård
2009-09-27Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl()Justin Ruggles
2009-09-27Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data,Kostya Shishkov
2009-09-27Move variable declaration to inside of loop.Justin Ruggles
2009-09-27Cosmetics: Rename some variables.Justin Ruggles
2009-09-27Simplify coupling band loop.Justin Ruggles
2009-09-27Remove unneeded table lookup.Justin Ruggles
2009-09-27Cosmetics: Rename some variables to be more descriptive of their use.Justin Ruggles
2009-09-27Move some variable declarations to inside of loops.Justin Ruggles
2009-09-27Remove unneeded variable.Justin Ruggles
2009-09-27Cosmetics: Rename some variables to be more descriptive of their use.Justin Ruggles
2009-09-27Remove some unneeded variables.Justin Ruggles
2009-09-27Cosmetics: Rename some variablesJustin Ruggles
2009-09-27simplify 2 lines into 1 using FFMINJustin Ruggles
2009-09-27Cosmetics: Do some basic pretty-printing.Justin Ruggles
2009-09-27Simplify by combining increment with array access.Justin Ruggles
2009-09-27cosmetics: Rename some variables to be more descriptive of their use. Do someJustin Ruggles
2009-09-27Move 2 variable declarations to inside of loop.Justin Ruggles
2009-09-27simplify by combining increment with array accessJustin Ruggles
2009-09-27Remove unneeded variableJustin Ruggles
2009-09-27Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set.Justin Ruggles