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-30Return an error when the parsed mpc chunk size is negative, otherwise weReimar Döffinger
2009-09-30Fix compilation of beosaudio.cpp, not tested if it actually works though.Reimar Döffinger
2009-09-30Fix typo in comment.Reimar Döffinger
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-30Disable parsing for ogg streams where no ogg header was found,Reimar Döffinger
2009-09-30Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpegReimar 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-30Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regressionStefano Sabatini
2009-09-30Remove disabled code cruft.Diego Biurrun
2009-09-29Fix md5 program invocation for BSD.Michael Kostylev
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-29Sync AC3 probe values with MP3 probe values, they have to avoid similar issues.Reimar Döffinger
2009-09-29Extend DV autodetection to also reliably detect single-frame DVs withReimar Döffinger
2009-09-29Add id3v2 metadata conversion table and use it in mp3 muxer.Anton Khirnov
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-27Remove duplicated / stray code which slipped in with r20057.Stefano Sabatini
2009-09-27Get rid of "function" "keywords" in lavfilter testing code, hopefully willReimar Döffinger
2009-09-27Do not compile ZLib data uncompressing function in TIFF decoder when ZLib isMartin Storsjö
2009-09-27Implement a lavfitest target for testing regressions in libavfilter.Stefano Sabatini
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