OSDN Git Service

android-x86/external-ffmpeg.git
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
2009-09-26 Måns RullgårdWMA: remove some unused variables
2009-09-26 Måns RullgårdARM: NEON optimised vector_fmul_reverse
2009-09-26 Stefano SabatiniDocument the -loglevel option in the ffmpeg man page.
2009-09-26 Stefano SabatiniAdd a -loglevel command line option to ffplay.
2009-09-26 Reimar DöffingerSpecify maximum sample rate of MLP by defining the...
2009-09-26 Kostya ShishkovFix decoding of TIFF CCITT RLE compressed data.
2009-09-25 Justin RugglesAlign pix_fmt list by allowing one more char for the...
2009-09-24 Reimar DöffingerRemove ff_realloc_static, it is no longer used and...
2009-09-24 Reimar DöffingerReindent.
2009-09-24 Reimar DöffingerRemove a piece of code left-over from the removed alloc...
2009-09-24 Vitor SessakReindent code folowing previous commit (r20019)
2009-09-24 Vitor SessakFactorize duplicated code in at1_imdct_block()
2009-09-24 Maksym VeremeyenkoAllow decoding of 625/50 (PAL) with video_stype==1.
2009-09-24 Carl Eugen... Fix reading VDR files (broken since r19000).
2009-09-24 Kostya ShishkovSupport both LSB and MSB orders for TIFF CCITT G.x...
2009-09-24 Alex ConverseCheck if a git-svn revision number is available to...
2009-09-24 Reimar DöffingerFix possible buffer over-read in vorbis_comment, fix...
2009-09-24 Reimar DöffingerCompletely remove INIT_VLC_USE_STATIC, it is deprecated...
2009-09-24 Reimar DöffingerReplace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE...
2009-09-24 Reimar DöffingerChange VLC table creation in x8_vlc_init to use INIT_VL...
2009-09-24 Reimar DöffingerUse ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_...
2009-09-24 Reimar DöffingerUse INIT_VLC_STATIC where easily possible in svq1dec
2009-09-24 Mike MelansonMake sure that all memory allocations succeed.
2009-09-24 Kostya ShishkovTake into account real number of colours when reading...
2009-09-23 Anton Khirnovid3v2: Add support for UTF-16 encoding.
2009-09-23 Anton Khirnovid3v2: Use 0 instead of '\0'.
2009-09-23 Anton Khirnovid3v2: check for enough space to write full UTF-8 chara...
2009-09-23 Reimar DöffingerFix format string to match the types printed.
2009-09-23 Michael NiedermayerMake sure priv_data is freed and codec is set to NULL...
2009-09-23 Google ChromeCheck submap indexes.
2009-09-23 Måns RullgårdARM: NEON optimised int32_to_float_fmul_scalar
2009-09-23 Måns RullgårdAAC: minor simplification in PNS decoding
2009-09-23 Måns Rullgårdconfigure: fix tms470 flag mapping for soft-float
2009-09-23 Michael NiedermayerMake error return sign consistent.
2009-09-23 Google ChromeCheck begin/end/partition_size.
2009-09-23 Google ChromeFix >= vs > check of coded_fragment_list_index.
2009-09-23 Diego BiurrunRemove unused variables, fixes the warnings:
2009-09-23 Google ChromeFix init_get_bits() buffer size.
2009-09-23 Google ChromeCheck res_setup->books.
next