summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fix nuv decoder to use reget_buffer for non-keyframes and correctlyReimar Döffinger2008-09-05
* do not fail if audio is uncompressed and frame size is not set, just set itBaptiste Coudurier2008-09-05
* simplify bps code by using av_get_bits_per_sampleBaptiste Coudurier2008-09-05
* simplify function selection codeBaptiste Coudurier2008-09-05
* enable yuv422p to uyvy converterBaptiste Coudurier2008-09-05
* Cosmetics: indent after last commit and remove useless bracesVitor Sessak2008-09-05
* Simplify: use a for instead of unrolling by handVitor Sessak2008-09-05
* Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This c...Vitor Sessak2008-09-04
* matroskadec: fix ASS subtitle track packets before emitting themAurelien Jacobs2008-09-04
* add -xerror option, ffmpeg will now exit right when an error occursBaptiste Coudurier2008-09-04
* Fix msgsm in wav, do not set blkalign to frame size, this is wrong,Baptiste Coudurier2008-09-04
* Simplify: use two distinct functions to decode MACE3 and MACE6, since theVitor Sessak2008-09-04