OSDN Git Service

coroid/libav_saccubus.git
2009-10-01 Reimar DöffingerMake rawvideo_read_packet return partial frames.
2009-10-01 Reimar DöffingerSimplify: remove pointless {} and else
2009-10-01 Reimar DöffingerRemove pointless setting of pkt->size, av_get_packet...
2009-10-01 Reimar Döffingerau demuxer: pass av_get_packet error on unchanged inste...
2009-10-01 Reimar Döffingerav_new_packet failing should return ENOMEM, not EIO.
2009-10-01 Reimar DöffingerMake avcodec_open set codec_id and codec_type if they...
2009-10-01 Reimar Döffingerput_bits can only reliably write up to 31 bit bits...
2009-10-01 Reimar DöffingerUse MANGLE in cavsdsp, the current version using "m...
2009-10-01 Diego BiurrunDocument -sn option.
2009-10-01 Benoit FouetFix indentation after last commit.
2009-10-01 Anne-Laure... Add support for TARGA images without RLE compression.
2009-10-01 Diego BiurrunExplain the process of patch review and commit a bit.
2009-10-01 Aurelien JacobsFix playback of strange AVI files with stray LIST.
2009-10-01 Diego BiurrunFix wrongly indented block.
2009-10-01 Diego BiurrunUse "!exp" instead of "exp == NULL" in if condition.
2009-10-01 Diego Biurruncosmetics: K&R coding style, prettyprinting
2009-10-01 Kostya ShishkovDo not attempt to decode TIFF files containing fax...
2009-10-01 Kostya Shishkovlavc MJPEG decoder is capable of decoding some extended...
2009-10-01 Kostya ShishkovMake BMP decoder produce flipped picture with RLE compr...
2009-10-01 Kostya ShishkovMake MS RLE decoder produce both bottom-up and top...
2009-10-01 Justin RugglesChange an error to a warning to support broken AC-3...
2009-09-30 David ConradSupport constant-quant encoding for libtheora
2009-09-30 Måns Rullgårdconfigure: break a long line
2009-09-30 Reimar DöffingerRe-add check for compilation failure with ebx clobber...
2009-09-30 Justin Ruggles10l: wrong operation in stereo rematrixing
2009-09-30 Måns Rullgårdconfigure: return result of test from check_asm
2009-09-30 Anne-Laure... Add support for SGI images without RLE compression.
2009-09-30 Reimar DöffingerDo not needlessly add 7 to put_buts_count before dividi...
2009-09-30 Reimar Döffinger10l in code reading codec_name, the first byte is the...
2009-09-30 Reimar DöffingerUse a "b" constraint instead of ebx clobber to detect...
2009-09-30 Lasse ReinholdUse floating point mathematics when encoding mpeg audio.
2009-09-30 Reimar DöffingerReturn an error when the parsed mpc chunk size is negat...
2009-09-30 Reimar DöffingerFix compilation of beosaudio.cpp, not tested if it...
2009-09-30 Reimar DöffingerFix typo in comment.
2009-09-30 Reimar DöffingerUse skip_put_bytes in MJPEG encoder instead of filling...
2009-09-30 Reimar DöffingerUse ff_put_string in vorbis encoder.
2009-09-30 Reimar DöffingerReplace several #ifdef PIC with the more obvious and...
2009-09-30 Reimar DöffingerDisable parsing for ogg streams where no ogg header...
2009-09-30 Reimar DöffingerConvert latin1 codec_name in mov to UTF-8, since all...
2009-09-30 Kostya ShishkovWhen BitsPerSample tag is not present in TIFF, that...
2009-09-30 Justin RugglesSimplify stereo rematrixing by only using one temporary...
2009-09-30 Justin Rugglesremove unneeded assignment in inner loop. rematrixing...
2009-09-29 Stefano SabatiniPrefer -vcodec rawvideo over -vcodec huffyuv for lavfi...
2009-09-29 Diego BiurrunRemove disabled code cruft.
2009-09-29 Michael KostylevFix md5 program invocation for BSD.
2009-09-29 Reimar DöffingerUse context instead of NULL for logging.
2009-09-29 Reimar DöffingerMake sure that dv encoder initializes all encoded packe...
2009-09-29 Diego Biurruncosmetics: K&R coding style, prettyprinting
2009-09-29 Jason Garrett... Fix indentation in avcodec.h
2009-09-29 Måns RullgårdWMA: fix loop unrolling in decode_exp_vlc()
2009-09-29 Diego Biurrunwhitespace cosmetics, prettyprinting, K&R coding style
2009-09-29 Reimar DöffingerSimplify r20025: use align_get_bits instead of reimplem...
2009-09-29 Måns RullgårdWMA: store level_table as floats, use type punning...
2009-09-29 Måns RullgårdWMA: use type punning and unroll loops in decode_exp_vlc()
2009-09-29 Måns RullgårdWMA: use a table instead of pow() in decode_exp_vlc
2009-09-29 Reimar DöffingerSync AC3 probe values with MP3 probe values, they have...
2009-09-29 Reimar DöffingerExtend DV autodetection to also reliably detect single...
2009-09-29 Anton KhirnovAdd id3v2 metadata conversion table and use it in mp3...
2009-09-29 Kostya ShishkovMake sure all the bits are written to output in fax...
2009-09-28 Diego Biurrunsome more linebreak and brace placement cosmetics
2009-09-28 Diego Biurrunbrace placement and linebreak cosmetics
2009-09-28 Robert SwainRefactor channel element configuration and mapping...
2009-09-28 Robert SwainReindent after last commit
2009-09-28 Robert SwainAAC: Add channel layout support for channel configurati...
2009-09-28 Kostya Shishkovcosmetics: reindent and reformat function declarations
2009-09-28 Kostya ShishkovFinally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D...
2009-09-28 Kostya ShishkovMake TIFF decoder load compression options only for...
2009-09-27 Måns RullgårdARM: NEON optimised vector_fmul_add
2009-09-27 Måns Rullgårdcosmetics: fix indentation after previous commit
2009-09-27 Måns RullgårdDrop unused args from vector_fmul_add_add, simpify...
2009-09-27 Stefano SabatiniRemove duplicated / stray code which slipped in with...
2009-09-27 Reimar DöffingerGet rid of "function" "keywords" in lavfilter testing...
2009-09-27 Martin StorsjöDo not compile ZLib data uncompressing function in...
2009-09-27 Stefano SabatiniImplement a lavfitest target for testing regressions...
2009-09-27 Måns RullgårdWMAPRO: use vector_fmul_scalar from dsputil where possible
2009-09-27 Justin RugglesRearrange loop structure for approx. 35-50% faster...
2009-09-27 Kostya ShishkovLooks like ZLib uncompress() cannot deal with some...
2009-09-27 Justin RugglesMove variable declaration to inside of loop.
2009-09-27 Justin RugglesCosmetics: Rename some variables.
2009-09-27 Justin RugglesSimplify coupling band loop.
2009-09-27 Justin RugglesRemove unneeded table lookup.
2009-09-27 Justin RugglesCosmetics: Rename some variables to be more descriptive...
2009-09-27 Justin RugglesMove some variable declarations to inside of loops.
2009-09-27 Justin RugglesRemove unneeded variable.
2009-09-27 Justin RugglesCosmetics: Rename some variables to be more descriptive...
2009-09-27 Justin RugglesRemove some unneeded variables.
2009-09-27 Justin RugglesCosmetics: Rename some variables
2009-09-27 Justin Rugglessimplify 2 lines into 1 using FFMIN
2009-09-27 Justin RugglesCosmetics: Do some basic pretty-printing.
2009-09-27 Justin RugglesSimplify by combining increment with array access.
2009-09-27 Justin Rugglescosmetics: Rename some variables to be more descriptive...
2009-09-27 Justin RugglesMove 2 variable declarations to inside of loop.
2009-09-27 Justin Rugglessimplify by combining increment with array access
2009-09-27 Justin RugglesRemove unneeded variable
2009-09-27 Justin RugglesHardcode AC-3 critical band tables when CONFIG_HARDCODE...
2009-09-26 Stefano SabatiniAdd a -loglevel command line option to ffserver.
2009-09-26 Justin Rugglessimplify format string for writing pix_fmt string.
2009-09-26 Baptiste Coudurier100l, typo
2009-09-26 haim alonExport mov/mp4 major and compatible brands as metadata.
2009-09-26 Måns RullgårdARM: NEON optimised vector_clipf
next