21304 Commits (55d2e32a409e62f19af0e0032a2b1f8f201465fb)
 

Author SHA1 Message Date
Anne-Laure de Smit 2aa6e87a97 Add support for SGI images without RLE compression. 15 years ago
Reimar Döffinger 5200b90147 Do not needlessly add 7 to put_buts_count before dividing by 8, 15 years ago
Reimar Döffinger f2ad907060 10l in code reading codec_name, the first byte is the length and should not 15 years ago
Reimar Döffinger 5baaf9adaf Use a "b" constraint instead of ebx clobber to detect if EBX is available. 15 years ago
Lasse Reinhold 391dbb54a6 Use floating point mathematics when encoding mpeg audio. 15 years ago
Reimar Döffinger 5dd76bd741 Return an error when the parsed mpc chunk size is negative, otherwise we 15 years ago
Reimar Döffinger 58f873dded Fix compilation of beosaudio.cpp, not tested if it actually works though. 15 years ago
Reimar Döffinger f494213c6d Fix typo in comment. 15 years ago
Reimar Döffinger 75ddee0a26 Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0 15 years ago
Reimar Döffinger eb0d04c325 Use ff_put_string in vorbis encoder. 15 years ago
Reimar Döffinger 003121091e Replace several #ifdef PIC with the more obvious and correct 15 years ago
Reimar Döffinger c9da676de4 Disable parsing for ogg streams where no ogg header was found, 15 years ago
Reimar Döffinger 19635234b1 Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpeg 15 years ago
Kostya Shishkov 53f9f9c91b When BitsPerSample tag is not present in TIFF, that means file is 15 years ago
Justin Ruggles 2ed4439658 Simplify stereo rematrixing by only using one temporary variable. It is also 15 years ago
Justin Ruggles 16c91d2b23 remove unneeded assignment in inner loop. rematrixing bands are contiguous. 15 years ago
Stefano Sabatini e935fa9e17 Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regression 15 years ago
Diego Biurrun a392f82a3a Remove disabled code cruft. 15 years ago
Michael Kostylev 0e829974f5 Fix md5 program invocation for BSD. 15 years ago
Reimar Döffinger 8f1e203a56 Use context instead of NULL for logging. 15 years ago
Reimar Döffinger ebb651d5f2 Make sure that dv encoder initializes all encoded packet data. 15 years ago
Diego Biurrun 8a8720c1bb cosmetics: K&R coding style, prettyprinting 15 years ago
Jason Garrett-Glaser 8ea08becfa Fix indentation in avcodec.h 15 years ago
Måns Rullgård 0e71841b05 WMA: fix loop unrolling in decode_exp_vlc() 15 years ago
Diego Biurrun a7adcf29cf whitespace cosmetics, prettyprinting, K&R coding style 15 years ago
Reimar Döffinger badce93dad Simplify r20025: use align_get_bits instead of reimplementing it. 15 years ago
Måns Rullgård 076a9dea1e WMA: store level_table as floats, use type punning for sign flip in decode 15 years ago
Måns Rullgård ff00b94e9d WMA: use type punning and unroll loops in decode_exp_vlc() 15 years ago
Måns Rullgård c0d1463da7 WMA: use a table instead of pow() in decode_exp_vlc 15 years ago
Reimar Döffinger 4b4ac5c7a8 Sync AC3 probe values with MP3 probe values, they have to avoid similar issues. 15 years ago
Reimar Döffinger f6765f3f04 Extend DV autodetection to also reliably detect single-frame DVs with 15 years ago
Anton Khirnov 6378b06208 Add id3v2 metadata conversion table and use it in mp3 muxer. 15 years ago
Kostya Shishkov a5568f4608 Make sure all the bits are written to output in fax data decoder. 15 years ago
Diego Biurrun 0b8e7ab059 some more linebreak and brace placement cosmetics 15 years ago
Diego Biurrun 5e56b30e1f brace placement and linebreak cosmetics 15 years ago
Robert Swain 754ff9a795 Refactor channel element configuration and mapping code into its own function 15 years ago
Robert Swain 2309923c5c Reindent after last commit 15 years ago
Robert Swain e22da6b637 AAC: Add channel layout support for channel configuration as defined in the 15 years ago
Kostya Shishkov d2cdf20147 cosmetics: reindent and reformat function declarations 15 years ago
Kostya Shishkov 8da5d3dc37 Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them 15 years ago
Kostya Shishkov 7c6f5238c6 Make TIFF decoder load compression options only for corresponding codec 15 years ago
Måns Rullgård ec71a8e00b ARM: NEON optimised vector_fmul_add 15 years ago
Måns Rullgård 35de5d2412 cosmetics: fix indentation after previous commit 15 years ago
Måns Rullgård 952e872198 Drop unused args from vector_fmul_add_add, simpify code, and rename 15 years ago
Stefano Sabatini 7f5c14210b Remove duplicated / stray code which slipped in with r20057. 15 years ago
Reimar Döffinger 06d7f30a9f Get rid of "function" "keywords" in lavfilter testing code, hopefully will 15 years ago
Martin Storsjö eec69b399a Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is 15 years ago
Stefano Sabatini 40e024091d Implement a lavfitest target for testing regressions in libavfilter. 15 years ago
Måns Rullgård d975e5e9b7 WMAPRO: use vector_fmul_scalar from dsputil where possible 15 years ago
Justin Ruggles 8b11b44ea7 Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl() 15 years ago