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