15955 Commits (631e8afb8c59a0759e57ade1c8a910bb46e0fd6d)
 

Author SHA1 Message Date
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
Baptiste Coudurier 6b682df233 print error when deinterlacing fails 16 years ago
Michael Niedermayer 1462302027 Fix 4 and 8 bit RGB/BGR input. 16 years ago
JonY f2eb8c5bf6 Properly use av_log rather than fprintf/printf. 16 years ago
Michael Niedermayer 991945d0e4 Fix typo. 16 years ago
Michael Niedermayer d52337af70 Remove workaround for rgb/bgr mess. 16 years ago
Michael Niedermayer 7372e9bbe5 Fix 4 of the unscaled rgb15/16 converters, each of these contained 16 years ago
Michael Niedermayer 6107059c2c rgb vs bgr fix for the unscaled converters. 16 years ago
Baptiste Coudurier efa1fb39d2 cosmetics, remove whitespace 16 years ago
Kurtnoise 4ed1942008 actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr 16 years ago
Michael Niedermayer 27a90b0450 Fix rgb15/16 vs. bgr part2. 16 years ago
Damiano Galassi 544a0f47af skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits, 16 years ago
Michael Niedermayer 688b5e8020 Fix rgb15/16 vs. bgr part1. 16 years ago
Michael Niedermayer ae9e0e8391 Add fflush to prevent stdout & stderr from being mixed. 16 years ago