21024 Commits (9a9964c50ed85a0bf8d8ab384801d4ea07017f76)
 

Author SHA1 Message Date
Reimar Döffinger 43d7c6118d put_bits can only reliably write up to 31 bit bits, above it relies on 15 years ago
Reimar Döffinger ec65675504 Use MANGLE in cavsdsp, the current version using "m" constraints will not 15 years ago
Diego Biurrun f0ef7beeb6 Document -sn option. 15 years ago
Benoit Fouet 05ec0c0012 Fix indentation after last commit. 15 years ago
Anne-Laure de Smit e23dd95dc2 Add support for TARGA images without RLE compression. 15 years ago
Diego Biurrun 07f77dad7a Explain the process of patch review and commit a bit. 15 years ago
Aurelien Jacobs e471e3c4a5 Fix playback of strange AVI files with stray LIST. 15 years ago
Diego Biurrun 2499f4e09e Fix wrongly indented block. 15 years ago
Diego Biurrun 081c14a318 Use "!exp" instead of "exp == NULL" in if condition. 15 years ago
Diego Biurrun 37a4269d70 cosmetics: K&R coding style, prettyprinting 15 years ago
Kostya Shishkov a8b95021e5 Do not attempt to decode TIFF files containing fax data with uncompressed 15 years ago
Kostya Shishkov 8355572f91 lavc MJPEG decoder is capable of decoding some extended sequential 15 years ago
Kostya Shishkov 5073cca404 Make BMP decoder produce flipped picture with RLE compression. 15 years ago
Kostya Shishkov b08de903cd Make MS RLE decoder produce both bottom-up and top-down pictures 15 years ago
Justin Ruggles 535497f193 Change an error to a warning to support broken AC-3 files known to exist. 15 years ago
David Conrad 6945c2bc4c Support constant-quant encoding for libtheora 15 years ago
Måns Rullgård 7cee5421d6 configure: break a long line 15 years ago
Reimar Döffinger e04a3c9613 Re-add check for compilation failure with ebx clobber, and only set 15 years ago
Justin Ruggles 3fdccca091 10l: wrong operation in stereo rematrixing 15 years ago
Måns Rullgård 49214f61a5 configure: return result of test from check_asm 15 years ago
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