OSDN Git Service

coroid/ffmpeg_saccubus.git
2008-09-08 Michael NiedermayerDrop deprecated SAMPLE_FMT_S24.
2008-09-08 Michael NiedermayerRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-08 Michael NiedermayerTry to fix wma regression.
2008-09-08 Michael NiedermayerFix jpeg yuv.
2008-09-08 Diego BiurrunRelicense as ISC with the authors' permission.
2008-09-08 Baptiste Coudurierterminate tag tables by CODEC_ID_NONE
2008-09-08 Michael NiedermayerFix typo in comment.
2008-09-07 Michael NiedermayerFix accurate rounding mode on x86_64.
2008-09-07 Diego BiurrunRelicense from LGPL 2.1 to LGPL 2.1 or later with the...
2008-09-07 Vitor SessakCheck output buffer size before decoding.
2008-09-07 Vitor SessakCosmetics: rename vars s/ctx/chd/
2008-09-07 Luca BarbatoMake ToY and ToUV family of function consistent part I
2008-09-07 Vitor SessakExploit symmetry to reduce size of tables by half.
2008-09-07 Michael NiedermayerMake fast bilinear scaler work again.
2008-09-07 Aurelien Jacobsfix seek regression tests after r15229
2008-09-07 Vitor SessakCosmetics: s/short/int16_t/
2008-09-07 Vitor SessakRemove cast, now tables are signed.
2008-09-07 Vitor SessakConvert tables to signed and decimal.
2008-09-07 Vitor SessakRemove unused table entries.
2008-09-07 Vitor SessakRemove commented out code.
2008-09-07 Vitor SessakUse FFMIN() instead of rewriting it.
2008-09-07 Vitor SessakFactorize broken clipping in its own function and docum...
2008-09-07 Vitor SessakCosmetics: whitespace/linebreaks
2008-09-07 Vitor SessakUse the same 8 bit -> 16 bit conversion as QuickTime.
2008-09-07 Vitor SessakDo not share context variables between channels and...
2008-09-07 Vitor SessakRemove output pointer from context
2008-09-07 Stefan Gehreradd 1bpp decoding function and extend 4bpp function to
2008-09-07 Baptiste Coudurieradd missing html start tag to ffserver status html...
2008-09-07 Baptiste Couduriercleanup, merge snprintf calls
2008-09-07 Baptiste Coudurierset default bps to 16 in wav header
2008-09-07 Baptiste Coudurier100l, compute correctly poll_table size when allocating
2008-09-07 Ronald S. BultjeImplement RDT-specific data parsing routines. After...
2008-09-07 Ronald S. BultjeReindent after previous patch.
2008-09-07 Ronald S. BultjeImplement a RDT-specific SET_PARAMETER command that...
2008-09-07 Ronald S. BultjeAdd dynamic payload handlers to rdt.c. These follow...
2008-09-07 Ronald S. BultjeGive register_dynamic_payload_handler() in rtpdec.c...
2008-09-07 Aurelien Jacobsbump lavf micro version to allow checking for the matro...
2008-09-06 Aurelien Jacobsmatroskadec: remove now useless vstream and is_video_ke...
2008-09-06 Aurelien Jacobsmatroskadec: remove useless braces
2008-09-06 Aurelien Jacobsmatroskadec: ensure that the timecode added to the...
2008-09-06 Carl Eugen... Whitespace cosmetics
2008-09-06 Diego Biurrunlicense header consistency cosmetics.
2008-09-06 Diego BiurrunMention that libavcodec/ac3dec.c is GPLed.
2008-09-06 Diego Biurrunlicense header consistency cosmetics
2008-09-06 Vladimir VoroshilovRemove not approved parts.
2008-09-06 Vitor SessakTest a var for overflow just after it is set
2008-09-06 Vitor SessakRemove useless parentheses.
2008-09-06 Stefano SabatiniRemove wrong and unnecessary condition. VHOOK filters...
2008-09-06 JonYUndefine the macro which defines fprintf as please_use_...
2008-09-05 Jean DelvareAdd support for the RGB32 pixel format in video4linux2...
2008-09-05 Jean DelvareAdd support for the PIX_FMT_RGB555 and PIX_FMT_RGB565...
2008-09-05 Reimar DöffingerFix nuv decoder to use reget_buffer for non-keyframes...
2008-09-05 Baptiste Coudurierdo not fail if audio is uncompressed and frame size...
2008-09-05 Baptiste Couduriersimplify bps code by using av_get_bits_per_sample
2008-09-05 Baptiste Couduriersimplify function selection code
2008-09-05 Baptiste Coudurierenable yuv422p to uyvy converter
2008-09-05 Vitor SessakCosmetics: indent after last commit and remove useless...
2008-09-05 Vitor SessakSimplify: use a for instead of unrolling by hand
2008-09-04 Vitor SessakFunctions mace{3,6}_decode_frame() are just wrappers...
2008-09-04 Aurelien Jacobsmatroskadec: fix ASS subtitle track packets before...
2008-09-04 Baptiste Coudurieradd -xerror option, ffmpeg will now exit right when...
2008-09-04 Baptiste CoudurierFix msgsm in wav, do not set blkalign to frame size...
2008-09-04 Vitor SessakSimplify: use two distinct functions to decode MACE3...
2008-09-04 Vitor SessakSimplify mace_decode_frame()
2008-09-04 Aurelien Jacobsmatroska: subtitle display duration must be stored...
2008-09-04 Vitor SessakRemove useless comments
2008-09-04 Vitor SessakReindent mace.c, its indentation was completly inconsis...
2008-09-04 Michael NiedermayerMake 16bit grayscale output work.
2008-09-04 Baptiste Coudurierset block align and frame size for gsm in aiff
2008-09-04 Michael NiedermayerFix SWS_FAST_BILINEAR and SWS_POINT with some unscaled...
2008-09-04 Vitor SessakCosmetics: s/LPC_type/LPC_TYPE/
2008-09-04 Michael NiedermayerSupport PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
2008-09-04 Baptiste Coudurierprint error when deinterlacing fails
2008-09-04 Michael NiedermayerFix 4 and 8 bit RGB/BGR input.
2008-09-04 JonYProperly use av_log rather than fprintf/printf.
2008-09-04 Michael NiedermayerFix typo.
2008-09-04 Michael NiedermayerRemove workaround for rgb/bgr mess.
2008-09-04 Michael NiedermayerFix 4 of the unscaled rgb15/16 converters, each of...
2008-09-04 Michael Niedermayerrgb vs bgr fix for the unscaled converters.
2008-09-04 Baptiste Couduriercosmetics, remove whitespace
2008-09-04 Kurtnoiseactually write dac3 atom, patch by Kurtnoise, kurtnoise...
2008-09-04 Michael NiedermayerFix rgb15/16 vs. bgr part2.
2008-09-04 Damiano Galassiskip 2 bytes more when parsing ac3 frame, syncword...
2008-09-04 Michael NiedermayerFix rgb15/16 vs. bgr part1.
2008-09-04 Michael NiedermayerAdd fflush to prevent stdout & stderr from being mixed.
2008-09-04 Vitor SessakMultiply table by -1. This avoid doing this calculation...
2008-09-04 Michael NiedermayerFix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack...
2008-09-04 Vitor SessakAvoid duplicating compute_lpc_coefs() function in both...
2008-09-04 Peter RossRemove further 1sample=2byte assumptions within FFmpeg...
2008-09-03 Stefano SabatiniMake the nb_max_connections and nb_connections int...
2008-09-03 Baptiste Coudurierchange the logic to mux 13818-3 and 11172-3 in mp4...
2008-09-03 Baptiste Coudurierforbid mp3 < 16000hz in anything except mov
2008-09-03 Baptiste Coudurierdirac muxing support in mp4/mov
2008-09-03 Baptiste Couduriercosmetics, move up mpeg1video mp4 objecttype
2008-09-03 Baptiste Couduriercosmetics, change values to hex since mp4ra use hex
2008-09-03 Baptiste Couduriercosmetics, vertical align
2008-09-03 Baptiste Coudurierac3 muxing support in mov/mp4/m4v
2008-09-03 Michael NiedermayerIgnore the spec, and calculate aspect ratio on width...
2008-09-03 Stefano SabatiniMake the maximum number of simultaneous HTTP connection...
next