OSDN Git Service

coroid/libav_saccubus.git
2008-05-28 Baptiste Coudurieruse av_fifo_generic_write, old func is deprecated
2008-05-28 Vitor SessakRename variable
2008-05-28 Michael NiedermayerDead code removal, fixes CID59 RUN2.
2008-05-28 Vitor SessakMore intermediate vars removal
2008-05-28 Michael NiedermayerRemoving dead code, fixes CID4 RUN2.
2008-05-28 Vitor SessakRemove unused var
2008-05-28 Vitor SessakRemove useless intermediate var
2008-05-28 Vitor SessakRemove dec1() function
2008-05-28 Michael Niedermayerremove != 0
2008-05-28 Michael NiedermayerDo a little more checking.
2008-05-28 Michael NiedermayerDo not read from after the table, fixes CID108 RUN2.
2008-05-28 Vitor SessakUse ff_acelp_weighted_vector_sum() instead of reimpleme...
2008-05-28 Vitor SessakMake lpc coefficients 16 bit wide
2008-05-28 Vitor SessakSimplify implementation and use of dec2()
2008-05-28 Baptiste Coudurierremove dummy coded frame, no muxer should use it anyway
2008-05-28 Diego BiurrunAdd a note about everybody's favorite recurring gcc...
2008-05-28 Michael NiedermayerPrevent 128*1<<trellis from becoming 0 and creating...
2008-05-28 Stefano SabatiniSlightly clarify bitstream filter help output.
2008-05-28 Michael NiedermayerRemove coded_frame==NULL checks for video encoders.
2008-05-28 Michael Niedermayerset coded_frame
2008-05-28 Michael NiedermayerUpdate regression checksums after dts calculation fix...
2008-05-28 Diego BiurrunAdd command line option to set the value of bindir.
2008-05-28 Diego Biurruncosmetics: spelling typo fixes
2008-05-28 Michael NiedermayerNull pointer check / CID26.
2008-05-28 Michael NiedermayerFix return type of ff_init_me().
2008-05-28 Michael Niedermayeruseless
2008-05-28 Michael Niedermayerminor simplification
2008-05-28 Michael Niedermayerredundant
2008-05-28 Michael NiedermayerFixes NULL pointer dereference CID66
2008-05-28 Michael NiedermayerTell the user if a AVI is non interleaved.
2008-05-27 Michael NiedermayerCheck dia size a little more. Fixes CID80.
2008-05-27 Diego BiurrunRemove unused variable 'prefix' from config.mak.
2008-05-27 Baptiste Coudurieruse internal video frame number
2008-05-27 Baptiste Couduriercosmetics
2008-05-27 Baptiste Couduriersimplify, use pointer to codec context in struct instea...
2008-05-27 Baptiste Couduriersimplify, use pointer to codec context in struct instea...
2008-05-27 Michael NiedermayerArrays where one element too small, fixes CID114.
2008-05-27 Michael Niedermayerredundant check--
2008-05-27 Michael Niedermayermemleak / fixes CID118
2008-05-27 Michael NiedermayerFix memleak, fixed CID123.
2008-05-27 Michael NiedermayerDo not read from prior the array, fix CID 127.
2008-05-27 Michael NiedermayerDo not use the pts/dts calculation code which needs...
2008-05-27 Vitor SessakAdd comment
2008-05-27 Vitor SessakFix doxy comments
2008-05-27 Dmitry AntipovAdd Intel IWMMXT2 link, patch by Dmitry Antipov, dmanti...
2008-05-27 Diego BiurrunCall x264 and Xvid libx264 and libxvid in the configure...
2008-05-27 Diego Biurruncosmetics: XviD is now called Xvid.
2008-05-27 Diego Biurruncosmetics: typo fixes
2008-05-27 Stefano SabatiniUpdate documentation of show_version() to account for...
2008-05-27 Baptiste Coudurieruse AVFifoBuffer
2008-05-27 Baptiste Couduriercosmetics
2008-05-27 Baptiste Couduriermerge init and declaration
2008-05-27 Baptiste Couduriersimplify and use version instead
2008-05-27 Baptiste Couduriersimplify
2008-05-27 Baptiste Couduriersimplify
2008-05-27 Baptiste Couduriercosmetics, remove useless cases and braces
2008-05-27 Baptiste Coudurieruse av_fifo_generic_write, old func is deprecated
2008-05-27 Baptiste Coudurierremove const qualifier, removes warning:
2008-05-27 Diego BiurrunDo not remove gmon.out on clean, we never create it.
2008-05-27 Justin Ruggleszero the upper frequencies of the correct coefficients
2008-05-27 Diego BiurrunRemove TAGS target cruft.
2008-05-27 Diego BiurrunSimplify phony target declaration.
2008-05-27 Diego BiurrunRename test-server target to servertest for consistency...
2008-05-26 Baptiste Couduriertypo
2008-05-26 Baptiste Coudurierregister myself as ffm maintainer
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes in variable...
2008-05-26 Stefano SabatiniClarify avcodec_encode_audio() vs. PCM audio.
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-05-26 Diego Biurruncosmetics: typo
2008-05-26 Diego Biurruncosmetics: Use C-style comments in #endif directives.
2008-05-26 Stefano Sabatinismall consistency fixes for the ffplay manual
2008-05-26 Stefano Sabatinismall consistency fixes for the ffserver manual
2008-05-26 Baptiste Coudurieraac and h264 in flv demuxing
2008-05-26 Baptiste Coudurieraac and h264 in flv muxing
2008-05-26 Baptiste Coudurieraac chan config is 0 if bitstream contains program_conf...
2008-05-26 Michael NiedermayerSupport non interleaved avi with phantom streams.
2008-05-26 Vitor SessakRename var: add read coefficients a decent name
2008-05-26 Vitor SessakUpdate comment
2008-05-26 Vitor SessakRename var: val -> energy
2008-05-26 Vitor SessakRename var: swapbuf* are LPC related
2008-05-26 Vitor SessakRename var: buffer_2 is an adaptive codebook
2008-05-26 Vitor SessakContext vars are not global vars. glob is a bad name...
2008-05-26 Vitor SessakRename context struct to be more consistent with the...
2008-05-26 Michael NiedermayerWarn about packed B-frames. (especially useful if the...
2008-05-26 Baptiste Coudurierupdate regression ref due to r13412
2008-05-26 Måns RullgårdRevert "Add version information to DLLs."
2008-05-26 Baptiste Coudurierreplace printf by av_log
2008-05-26 Baptiste Coudurieruse av_hex_dump_log
2008-05-26 Baptiste Coudurieruse dprintf
2008-05-26 Baptiste Couduriercosmetics, add demuxer word
2008-05-26 Baptiste Couduriercosmetics, remove useless dot
2008-05-26 Baptiste Coudurierreturn error if frame_offset is negative, prevent segfault
2008-05-26 Baptiste Coudurierreturn error if len is negative, prevent segfault
2008-05-26 Baptiste Couduriermove ffserver specific functions up and only include...
2008-05-26 Baptiste Couduriermove ffm_seek1 before get_pts function since func uses it
2008-05-26 Baptiste Couduriermove DEBUG_SEEK definition before get_pts since func...
2008-05-26 Baptiste Couduriermove get_pts function to avoid useless declaration
2008-05-26 Baptiste Coudurierremove unneeded include
2008-05-26 Baptiste Couduriersplit ffm de/muxer
2008-05-26 Baptiste Coudurierreenable test, data is available in this case
next