16518 Commits (0a23c0bbdb64cc211df15e37e5df9d44ed04b5db)
 

Author SHA1 Message Date
Vitor Sessak 5659156760 Cosmetics: whitespace/linebreaks 16 years ago
Vitor Sessak c8e0861e49 Use the same 8 bit -> 16 bit conversion as QuickTime. 16 years ago
Vitor Sessak 4ea70242a8 Do not share context variables between channels and do not zero them at 16 years ago
Vitor Sessak b6d544f54e Remove output pointer from context 16 years ago
Stefan Gehrer bd547403fe add 1bpp decoding function and extend 4bpp function to 16 years ago
Baptiste Coudurier 31296f6eec add missing html start tag to ffserver status html page 16 years ago
Baptiste Coudurier a3aa4fed62 cleanup, merge snprintf calls 16 years ago
Baptiste Coudurier 24b8aa84d0 set default bps to 16 in wav header 16 years ago
Baptiste Coudurier a7f361eb13 100l, compute correctly poll_table size when allocating 16 years ago
Ronald S. Bultje 4fce284c08 Implement RDT-specific data parsing routines. After these changes, simple 16 years ago
Ronald S. Bultje 99b2ac0797 Reindent after previous patch. 16 years ago
Ronald S. Bultje 1256d16b6c Implement a RDT-specific SET_PARAMETER command that subscribes to the 16 years ago
Ronald S. Bultje ff13ba92fd Add dynamic payload handlers to rdt.c. These follow the same API as the ones 16 years ago
Ronald S. Bultje 0369d2b045 Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export 16 years ago
Aurelien Jacobs 74cf481970 bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 16 years ago
Aurelien Jacobs a3467f8608 matroskadec: remove now useless vstream and is_video_key_frame 16 years ago
Aurelien Jacobs dbfb0e5f36 matroskadec: remove useless braces 16 years ago
Aurelien Jacobs 24c3da1637 matroskadec: ensure that the timecode added to the index are is the one 16 years ago
Carl Eugen Hoyos 2003e200e0 Whitespace cosmetics 16 years ago
Diego Biurrun 4f31c990d8 license header consistency cosmetics. 16 years ago
Diego Biurrun 78a754cec1 Mention that libavcodec/ac3dec.c is GPLed. 16 years ago
Diego Biurrun a0528ed7de license header consistency cosmetics 16 years ago
Vladimir Voroshilov 1357b1de00 Remove not approved parts. 16 years ago
Vitor Sessak 4fdb41a84b Test a var for overflow just after it is set 16 years ago
Vitor Sessak a90fbeec2a Remove useless parentheses. 16 years ago
Stefano Sabatini 6123abad2e Remove wrong and unnecessary condition. VHOOK filters are not special 16 years ago
JonY b359a90f95 Undefine the macro which defines fprintf as please_use_av_log so that 16 years ago
Jean Delvare 92d04e765e Add support for the RGB32 pixel format in video4linux2 devices 16 years ago
Jean Delvare 97a290efcb Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats in 16 years ago
Reimar Döffinger 2881a656ff Fix nuv decoder to use reget_buffer for non-keyframes and correctly 16 years ago
Baptiste Coudurier cf74dd4a5c do not fail if audio is uncompressed and frame size is not set, just set it 16 years ago
Baptiste Coudurier 235a51ad31 simplify bps code by using av_get_bits_per_sample 16 years ago
Baptiste Coudurier 3b38f1c60b simplify function selection code 16 years ago
Baptiste Coudurier a6100f39a1 enable yuv422p to uyvy converter 16 years ago
Vitor Sessak e10049bef5 Cosmetics: indent after last commit and remove useless braces 16 years ago
Vitor Sessak 1b0dc0120d Simplify: use a for instead of unrolling by hand 16 years ago
Vitor Sessak fb17d9ff54 Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This commit 16 years ago
Aurelien Jacobs 3eb9bfbb84 matroskadec: fix ASS subtitle track packets before emitting them 16 years ago
Baptiste Coudurier f2abc55945 add -xerror option, ffmpeg will now exit right when an error occurs 16 years ago
Baptiste Coudurier 52cf395407 Fix msgsm in wav, do not set blkalign to frame size, this is wrong, 16 years ago
Vitor Sessak 78df225866 Simplify: use two distinct functions to decode MACE3 and MACE6, since the 16 years ago
Vitor Sessak b97c413832 Simplify mace_decode_frame() 16 years ago
Aurelien Jacobs 62c24705c8 matroska: subtitle display duration must be stored in pkt->convergence_duration 16 years ago
Vitor Sessak 647148c638 Remove useless comments 16 years ago
Vitor Sessak 251d75f292 Reindent mace.c, its indentation was completly inconsistent with the coding rules. 16 years ago
Michael Niedermayer b0880d5da4 Make 16bit grayscale output work. 16 years ago
Baptiste Coudurier 5d79f30d70 set block align and frame size for gsm in aiff 16 years ago
Michael Niedermayer 736143c8d9 Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters. 16 years ago
Vitor Sessak 82ab49dc41 Cosmetics: s/LPC_type/LPC_TYPE/ 16 years ago
Michael Niedermayer 9990e4269c Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. 16 years ago