OSDN Git Service

coroid/ffmpeg_saccubus.git
2008-01-22 Diego BiurrunFix warnings in test code:
2008-01-22 Diego Biurruncosmetics: Fix Benoit's ugly formatting.
2008-01-21 Aurelien Jacobsensure av_rescale_q() can be calculated (won't divide...
2008-01-21 Reimar DöffingerFix typo in comment
2008-01-21 Baptiste Couduriermention avm2 (flash 9) muxer in documentation and changelog
2008-01-21 Luca AbeniSupport out-of-band parameter sets in SDP for H.264...
2008-01-21 Luca AbeniAdd support for H.264 video in the RTP muxer
2008-01-21 Baptiste Coudurierunset extension, so code path, and guess format do...
2008-01-21 Benoit FouetInform user when bitstream filter fails.
2008-01-21 Michael NiedermayerFaster ff_sqrt()
2008-01-21 Luca AbeniAdd minimal support for H.264 video in the SDP generator
2008-01-21 Diego BiurrunRemove two unused variables.
2008-01-21 Diego BiurrunRemove unnecessary forward declaration.
2008-01-20 Diego Biurrunsmall grammar fix
2008-01-20 Diego BiurrunConsistently use TEST as the preprocessor condition...
2008-01-20 Aurelien Jacobsadd proper matroskaenc dependency over xiph.o
2008-01-20 Aurelien Jacobsadd missing Makefile rules for pcm muxers/demuxers
2008-01-20 Aurelien Jacobsadd missing Makefile rules for zork pcm encoder/decoder
2008-01-20 Aurelien Jacobsand thus, nellymoser obviously also depens on fft.o
2008-01-20 Aurelien Jacobsnellymoser uses mdct functions
2008-01-20 Baptiste Coudurierreorder alphabetically
2008-01-20 Paul Egannew avm2 (flash 9) muxer, patch by Paul Egan, paulegan...
2008-01-19 Baptiste Coudurierinit uid to 0
2008-01-19 Baptiste Coudurierindentation
2008-01-19 Baptiste Couduriercorrectly handle sony mpeg4 extradata
2008-01-19 Baptiste Couduriercheck if read child returned error
2008-01-19 Reimar DöffingerAdd mfspr-based AltiVec detection code.
2008-01-19 Baptiste Couduriersimplify with matching len
2008-01-19 Baptiste Couduriersimplify and detect better non frame wrapped mappings
2008-01-19 Baptiste Couduriercosmetics: read_metadata -> read
2008-01-19 Baptiste Couduriercosmetics
2008-01-19 Baptiste Coudurierremove unused crypto context uid
2008-01-19 Baptiste Couduriersupport dynamically allocated local tags, used by encry...
2008-01-19 Baptiste Couduriercheck malloc return
2008-01-19 Baptiste Coudurieradd some dv container uls
2008-01-19 Baptiste Couduriersimplify by checking min matching len
2008-01-19 Kostya Shishkovsimplify 4-point transform part a bit
2008-01-19 Kostya ShishkovFactor out constant addition
2008-01-18 Ronald S. BultjeAdd a flags field to the RTPDynamicPayloadPacketHandler...
2008-01-18 Benoit FouetMore verbose error log message.
2008-01-18 Kostya ShishkovSave quantizer values as well
2008-01-18 Kostya ShishkovSave coded block patterns for future loop filtering.
2008-01-18 Michael KostylevAdd system-specific network link flags to inet_aton...
2008-01-17 Roberto TogniFix forgotten braces from r11039
2008-01-17 Michel BardiauxClarify the error message when video width, height...
2008-01-17 Benoit FouetChange (a == NULL) condition to (!a) and (a != NULL...
2008-01-17 Michael NiedermayerConsider initial EOR in the back_ptr calculation.
2008-01-17 Benoit FouetRemove some useless parentheses.
2008-01-17 Benoit FouetCosmetics: whitespaces
2008-01-17 Benoit FouetRemove non cosmetic spaces inside parentheses.
2008-01-17 Diego BiurrunSimplify preprocessor expression as suggested by Mans.
2008-01-17 Diego BiurrunDisallow puts(), av_log() should be used instead.
2008-01-17 Diego BiurrunReplace puts() by dprintf where appropriate.
2008-01-17 Benoit FouetDescription: remove superfluous parentheses.
2008-01-17 KO Myung-HunCheck param in sws_getCachedContext().
2008-01-17 Michael NiedermayerReplace idiotic (what moron wrote that code?) "buffer...
2008-01-16 KO Myung-HunUse check_lib2 instead of check_lib in SDL test. This...
2008-01-16 Diego BiurrunRemove some spaces to keep certain people's eyes from...
2008-01-16 Diego PettenòMake .vhookdep depend on version.h, same as .depend.
2008-01-16 Diego Biurrunmisc spelling/grammar fixes
2008-01-16 Diego BiurrunRename illegal identifiers, _ followed by capital is...
2008-01-16 Kostya Shishkovpqindex=0 is forbidden
2008-01-16 Michael Niedermayerqscale==0 is invalid
2008-01-16 Igor Mozolevskypentium4m is a valid CPU name, add it to the list.
2008-01-16 Diego BiurrunMove "Creating config.mak and config.h..." message...
2008-01-16 Diego BiurrunAdd const qualifiers to unmodified function parameters...
2008-01-16 Diego BiurrunRemove bogus cast.
2008-01-16 Michael NiedermayerPrint removing of nodes in the test code.
2008-01-16 Michael Niedermayersimplify
2008-01-15 Luca AbeniMake avc_find_startcode non-static, so that it can...
2008-01-14 Diego BiurrunAdd compilation rule for tools/pktdumper.
2008-01-14 Diego BiurrunAdd '#undef strcat' to fix compilation.
2008-01-14 Sigbjørn SkjæretAdd a couple of missing consts.
2008-01-14 Michel BardiauxSuppress runaway index on streamed input
2008-01-14 Diego PettenòBuild both static and shared libs from the same object.
2008-01-14 Christophe... Select scan tables for 8x4 and 4x8 blocks only once.
2008-01-14 Michael NiedermayerRemove green clouds.
2008-01-13 Luca Barbatogcc2 doesn't have bogus mergel, patch from Sigbjørn...
2008-01-13 Roberto TogniAdd support for S8 PCM (codec 2)
2008-01-13 Paul Kellyuser specifyable maximum amount of memory to use for...
2008-01-13 Robert SwainAdd variable alpha and size of half window for Kaiser...
2008-01-13 Reimar DöffingerGet rid of fft_rev table, use ff_reverse and a shift.
2008-01-12 Reimar DöffingerUse FFSWAP instead of "manual" swap
2008-01-12 Måns Rullgårdrefer users to ffmpeg-user list in case of errors
2008-01-12 Víctor PaesaAlignment
2008-01-12 Víctor PaesaLink to libraries in dependency order.
2008-01-12 Robert SwainMake the Kaiser-Bessel window generator a common function
2008-01-12 Michael NiedermayerSet pts/dts in raw (yuv,rgb,pcm) demuxers.
2008-01-12 Michael NiedermayerWrite 0 instead of seeking forward (and leaving bytes...
2008-01-11 Aurelien Jacobsadd a ff_ prefix to newly exported functions from avc.c
2008-01-11 Aurelien JacobsMatroska muxer needs to format all NAL units, not only...
2008-01-11 Michael NiedermayerFactorize some code into functions, had this in my...
2008-01-11 Lars TäuberNitpicks patch by Lars Täuber.
2008-01-11 Brian BriceClear synth_buf on flush(). Part of a patch by Brian...
2008-01-11 Brian BriceFlush mp2 as well on seeking. Part of a patch by Brian...
2008-01-11 Luca AbeniDo not install rtp.h (which should have never been...
2008-01-11 Christophe... Factorize some duplicated code from CAVS and H.264...
2008-01-11 Mike MelansonMinistry of English Composition edits for SNOW spec...
2008-01-11 Alessandro... Enabling higher frame rates for dc1394, patch by Alessa...
2008-01-11 Alessandro... Adding support for libdc1394 v.2, patch by Alessandro...
next