]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-09-09 aurelmatroskadec: after seeking, skeep up to the desired...
2008-09-09 aurelmatroskadec: move timecode calculation a little earlier
2008-09-09 aurelmatroskadec: sanitize track time_scale before using it
2008-09-09 bcoudurierprint stream index in decimal not in hex, easier for...
2008-09-08 aurelremove one more stuff under #if LIBAVCODEC_VERSION_INT
2008-09-08 bcoudurierset block align in av_write_header if not set, fix...
2008-09-08 bcoudurierwrite copyright metadata tag
2008-09-08 jai_menonalac : fix case where bits_per_sample is not set.
2008-09-08 vitorRemove useless comment
2008-09-08 vitorNormalize triplets in gain_val_tab[][] so gain_exp_tab...
2008-09-08 michaelRemove deprecated avcodec_decode_audio() this one was...
2008-09-08 michaelavcodec_find_best_pix_fmt() needs a 64bit mask as there...
2008-09-08 michaelRename error_resilience to error_recognizion.
2008-09-08 vitorPass directly variable 'a' to interp instead of evaluat...
2008-09-08 vitorSimplify if() in copy_and_dup()
2008-09-08 vitorAdd av_cold attribute to decode_init()
2008-09-08 vitorCosmetics: Make the two additional units in size more...
2008-09-08 michaelRemove DEFAULT_FRAME_RATE_BASE.
2008-09-08 michaelDrop deprecated SAMPLE_FMT_S24.
2008-09-08 michaelRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-09-08 michaelTry to fix wma regression.
2008-09-08 diegoRelicense as ISC with the authors' permission.
2008-09-08 bcoudurierterminate tag tables by CODEC_ID_NONE
2008-09-07 diegoRelicense from LGPL 2.1 to LGPL 2.1 or later with the...
2008-09-07 vitorCheck output buffer size before decoding.
2008-09-07 vitorCosmetics: rename vars s/ctx/chd/
2008-09-07 vitorUse tables symetry to reduce their size by half.
2008-09-07 aurelfix seek regression tests after r15229
2008-09-07 vitorCosmetics: s/short/int16_t/
2008-09-07 vitorRemove cast, now tables are signed.
2008-09-07 vitorConvert tables to signed and decimal.
2008-09-07 vitorRemove unused table entries.
2008-09-07 vitorRemove commented out code.
2008-09-07 vitorUse FFMIN() instead of rewriting it.
2008-09-07 vitorFactorize broken clipping in its own function and docum...
2008-09-07 vitorCosmetics: whitespace/linebreaks
2008-09-07 vitorUse the same 8 bit -> 16 bit convertion as quicktime
2008-09-07 vitorDo not share context variables between channels and...
2008-09-07 vitorRemove output pointer from context
2008-09-07 stefangadd 1bpp decoding function and extend 4bpp function to
2008-09-07 bcoudurieradd missing html start tag to ffserver status html...
2008-09-07 bcouduriercleanup, merge snprintf calls
2008-09-07 bcoudurierset default bps to 16 in wav header
2008-09-07 bcoudurier100l, compute correctly poll_table size when allocating
2008-09-07 rbultjeImplement RDT-specific data parsing routines. After...
2008-09-07 rbultjeReindent after previous patch.
2008-09-07 rbultjeImplement a RDT-specific SET_PARAMETER command that...
2008-09-07 rbultjeAdd dynamic payload handlers to rdt.c. These follow...
2008-09-07 rbultjeGive register_dynamic_payload_handler() in rtpdec.c...
2008-09-07 aurelbump lavf micro version to allow checking for the matro...
2008-09-06 aurelmatroskadec: remove now useless vstream and is_video_ke...
2008-09-06 aurelmatroskadec: remove useless braces
2008-09-06 aurelmatroskadec: ensure that the timecode added to the...
2008-09-06 cehoyosWhitespace cosmetics
2008-09-06 diegolicense header consistency cosmetics.
2008-09-06 diegoMention that libavcodec/ac3dec.c is GPLed.
2008-09-06 diegolicense header consistency cosmetics
2008-09-06 voroshilRemove not approved parts.
2008-09-06 vitorTest a var for overflow just after it is set
2008-09-06 vitorRemove useless parenthesis
2008-09-06 stefanoRemove wrong and unnecessary condition. VHOOK filters...
2008-09-06 stefanoUndefine the macro which defines fprintf as please_use_...
2008-09-05 lucabeADD support for the RGB32 pixel format in video4linux2...
2008-09-05 lucabeAdd support for the PIX_FMT_RGB555 and PIX_FMT_RGB565...
2008-09-05 reimarFix nuv decoder to use reget_buffer for non-keyframes...
2008-09-05 bcoudurierdo not fail if audio is uncompressed and frame size...
2008-09-05 bcouduriersimplify bps code by using av_get_bits_per_sample
2008-09-05 vitorCosmetics: indent after last commit and remove useless...
2008-09-05 vitorSimplify: use a for instead of unrolling by hand
2008-09-04 vitorFunctions mace{3,6}_decode_frame() are just wrappers...
2008-09-04 aurelmatroskadec: fix ASS subtitle track packets before...
2008-09-04 bcoudurieradd -xerror option, ffmpeg will now exit right when...
2008-09-04 bcoudurierFix msgsm in wav, do not set blkalign to frame size...
2008-09-04 vitorSimplify: use two distinct functions to decode MACE3...
2008-09-04 vitorSimplify mace_decode_frame()
2008-09-04 aurelmatroska: subtitle display duration must be stored...
2008-09-04 vitorRemove useless comments
2008-09-04 vitorReindent mace.c, its indentation was completly inconsis...
2008-09-04 bcoudurierset block align and frame size for gsm in aiff
2008-09-04 vitorCosmetics: s/LPC_type/LPC_TYPE/
2008-09-04 bcoudurierprint error when deinterlacing fails
2008-09-04 stefanoProperly use av_log rather than fprintf/printf.
2008-09-04 michaelFix typo.
2008-09-04 bcouduriercosmetics, remove whitespace
2008-09-04 bcoudurieractually write dac3 atom, patch by Kurtnoise, kurtnoise...
2008-09-04 bcoudurierskip 2 bytes more when parsing ac3 frame, syncword...
2008-09-04 vitorMultiply table by -1. This avoid doing this calculation...
2008-09-04 michaelFix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack...
2008-09-04 vitorAvoid duplicating compute_lpc_coefs() function in both...
2008-09-04 prossRemove further 1sample=2byte assumptions within FFmpeg...
2008-09-03 stefanoMake the nb_max_connections and nb_connections int...
2008-09-03 bcoudurierchange the logic to mux 13818-3 and 11172-3 in mp4...
2008-09-03 bcoudurierforbid mp3 < 16000hz in anything except mov
2008-09-03 bcoudurierdirac muxing support in mp4/mov
2008-09-03 bcouduriercosmetics, move up mpeg1video mp4 objecttype
2008-09-03 bcouduriercosmetics, change values to hex since mp4ra use hex
2008-09-03 bcouduriercosmetics, vertical align
2008-09-03 bcoudurierac3 muxing support in mov/mp4/m4v
2008-09-03 michaelIgnore the spec, and calculate aspect ratio on width...
next