summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Simplify mace_decode_frame()Vitor Sessak2008-09-04
* matroska: subtitle display duration must be stored in pkt->convergence_durationAurelien Jacobs2008-09-04
* Remove useless commentsVitor Sessak2008-09-04
* Reindent mace.c, its indentation was completly inconsistent with the coding r...Vitor Sessak2008-09-04
* Make 16bit grayscale output work.Michael Niedermayer2008-09-04
* set block align and frame size for gsm in aiffBaptiste Coudurier2008-09-04
* Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.Michael Niedermayer2008-09-04
* Cosmetics: s/LPC_type/LPC_TYPE/Vitor Sessak2008-09-04
* Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer2008-09-04
* print error when deinterlacing failsBaptiste Coudurier2008-09-04
* Fix 4 and 8 bit RGB/BGR input.Michael Niedermayer2008-09-04
* Properly use av_log rather than fprintf/printf.JonY2008-09-04
* Fix typo.Michael Niedermayer2008-09-04
* Remove workaround for rgb/bgr mess.Michael Niedermayer2008-09-04
* Fix 4 of the unscaled rgb15/16 converters, each of these containedMichael Niedermayer2008-09-04
* rgb vs bgr fix for the unscaled converters.Michael Niedermayer2008-09-04
* cosmetics, remove whitespaceBaptiste Coudurier2008-09-04
* actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot frKurtnoise2008-09-04