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-03-08Move the local includes below the system includesMartin Storsjö
2010-03-08w32thread: Make avcodec_thread_execute2() static here as wellAndreas Öman
2010-03-08Make avcodec_thread_execute2() staticAndreas Öman
2010-03-08targeenc: fix rgb555 encoding on big endian systems.Alexis Ballier
2010-03-08Make Indeo 5 decoder more robust on bitstream errors.Maxim Poliakovski
2010-03-08Scale tile dimensions in case both local decoding and scalability modeMaxim Poliakovski
2010-03-08Add an HE-AAC v1 decoder.Alex Converse
2010-03-08sh4: move dsputil prototypes to header fileMåns Rullgård
2010-03-08sh4: fix about 1000 warningsMåns Rullgård
2010-03-08bfin: fix function prototypesMåns Rullgård
2010-03-08ARM: move mpegvideo prototypes to a header fileMåns Rullgård
2010-03-08Alpha: move dsputil prototypes to a header fileMåns Rullgård
2010-03-08IFF: move ff_cmap_read_palette() prototype to a header fileMåns Rullgård
2010-03-0810l: AAC: Set multiplier to 0.Alex Converse
2010-03-08AAC: Set codec parameters in the first frame rather than in .init()Alex Converse
2010-03-08Create a public API for FFT family of functionsMåns Rullgård
2010-03-08Give RDFT types more meaningful namesMåns Rullgård
2010-03-08Update include directives in fft-test.cMåns Rullgård
2010-03-08Increase FF_INPUT_BUFFER_PADDING_SIZE to 64.Alex Converse
2010-03-08AAC: Add a new line after the TNS error message.Alex Converse
2010-03-07Add support for non-backwards compatible signaled parametric stereo.Alex Converse
2010-03-07Band quant tables should not be assigned inside band tile loop,Maxim Poliakovski
2010-03-07Fix --enable-hardcoded-tables compilation: the generate table files nowReimar Döffinger
2010-03-07When tracking non-zero coefficients during Indeo 5 decoding, make sureMaxim Poliakovski
2010-03-07header for common code between mp3 decoder and encoder.Michael Niedermayer
2010-03-07PPC: move prototypes to headers and make some functions staticMåns Rullgård
2010-03-07x86: move function prototypes to header filesMåns Rullgård
2010-03-07Move ff_spatial_dwt() prototype to snow.hMåns Rullgård
2010-03-07Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård
2010-03-07Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård
2010-03-07Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.cMåns Rullgård
2010-03-07Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård
2010-03-07Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård
2010-03-07Make some functions staticMåns Rullgård
2010-03-07Add some missing #includesMåns Rullgård
2010-03-06Fix last frame block size correction.Thilo Borgmann
2010-03-06Bink version 'h' also has chroma planes swappedKostya Shishkov
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-03-06Move DECLARE_ALIGNED_{8,16} macros to mem.hMåns Rullgård
2010-03-05Round correctly chroma picture height.Vitor Sessak
2010-03-05Add initial support for 12-bit color mode.Janusz Krzysztofik
2010-03-05Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss().Janusz Krzysztofik
2010-03-04Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.Laurent Aimar
2010-03-04Fixed buffer overread in flashsv decoder.Laurent Aimar
2010-03-04AAC: Return the number of bytes consumed in decoding a frame.Alex Converse
2010-03-04Really fix 2.95David Conrad
2010-03-04Maybe fix gcc 2.95David Conrad
2010-03-04Cope with rev 22183:Gwenole Beauchesne
2010-03-04AAC: Mark predictor functions av_always_inline.Alex Converse