]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-09-27 reimarGet rid of "function" "keywords" in lavfilter testing...
2009-09-27 kostyaDo not compile ZLib data uncompressing function in...
2009-09-27 stefanoImplement a lavfitest target for testing regressions...
2009-09-27 mruWMAPRO: use vector_fmul_scalar from dsputil where possible
2009-09-27 jbrRearrange loop structure for approx. 35-50% faster...
2009-09-27 kostyaLooks like ZLib uncompress() cannot deal with some...
2009-09-27 jbrMove variable declaration to inside of loop.
2009-09-27 jbrCosmetics: Rename some variables.
2009-09-27 jbrSimplify coupling band loop.
2009-09-27 jbrRemove unneeded table lookup.
2009-09-27 jbrCosmetics: Rename some variables to be more descriptive...
2009-09-27 jbrMove some variable declarations to inside of loops.
2009-09-27 jbrRemove unneeded variable.
2009-09-27 jbrCosmetics: Rename some variables to be more descriptive...
2009-09-27 jbrRemove some unneeded variables.
2009-09-27 jbrCosmetics: Rename some variables
2009-09-27 jbrsimplify 2 lines into 1 using FFMIN
2009-09-27 jbrCosmetics: Do some basic pretty-printing.
2009-09-27 jbrSimplify by combining increment with array access.
2009-09-27 jbrcosmetics: Rename some variables to be more descriptive...
2009-09-27 jbrMove 2 variable declarations to inside of loop.
2009-09-27 jbrsimplify by combining increment with array access
2009-09-27 jbrRemove unneeded variable
2009-09-27 jbrHardcode AC-3 critical band tables when CONFIG_HARDCODE...
2009-09-26 stefanoAdd support to the -loglevel option.
2009-09-26 jbrsimplify format string for writing pix_fmt string.
2009-09-26 bcoudurier100l, typo
2009-09-26 bcoudurierExport mov/mp4 major and compatible brands as metadata.
2009-09-26 mruARM: NEON optimised vector_clipf
2009-09-26 mruWMA: remove some unused variables
2009-09-26 mruARM: NEON optimised vector_fmul_reverse
2009-09-26 stefanoDocument the -loglevel option in the ffmpeg man page.
2009-09-26 stefanoAdd support to the -loglevel option.
2009-09-26 reimarSpecify maximum sample rate of MLP by defining the...
2009-09-26 kostyaFix decoding of TIFF CCITT RLE compressed data.
2009-09-25 jbrAlign pix_fmt list by allowing one more char for the...
2009-09-24 reimarRemove ff_realloc_static, it is no longer used and...
2009-09-24 reimarReindent.
2009-09-24 reimarRemove a piece of code left-over from the removed alloc...
2009-09-24 vitorReindent code folowing previous commit (r20019)
2009-09-24 vitorFactor duplicated code in at1_imdct_block()
2009-09-24 cehoyosAllow decoding of 625/50 (PAL) with video_stype==1.
2009-09-24 cehoyosFix reading VDR files (broken since r19000).
2009-09-24 kostyaSupport both LSB and MSB orders for TIFF CCITT G.x...
2009-09-24 alexcCheck if a git-svn revision number is available to...
2009-09-24 reimarFix possible buffer over-read in vorbis_comment, fix...
2009-09-24 reimarCompletely remove INIT_VLC_USE_STATIC, it is deprecated...
2009-09-24 reimarReplace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE...
2009-09-24 reimarChange VLC table creation in x8_vlc_init to use INIT_VL...
2009-09-24 reimarUse ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_...
2009-09-24 reimarUse INIT_VLC_STATIC where easily possible in svq1dec
2009-09-24 melansonMake sure that all memory allocations succeed.
2009-09-24 kostyaTake into account real number of colours when reading...
2009-09-23 diegoid3v2: Add support for UTF-16 encoding.
2009-09-23 diegoid3v2: Use 0 instead of '\0'.
2009-09-23 diegoid3v2: check for enough space to write full UTF-8 chara...
2009-09-23 reimarFix format string to match the types printed.
2009-09-23 michaelMake sure priv_data is freed and codec is set to NULL...
2009-09-23 michaelCheck submap indexes.
2009-09-23 mruARM: NEON optimised int32_to_float_fmul_scalar
2009-09-23 mruAAC: minor simplification in PNS decoding
2009-09-23 mruconfigure: fix tms470 flag mapping for soft-float
2009-09-23 michaelMake error return sign consistent.
2009-09-23 michaelCheck begin/end/partition_size.
2009-09-23 michaelFix >= vs > check of coded_fragment_list_index.
2009-09-23 diegoRemove unused variables, fixes the warnings:
2009-09-23 michaelFix init_get_bits() buffer size.
2009-09-23 michaelCheck res_setup->books.
2009-09-23 michaelCheck masterbook index and subclass book index.
2009-09-23 michaelAdd checks for per-packet mode indexes and per-header...
2009-09-23 michaelCheck classbook value.
2009-09-23 michaelSet data_size to 0 to avoid having it uninitialized.
2009-09-23 michaelCheck data_size in decode_frame_mp3on4().
2009-09-23 michaelcheck data_size in decode_frame()
2009-09-23 mruARM: improve armcc detection
2009-09-23 michaelFix book_idx check.
2009-09-23 michaelSanity checks for magnitude and angle.
2009-09-23 michael= -> == typo.
2009-09-23 mruWMA: use DSPContext.butterflies_float
2009-09-23 cehoyosCosmetics: Fix typo.
2009-09-23 michaelCheck num_units_in_tick/time_scale to be valid and...
2009-09-23 reimarCorrectly print number of remaining bytes in oggparsevo...
2009-09-23 darkshikariAdd support for new x264 API.
2009-09-23 michaelCheck dimensions against 0 too.
2009-09-23 michaelCheck validity of channels & samplerate.
2009-09-23 melansonAnother micro-optimization for unpack_vlcs(): Eliminate...
2009-09-22 michaelCheck codec_id and codec_type in avcodec_open(), based...
2009-09-22 mruSet compiler version string for supported non-gcc compilers
2009-09-22 mruARM: NEON optimised scalarproduct_float
2009-09-22 mruAAC: 10l: fix PNS decoding
2009-09-22 bananHook up the MD studio demuxer and Atrac1 decoder.
2009-09-22 bananMention SDDS so search engines will pick it up for...
2009-09-22 bananUse ff_sine_32 in atrac1.
2009-09-22 melansonPerform the DC prediction reversal immediately after...
2009-09-22 diegoFix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith...
2009-09-22 diegoPlace MP3 demuxer code under appropriate #ifdefs.
2009-09-22 diegoImprove compiler information code to print to the conso...
2009-09-22 diegoPrint compiler version and build date before configurat...
2009-09-22 diegoRearrange wav_muxer and {wav|w64}_demuxer blocks to...
2009-09-22 diegoThe W64 demuxer depends on the WAV demuxer.
next