summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Try to fix wma regression.Michael Niedermayer2008-09-08
* Fix jpeg yuv.Michael Niedermayer2008-09-08
* Relicense as ISC with the authors' permission.Diego Biurrun2008-09-08
* terminate tag tables by CODEC_ID_NONEBaptiste Coudurier2008-09-08
* Fix typo in comment.Michael Niedermayer2008-09-08
* Fix accurate rounding mode on x86_64.Michael Niedermayer2008-09-07
* Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission.Diego Biurrun2008-09-07
* Check output buffer size before decoding.Vitor Sessak2008-09-07
* Cosmetics: rename vars s/ctx/chd/Vitor Sessak2008-09-07
* Make ToY and ToUV family of function consistent part ILuca Barbato2008-09-07
* Exploit symmetry to reduce size of tables by half.Vitor Sessak2008-09-07
* Make fast bilinear scaler work again.Michael Niedermayer2008-09-07
* fix seek regression tests after r15229Aurelien Jacobs2008-09-07
* Cosmetics: s/short/int16_t/Vitor Sessak2008-09-07
* Remove cast, now tables are signed.Vitor Sessak2008-09-07
* Convert tables to signed and decimal.Vitor Sessak2008-09-07
* Remove unused table entries.Vitor Sessak2008-09-07
* Remove commented out code.Vitor Sessak2008-09-07
* Use FFMIN() instead of rewriting it.Vitor Sessak2008-09-07
* Factorize broken clipping in its own function and document it.Vitor Sessak2008-09-07
* Cosmetics: whitespace/linebreaksVitor Sessak2008-09-07
* Use the same 8 bit -> 16 bit conversion as QuickTime.Vitor Sessak2008-09-07
* Do not share context variables between channels and do not zero them atVitor Sessak2008-09-07
* Remove output pointer from contextVitor Sessak2008-09-07
* add 1bpp decoding function and extend 4bpp function toStefan Gehrer2008-09-07
* add missing html start tag to ffserver status html pageBaptiste Coudurier2008-09-07
* cleanup, merge snprintf callsBaptiste Coudurier2008-09-07
* set default bps to 16 in wav headerBaptiste Coudurier2008-09-07
* 100l, compute correctly poll_table size when allocatingBaptiste Coudurier2008-09-07
* Implement RDT-specific data parsing routines. After these changes, simpleRonald S. Bultje2008-09-07
* Reindent after previous patch.Ronald S. Bultje2008-09-07
* Implement a RDT-specific SET_PARAMETER command that subscribes to theRonald S. Bultje2008-09-07
* Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje2008-09-07
* Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and exportRonald S. Bultje2008-09-07
* bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211Aurelien Jacobs2008-09-07
* matroskadec: remove now useless vstream and is_video_key_frameAurelien Jacobs2008-09-06
* matroskadec: remove useless bracesAurelien Jacobs2008-09-06
* matroskadec: ensure that the timecode added to the index are is the oneAurelien Jacobs2008-09-06
* Whitespace cosmeticsCarl Eugen Hoyos2008-09-06
* license header consistency cosmetics.Diego Biurrun2008-09-06
* Mention that libavcodec/ac3dec.c is GPLed.Diego Biurrun2008-09-06
* license header consistency cosmeticsDiego Biurrun2008-09-06
* Remove not approved parts.Vladimir Voroshilov2008-09-06
* Test a var for overflow just after it is setVitor Sessak2008-09-06
* Remove useless parentheses.Vitor Sessak2008-09-06
* Remove wrong and unnecessary condition. VHOOK filters are not specialStefano Sabatini2008-09-06
* Undefine the macro which defines fprintf as please_use_av_log so thatJonY2008-09-06
* Add support for the RGB32 pixel format in video4linux2 devicesJean Delvare2008-09-05
* Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats inJean Delvare2008-09-05