]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-05-17 Diego Biurrunmissing codec long names by Stefano Sabatini, stefano...
2008-05-16 Michael NiedermayerAvoid using log2() freebsd does not support it.
2008-05-16 Jeremy KolbStore license value in a variable for later use.
2008-05-16 Stefano Sabatinicosmetics: Make 'ffserver -h' output consistent with...
2008-05-16 Diego BiurrunFix big-endian vs. little-endian typo.
2008-05-16 Diego Biurrunconsistent codec name by Stefano Sabatini, stefano...
2008-05-16 Diego BiurrunAdd PCM codec long names; by Stefano Sabatini, stefano...
2008-05-15 Måns Rullgårdset $logfile before use
2008-05-15 Aurelien Jacobsmatroskadec: add support for bzlib compressed tracks
2008-05-15 Aurelien Jacobscosmetics: alignment
2008-05-15 Aurelien JacobsAdd a check for bzlib; used in the Matroska demuxer.
2008-05-15 Diego Biurruncosmetics: Use C-style comment delimiters with #endif...
2008-05-15 Diego Biurruncosmetics: Fix typos in ADPCM codec long names.
2008-05-15 Stefano Sabatinicosmetics: s/Id/id/ in libavcodec where Id refers to...
2008-05-15 Baptiste Couduriertry to demux even if codec is not recognized, should...
2008-05-15 Baptiste Coudurierdo not fail if correct is not recognized
2008-05-15 Baptiste Couduriercosmetics, remove space before opening parenthesis
2008-05-15 Vitor SessakRemove useless buffers
2008-05-15 Vitor SessakSimplify rotate_block()
2008-05-15 Vitor SessakDo not pass the context to functions that do not use it
2008-05-15 Vitor SessakDeclare vars as const when possible
2008-05-15 Vitor SessakDo not copy tables to a context var, use them directly
2008-05-15 Vitor SessakRemove unneeded fields from the decoder context
2008-05-15 Vitor SessakRead the bitstream where the data is actually needed...
2008-05-15 Vitor SessakUse correct type in FFSWAP (thanks to Benoit Fouet...
2008-05-15 Vitor SessakCosmetics: remove useless parenthesis
2008-05-15 Vitor SessakThe first table of decodetable[] is unrelated to the...
2008-05-15 Diego Biurruncosmetics: Add whitespace around redirection operators.
2008-05-15 Diego BiurrunADPCM codec long names by Stefano Sabatini, stefano...
2008-05-15 Stefano SabatiniDPCM codec long names, patch by Stefano Sabatini, stefa...
2008-05-15 Stefano SabatiniMake av_set_string() fail when number could not be...
2008-05-14 Stefano SabatiniAdd codec long name, patch by Stefano Sabatini, stefano...
2008-05-14 Stefano SabatiniUpdate offset in the option string later, to have a...
2008-05-13 Aurelien Jacobsadd missing \n in av_log message
2008-05-13 Aurelien Jacobsmatroskadec: add support for zlib compressed tracks
2008-05-13 Måns Rullgårdacelp_filters.h needs stdint.h
2008-05-13 François RevolFix non-debug build.
2008-05-13 Måns Rullgårdset temporary filenames before using them
2008-05-13 Ramiro PollaAdd more support for Win64:
2008-05-13 Ramiro PollaMove arch check before OS check.
2008-05-13 Carl Eugen... Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
2008-05-13 Carl Eugen... Fix icc warning #188: enumerated type mixed with anothe...
2008-05-13 Carl Eugen... Add MATROSKA_TRACK_TYPE_NONE.
2008-05-13 Stefano SabatiniMake 'ffmpeg -formats' print codec long names.
2008-05-13 JonYUse pkg-config for libschroedinger libs, not only for...
2008-05-13 Stefano SabatiniFix a typo.
2008-05-12 Carl Eugen... Correct type for pcx_rle_decode().
2008-05-12 Ramiro PollaAlso install .lib files with versioned filename.
2008-05-12 JonYCreate .lib files in the subdirs.
2008-05-12 Carl Eugen... Replace one more occurrence of -1 with PIX_FMT_NONE.
2008-05-12 Carl Eugen... Replace some occurrences of 0 with CODEC_ID_NONE.
2008-05-12 Guillaume Poirierarmv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARM...
2008-05-12 Carl Eugen... Do not use variable frame_info before its value is...
2008-05-12 Diego PettenòUse strcasecmp() instead of re-inventing it.
2008-05-11 Alexander StrangePrevious commit missed an initialization - this fixes...
2008-05-11 Carl Eugen... Replace some occurrences of -1 with PIX_FMT_NONE.
2008-05-11 Alexander StrangeSet and use h->mb_xy in SVQ3 too.
2008-05-11 Siarhei SiamashkaAdd some initial optimizations for ARM VFP (floating
2008-05-11 Alexander StrangeRemove newly unused variables.
2008-05-11 Alexander StrangeUse h->mb_xy directly in decode_cabac_residual().
2008-05-11 Alexander StrangeStore mb_xy in H264Context and only calculate it once...
2008-05-11 Vitor SessakSimplify do_voice().
2008-05-11 Vitor SessakReplace some hardcoded swapping with FFSWAP.
2008-05-11 Vitor SessakRemove unused defines from ra144.
2008-05-11 Matthieu Castetcosmetics: indent after last commit. patch by matthieu...
2008-05-11 Matthieu Castetsimplify decoding of uncompressed samples. patch by...
2008-05-11 Carl Eugen... Allow icc to compile with optimizations (pentium3,...
2008-05-11 Carl Eugen... Silence useless icc warnings.
2008-05-11 Vladimir VoroshilovImplement bidirectional (positive offset - left, negati...
2008-05-11 Dave Yeosys/resource.h needs sys/types.h on OS/2, patch by...
2008-05-11 Stefano SabatiniDocument AVCodecContext channels field.
2008-05-11 Luca AbeniFix type of dest_addr_len to respect return value of...
2008-05-11 Vladimir VoroshilovUpdate comment to version, negotiated with Diego, and
2008-05-11 Vladimir VoroshilovFix compilation error.
2008-05-11 Justin Rugglesfix reading of samples-per-frame
2008-05-11 Vladimir Voroshilovvarious filters for ACELP-based codecs
2008-05-11 Vitor SessakSimplify a list of array allocations with a loop.
2008-05-11 Vladimir VoroshilovReplace hardcoded LP filter order with parameter.
2008-05-10 Vitor SessakRemove useless memset, patch by Vitor Sessak, vitor1001...
2008-05-10 Vitor SessakRewrite unpack_input() completely, patch by Vitor Sessa...
2008-05-10 Vitor Sessakcosmetics: Reindent file, patch by Vitor Sessak, vitor1...
2008-05-09 Benoit FouetAdd missing path to #include.
2008-05-09 Diego BiurrunAdd missing required header directly.
2008-05-09 Diego BiurrunAdd missing path to #include.
2008-05-09 Diego BiurrunAdd missing path to #include statement.
2008-05-09 Keiji CostantiniRemove in_asm_used_var_warning_killer()
2008-05-09 Diego BiurrunRemove -I flags pointing to local paths, they are no...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-09 Diego BiurrunRemove redundant #undef statements that were mistakenly...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-09 Jai MenonIFF stereo support
2008-05-09 Diego BiurrunAdd required stdint.h header.
2008-05-09 Michael NiedermayerLittle fix for block sizes <16
2008-05-09 Diego BiurrunRevert previous mistaken commit.
2008-05-09 Diego Biurrunipp.h is a system header, use <> when #including it.
2008-05-09 Diego Biurrundsputil.h is not a system header, use "" when #includin...
2008-05-09 Diego Biurrunstring.h is a system header file, so use <> for it.
2008-05-09 Michael NiedermayerImprove motion estimation metric.
2008-05-09 Aurelien Jacobsuse enum type instead of int
2008-05-09 Aurelien Jacobscosmetics: indentation
next