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
2010-01-11AAC: escape_sequence is 21 bits maxMåns Rullgård
2010-01-11fft-test: Add RDFT/IRDFT support.Alex Converse
2010-01-11fft-test: Replace do_mdct with a tf_transform enum and switch on it.Alex Converse
2010-01-11Fix two RLE buffer size calculations in TSCC decoder.Kostya Shishkov
2010-01-1110l: Fix forgotten variable rename from r14893 (fixes issue 1675).Carl Eugen Hoyos
2010-01-11Add missing internal.h to files calling ff_match_2uint16().Alexander Strange
2010-01-11Optimize ff_snow_horizontal_compose97i.Michael Niedermayer
2010-01-11Merge vertical_compose53iL0*()Michael Niedermayer
2010-01-11Optimize horizontal_compose53i() by inlining inv_lift() and optimizing theMichael Niedermayer
2010-01-11Add support for dirac in oggDavid Conrad
2010-01-11Add a function to parse Dirac's sequence headerDavid Conrad
2010-01-11Export fullrange flag and color information for h.264David Conrad
2010-01-11SIPR decoder for modes 8k5, 6k5 and 5k0.Vladimir Voroshilov
2010-01-10Deluxe Paint Animation decoderPeter Ross
2010-01-10Doxy for ff_match_2uint16().Michael Niedermayer
2010-01-10Fix implicit declaration warning.Michael Niedermayer
2010-01-09Add a function to match a 2 element vector of uint16_t and use it in h263 and...Michael Niedermayer
2010-01-09Make inter_level/run global again, msmpeg4 uses them.Michael Niedermayer
2010-01-09Make some tables static again, i mistakely thought they would be used in severalMichael Niedermayer
2010-01-09Export get_slice_type() as ff_h264_get_slice_type().Laurent Aimar
2010-01-09Split H263 encoder and decoder from common code.Michael Niedermayer
2010-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
2010-01-09Always initialize bit_depth_luma and bit_depth_chroma in the H264Laurent Aimar
2010-01-09update my email addressPeter Ross
2010-01-08Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.Michael Niedermayer
2010-01-08Change local variable type from unsigned int to int in order toThilo Borgmann
2010-01-08Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer
2010-01-08Use h263 tables in msmpeg4v1 dont duplicate them halfway.Michael Niedermayer
2010-01-08Release cyuv/aura decoder bufferDaniel Verkamp
2010-01-08AAC: add a const to decode_spectrum_and_dequant() argsMåns Rullgård
2010-01-08Rename most non static h263 tables so their name contains h263.Michael Niedermayer
2010-01-08Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readabilityMichael Niedermayer
2010-01-08Rename DCtab_*, its a global variable and it helps understanding if mpeg4Michael Niedermayer
2010-01-08Snow : re-indent after r21093.Jai Menon
2010-01-08Snow : remove pointless 'if(1)'.Jai Menon
2010-01-08Remove useless line.Michael Niedermayer
2010-01-08Fix indention.Michael Niedermayer
2010-01-08Log unknown NAL code from correct contextAndreas Öman
2010-01-08Snow : use non-NULL context for av_log.Jai Menon
2010-01-08Cosmetics : remove duplicated comment.Jai Menon
2010-01-08Explain why the level variable is magically inceased in mpeg4_encode_dc().Diego Biurrun
2010-01-08fft-test: whitespace cosmeticsAlex Converse
2010-01-08Snow : release buffers allocated using avctx->get_buffer.Jai Menon
2010-01-08Set bits_per_coded_sample in the raw video encoder.Jai Menon
2010-01-08Add a few CONFIG_MPEG4_DECODER that should be there.Michael Niedermayer
2010-01-08Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer
2010-01-08Add multi-channel correlation support for ALS.Thilo Borgmann
2010-01-08Fix red/blue swap for 4xa files.Carl Eugen Hoyos
2010-01-08Optimize short-term prediction by reducing index arithmetic.Thilo Borgmann
2010-01-07Add some const qualifiers.Michael Niedermayer