]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-05-03 Michael NiedermayerFix memset(0) based buffer overflow.
2008-05-03 Michael NiedermayerMove declaration a little.
2008-05-03 Michael NiedermayerSetting i to 0 once should do.
2008-05-03 Diego Biurruncosmetics: Consistently use C-style comments in #endif...
2008-05-03 Anuradha SuraparajuAdd Dirac support through libschroedinger.
2008-05-03 Diego Biurrun10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC...
2008-05-03 Måns Rullgårdfix checkheaders when libdirac not installed
2008-05-03 Måns Rullgårdadd necessary #includes in headers
2008-05-03 Anuradha SuraparajuDirac decoding/encoding support via libdirac.
2008-05-03 Diego BiurrunAdd Dirac parser from SoC; written by Marco Gerards;
2008-05-03 Benjamin Larssondts probe
2008-05-02 Justin Rugglesinclude avcodec.h
2008-05-02 Benjamin LarssonLong name spelling fixes
2008-05-02 Justin Rugglesmove call to init_get_bits inside conditional
2008-05-02 Justin Rugglesshare streaminfo parsing function
2008-05-02 Justin Rugglessplit out some decoder context params to a shared macro
2008-05-02 Justin Ruggleschange function parameters for dump_headers()
2008-05-02 Justin Ruggleschange function parameters for metadata_streaminfo()
2008-05-02 Bartlomiej... Nellymoser handling in FLV
2008-05-02 Luca BarbatoImport Dirac demuxer/muxer from SoC branch; written...
2008-05-01 Justin Rugglesfix encoding of flac private data
2008-05-01 Ramiro PollaDo not duplicate -y parameter on regression.sh.
2008-05-01 Ramiro PollaIgnore whitespace differences in seek test.
2008-05-01 Diego PettenòMark symbol as static, patch by Diego 'Flameeyes' Pette...
2008-05-01 Diego PettenòMark symbols as static, patch by Diego 'Flameeyes'...
2008-05-01 Diego PettenòMark symbols as static, patch by Diego 'Flameeyes'...
2008-04-30 Diego BiurrunComment out unused ff_vc1_norm6_spec table.
2008-04-30 Stefano SabatiniTransform codec short name into a single word.
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-04-29 Michael Niedermayerindent
2008-04-29 Michael NiedermayerFix decoding of:
2008-04-29 Ramiro PollaTypo: distoration -> distortion.
2008-04-29 Robert SwainRemove leading whitespace in long codec name that was...
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-04-29 Stefano SabatiniTransform codec names into single words.
2008-04-29 Justin Rugglesremove unused variable, min_framesize
2008-04-29 Michael NiedermayerSupport invalid mpeg created by vdr
2008-04-28 Michael Niedermayerraw GSM demuxer (does not work yet as parser is missing)
2008-04-28 Baptiste Coudurierset demuxers .value and use common audio_read_header...
2008-04-28 Kostya ShishkovCalculate motion vector information based on PTS provid...
2008-04-28 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-04-27 Stefano SabatiniMake 8SVX codec names just a single word for consistenc...
2008-04-27 Alexander StrangeUse check_cflags for -mdynamic-no-pic so third-party...
2008-04-27 Diego BiurrunRemove unused avdevice.h header file; add config.h...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-04-27 Diego BiurrunUse filename as multiple inclusion guard.
2008-04-26 Henrik Gulbrandsenset pkt duration, only when dts == pts though,
2008-04-26 Diego BiurrunRename i386/cputest.c --> i386/cpuid.c.
2008-04-26 Diego BiurrunRemove unnecessary test program dependency declarations.
2008-04-26 Robert SwainGrammar fixes and improvements for the new ACELP code
2008-04-26 Baptiste Coudurierbreak if error in header so it can output already decod...
2008-04-26 Baptiste Couduriermerge init with declaration
2008-04-26 Baptiste Couduriercosmetics: merge decls
2008-04-26 Baptiste Couduriersimplify: merge loops
2008-04-26 Baptiste Couduriersimplify
2008-04-26 Baptiste Couduriersimplify: remove useless fields and vars
2008-04-26 Baptiste Couduriermove MP3On4DecodeContext def near the code and under...
2008-04-26 Baptiste Couduriercorrectly patch syncword for samples rates < 16000...
2008-04-26 Baptiste Coudurierfix 1 frame config decoding
2008-04-26 Baptiste Coudurierremove old draft last case not present anymore in iso...
2008-04-26 Baptiste Couduriermp3on4 decoder now depends on mpeg4audio code
2008-04-26 Baptiste Coudurieruse mpeg4audio common code
2008-04-26 Kostya ShishkovSkip blocks in B-frames reuse motion vectors from next...
2008-04-26 Baptiste Couduriersimplify
2008-04-26 Baptiste Couduriercorrectly compute out_size and samples number
2008-04-26 Baptiste Coudurierfsize is 12 bits according to specs
2008-04-26 Baptiste Couduriersimplify using FFMIN3
2008-04-26 Baptiste Coudurieradd FFMIN3
2008-04-26 Baptiste Coudurierreturn error if buf_size is too small
2008-04-26 Baptiste Couduriervalues can fit uint8_t
2008-04-26 Baptiste Coudurieradd const
2008-04-26 Vladimir VoroshilovFixed-point LSP and LPC decoding routines for ACELP...
2008-04-26 Kostya ShishkovMissing tags in APE is normal situation, so don't print...
2008-04-26 Ramiro Pollaget_vlc2() only gets up to three levels in the tables...
2008-04-26 Kostya ShishkovCorrect company name
2008-04-25 Vladimir VoroshilovFixed-point implementation of ff_cos, ff_log2, ff_exp2.
2008-04-25 Baptiste Coudurier10l, alphabetical order
2008-04-25 Baptiste Coudurieryes it is true for mp4
2008-04-25 Baptiste Coudurierremove unneeded variable
2008-04-25 Baptiste Couduriermove vars decls where vars are used
2008-04-25 Baptiste Coudurieridentation
2008-04-25 Baptiste Coudurierremove no more needed field
2008-04-25 Baptiste Coudurierremove unused var
2008-04-25 Baptiste Coudurierremove ima qt decoding hack, decode whole frame at...
2008-04-25 Baptiste Coudurierfix adpcm ima qt decoding, channel at init is 0, correc...
2008-04-25 Baptiste Coudurierset channels and sample rate from mpeg4audio config
2008-04-25 Baptiste Couduriermov demuxer depends on mpeg4audio code now
2008-04-25 Baptiste Couduriercosmetics
2008-04-25 Baptiste Coudurierparse mpeg4audio config to correctly detect mp3on4...
2008-04-25 Baptiste Coudurierupdate doc
2008-04-25 Baptiste Couduriererror is -1
2008-04-25 Baptiste Couduriercosmetics
2008-04-25 Baptiste Couduriermove vars decls where vars are used
2008-04-25 Baptiste Coudurierparser should not be needed anymore, merge cases and...
2008-04-25 Michel BardiauxMake sure some value is always returned via data_size
2008-04-25 Baptiste Coudurierlower frame size to split amr/qcelp/gsm frames
2008-04-25 Michel BardiauxAllow bitrates zero and 13200 (needed for decoding...
2008-04-25 Baptiste Coudurieralign and remove useless braces
2008-04-25 Baptiste Couduriercosmetics, remove whitespaces in tags
next