15931 Commits (5143684891cae4ec23c599f337c31dd47de13ed3)
 

Author SHA1 Message Date
Vitor Sessak 42fe17a018 Check output buffer size before decoding. 16 years ago
Vitor Sessak d636f0cc39 Cosmetics: rename vars s/ctx/chd/ 16 years ago
Luca Barbato 97b93389af Make ToY and ToUV family of function consistent part I 16 years ago
Vitor Sessak f36aec3b5e Exploit symmetry to reduce size of tables by half. 16 years ago
Michael Niedermayer d63a2cb103 Make fast bilinear scaler work again. 16 years ago
Aurelien Jacobs 0b393b7a4e fix seek regression tests after r15229 16 years ago
Vitor Sessak b8a5f62144 Cosmetics: s/short/int16_t/ 16 years ago
Vitor Sessak b1547a7817 Remove cast, now tables are signed. 16 years ago
Vitor Sessak fc1d3e004f Convert tables to signed and decimal. 16 years ago
Vitor Sessak e7ff335935 Remove unused table entries. 16 years ago
Vitor Sessak 934bc927a8 Remove commented out code. 16 years ago
Vitor Sessak f9f7210e5e Use FFMIN() instead of rewriting it. 16 years ago
Vitor Sessak 42c7aeea67 Factorize broken clipping in its own function and document it. 16 years ago
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