Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-01Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_...Peter Ross
2008-08-01Revert r14484 hunk that deleted the 'include avcodec.h' statement.Peter Ross
2008-08-01Use compression level to set mp3lame quality option.Nicolas George
2008-07-31fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471Baptiste Coudurier
2008-07-31Fix a potential out of array writing.Mathieu Malaterre
2008-07-31Write sample format description within avcodec_string()Peter Ross
2008-07-31Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g...Peter Ross
2008-07-31Use static vlc structure to decode layer 3 huffman tables.Art Clarke
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-30Simplify intra PCM MB handling.Michael Niedermayer
2008-07-29Do not declare a counter as unsigned when it is not neededVitor Sessak
2008-07-29Cosmetics: rename loop counter vars to i,jVitor Sessak
2008-07-29Cosmetics: rename loop counter vars to i,jVitor Sessak
2008-07-29r14205 broke vorbis float_to_int on ppcLoren Merritt
2008-07-29Use #define instead of a constant. Patch by Paul Kendall.Paul Kendall
2008-07-28Small h264 decoding speed optimization: while->do/whileJason Garrett-Glaser
2008-07-28Cosmetics: new lineVitor Sessak
2008-07-28Remove the now useless phase variable from contextVitor Sessak
2008-07-28increment minor version for commit r14412 (add sample_fmts infrastructure)Peter Ross
2008-07-28Cosmetics: make comment match var nameVitor Sessak
2008-07-28Cosmetics: align commentsVitor Sessak
2008-07-28Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/Vitor Sessak
2008-07-28Declare temporary buffers to be only of the necessary sizeVitor Sessak
2008-07-28Remove redundant commentsVitor Sessak
2008-07-28Cosmetics: do not align with now removed next instructionVitor Sessak
2008-07-28Cosmetics: remove braces and useless newlineVitor Sessak
2008-07-28Change the way the input is passed to do_hybrid_filter(). Before, in[0] wasVitor Sessak
2008-07-28Remove RA288Context.output buffer. This buffer is just RA288Context.sbVitor Sessak
2008-07-28Add a few comments pointing to the G.728 specificationVitor Sessak
2008-07-28Remove the history buffer from the context. It can easily be evaluatedVitor Sessak
2008-07-28Remove unused variable.Diego Biurrun
2008-07-28Rename two context buffers: pr{1,2} -> {sp,gain}_lpc. Also add a few doxyVitor Sessak
2008-07-28Complete documentation for av_set_string().Stefano Sabatini
2008-07-28Remove st1 and st2 temporary buffers in backward_filter() and use insteadVitor Sessak
2008-07-28Change slightly the meaning of RA288Context.phase. ThisVitor Sessak
2008-07-27Initialize outputed_poc to INT_MIN at decoder initialization.Jeff Downs
2008-07-27left_block intialisation optimisation.Paul Kendall
2008-07-27AAC tables and data that have been OKed by MichaelRobert Swain
2008-07-26And.... Fix another spec reference to be more specific and correct.Jeff Downs
2008-07-26Fix reference to spec to be more specific and correct.Jeff Downs
2008-07-26Remove st1 and st2 variables from context, since they could be just local varsVitor Sessak
2008-07-26Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{re...Vitor Sessak
2008-07-26Simple refactoring to resolve a FIXME. Patch by Paul Kendall.Paul Kendall
2008-07-26Cosmetics: remove useless parenthesisVitor Sessak
2008-07-26Move colmult() function to the beginning of file to group DSP-related functions.Vitor Sessak
2008-07-26Remove an useless comment describing colmult()Vitor Sessak
2008-07-26Remove an useless comment describing prodsum()Vitor Sessak
2008-07-26Give the context variables of ra288 a better name: s/glob/ractx/Vitor Sessak
2008-07-26Give the context structure of ra288 a better name: s/Real288_internal/RA288Co...Vitor Sessak
2008-07-26add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum.Peter Ross