| Commit message (Expand) | Author | Age | Files | Lines |
* | Make MS RLE decoder produce both bottom-up and top-down pictures | Kostya Shishkov | 2009-10-01 | 1 | -2/+4 |
* | Change an error to a warning to support broken AC-3 files known to exist. | Justin Ruggles | 2009-10-01 | 1 | -2/+2 |
* | Support constant-quant encoding for libtheora | David Conrad | 2009-09-30 | 1 | -2/+13 |
* | configure: break a long line | Måns Rullgård | 2009-09-30 | 1 | -1/+2 |
* | Re-add check for compilation failure with ebx clobber, and only set | Reimar Döffinger | 2009-09-30 | 1 | -1/+1 |
* | 10l: wrong operation in stereo rematrixing | Justin Ruggles | 2009-09-30 | 1 | -1/+1 |
* | configure: return result of test from check_asm | Måns Rullgård | 2009-09-30 | 1 | -1/+2 |
* | Add support for SGI images without RLE compression. | Anne-Laure de Smit | 2009-09-30 | 1 | -1/+15 |
* | Do not needlessly add 7 to put_buts_count before dividing by 8, | Reimar Döffinger | 2009-09-30 | 1 | -4/+4 |
* | 10l in code reading codec_name, the first byte is the length and should not | Reimar Döffinger | 2009-09-30 | 1 | -1/+1 |
* | Use a "b" constraint instead of ebx clobber to detect if EBX is available. | Reimar Döffinger | 2009-09-30 | 1 | -1/+1 |
* | Use floating point mathematics when encoding mpeg audio. | Lasse Reinhold | 2009-09-30 | 3 | -9/+9 |
* | Return an error when the parsed mpc chunk size is negative, otherwise we | Reimar Döffinger | 2009-09-30 | 1 | -0/+2 |
* | Fix compilation of beosaudio.cpp, not tested if it actually works though. | Reimar Döffinger | 2009-09-30 | 1 | -3/+5 |
* | Fix typo in comment. | Reimar Döffinger | 2009-09-30 | 1 | -1/+1 |
* | Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0 | Reimar Döffinger | 2009-09-30 | 1 | -4/+1 |
* | Use ff_put_string in vorbis encoder. | Reimar Döffinger | 2009-09-30 | 1 | -6/+3 |
* | Replace several #ifdef PIC with the more obvious and correct | Reimar Döffinger | 2009-09-30 | 2 | -10/+10 |
* | Disable parsing for ogg streams where no ogg header was found, | Reimar Döffinger | 2009-09-30 | 1 | -0/+5 |
* | Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpeg | Reimar Döffinger | 2009-09-30 | 1 | -2/+7 |
* | When BitsPerSample tag is not present in TIFF, that means file is | Kostya Shishkov | 2009-09-30 | 1 | -2/+13 |
* | Simplify stereo rematrixing by only using one temporary variable. It is also | Justin Ruggles | 2009-09-30 | 1 | -5/+3 |
* | remove unneeded assignment in inner loop. rematrixing bands are contiguous. | Justin Ruggles | 2009-09-30 | 1 | -1/+2 |
* | Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regression | Stefano Sabatini | 2009-09-29 | 1 | -1/+1 |
* | Remove disabled code cruft. | Diego Biurrun | 2009-09-29 | 1 | -52/+0 |
* | Fix md5 program invocation for BSD. | Michael Kostylev | 2009-09-29 | 1 | -1/+1 |
* | Use context instead of NULL for logging. | Reimar Döffinger | 2009-09-29 | 1 | -2/+2 |
* | Make sure that dv encoder initializes all encoded packet data. | Reimar Döffinger | 2009-09-29 | 4 | -8/+17 |
* | cosmetics: K&R coding style, prettyprinting | Diego Biurrun | 2009-09-29 | 1 | -112/+111 |
* | Fix indentation in avcodec.h | Jason Garrett-Glaser | 2009-09-29 | 1 | -1/+1 |
* | WMA: fix loop unrolling in decode_exp_vlc() | Måns Rullgård | 2009-09-29 | 1 | -12/+12 |
* | whitespace cosmetics, prettyprinting, K&R coding style | Diego Biurrun | 2009-09-29 | 5 | -3190/+3194 |
* | Simplify r20025: use align_get_bits instead of reimplementing it. | Reimar Döffinger | 2009-09-29 | 1 | -2/+2 |
* | WMA: store level_table as floats, use type punning for sign flip in decode | Måns Rullgård | 2009-09-29 | 4 | -11/+18 |
* | WMA: use type punning and unroll loops in decode_exp_vlc() | Måns Rullgård | 2009-09-29 | 1 | -6/+16 |
* | WMA: use a table instead of pow() in decode_exp_vlc | Måns Rullgård | 2009-09-29 | 1 | -4/+73 |
* | Sync AC3 probe values with MP3 probe values, they have to avoid similar issues. | Reimar Döffinger | 2009-09-29 | 2 | -2/+7 |
* | Extend DV autodetection to also reliably detect single-frame DVs with | Reimar Döffinger | 2009-09-29 | 1 | -1/+6 |
* | Add id3v2 metadata conversion table and use it in mp3 muxer. | Anton Khirnov | 2009-09-29 | 3 | -0/+23 |
* | Make sure all the bits are written to output in fax data decoder. | Kostya Shishkov | 2009-09-29 | 1 | -0/+1 |
* | some more linebreak and brace placement cosmetics | Diego Biurrun | 2009-09-28 | 3 | -16/+29 |
* | brace placement and linebreak cosmetics | Diego Biurrun | 2009-09-28 | 5 | -162/+226 |
* | Refactor channel element configuration and mapping code into its own function | Robert Swain | 2009-09-28 | 1 | -23/+39 |
* | Reindent after last commit | Robert Swain | 2009-09-28 | 1 | -21/+21 |
* | AAC: Add channel layout support for channel configuration as defined in the | Robert Swain | 2009-09-28 | 2 | -5/+46 |
* | cosmetics: reindent and reformat function declarations | Kostya Shishkov | 2009-09-28 | 2 | -4/+6 |
* | Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them | Kostya Shishkov | 2009-09-28 | 3 | -6/+5 |
* | Make TIFF decoder load compression options only for corresponding codec | Kostya Shishkov | 2009-09-28 | 1 | -1/+5 |
* | ARM: NEON optimised vector_fmul_add | Måns Rullgård | 2009-09-27 | 2 | -0/+30 |
* | cosmetics: fix indentation after previous commit | Måns Rullgård | 2009-09-27 | 2 | -45/+45 |