]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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
2008-04-25 Baptiste Coudurierset gsm default frame size and bytes per frame, needed...
2008-04-25 Baptiste Coudurierpts are unsigned according to specs, fix negative pts...
2008-04-25 Baptiste Coudurierset wrap bits to 32bit to actually use it
2008-04-25 Måns RullgårdRevert "Adjust pkg-config files to include files residi...
2008-04-24 Michael NiedermayerAvoid using reserved __names.
2008-04-24 Michael Niedermayerminor memleak
2008-04-24 Bartlomiej... add a ff_ac3_parse_header_full() which calls ff_ac3_par...
2008-04-24 Michael NiedermayerFixing memleaks.
2008-04-24 Baptiste Couduriercosmetics: remove useless whitespaces and put braces...
2008-04-24 Baptiste Coudurierdemux qcelp, so this can work with soc decoder and...
2008-04-24 Baptiste Coudurierqcelp fourcc
2008-04-24 Diego BiurrunAdjust pkg-config files to include files residing in...
2008-04-24 Baptiste Couduriersupport for alac in .mov
2008-04-24 Baptiste Coudurierset alac frame size from extradata
2008-04-24 Thorsten JordanSet pixel aspect ratio for libxvid wrapper.
2008-04-24 Stefano SabatiniEnhance documentation for AVClass
2008-04-24 Gianluigi TiesiSupport shared pthreads-win32.
2008-04-23 Michael NiedermayerEnsure that the timestamp reading code used for seeking...
2008-04-22 Ramiro PollaFix regression introduced by r12929.
2008-04-22 Ramiro PollaThe code now is pretty self explanatory about the heade...
2008-04-22 Ramiro PollaUse bytestream functions for reading frame header.
2008-04-22 Thorsten JordanMake Xvid wrapper use threads (with support for newest...
2008-04-22 Stefano SabatiniSend context to some ffmpeg.c opt* function
2008-04-22 Rafaël CarréRead asf file header fields in the right order
2008-04-22 Stefano SabatiniAdd supported_samplerates field to AVCodec
2008-04-22 Diego BiurrunRename diracschro_common.[ch] to libdirac_libschro...
2008-04-22 Luca Barbatolibdirac and libschro common code, patch from Anuradha...
2008-04-22 Bartlomiej... change ff_ac3_parse_header() to take a GetBitContext...
2008-04-22 Sisir KoppakaAdd .longname to bfi_decoder declaration.
2008-04-21 Andreas ÖmanCompute AC3 frame CRC for stronger raw AC3 format probing.
2008-04-21 Stefano SabatiniMake some ffmpeg opts use parse-number-or-die.
2008-04-21 Keiji CostantiniForce inlining of MPV_motion_internal.
2008-04-21 Keiji CostantiniUnroll codepath
2008-04-21 Henrik GulbrandsenCorrect ASF duration.
2008-04-21 Ramiro PollaFix bug introduced by r12827.
2008-04-20 Reimar DöffingerSimplify ff_split_xiph_headers
2008-04-20 Reimar DöffingerAdd checks to ff_split_xiph_headers to ensure that...
2008-04-20 Benjamin LarssonRaw dts muxer
2008-04-20 Måns Rullgårdcheck for ARM VFP support
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-04-19 Vladimir VoroshilovDecrease returning probe score for WAV demuxer to avoid
2008-04-19 Ramiro PollaDo not pass dct_block to vlc_decode_block().
next