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 (Collapse)Author
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-03ac3dec: skip decoding and use error concealment for remaining blocks inJustin Ruggles
the frame after an error occurs. Originally committed as revision 15987 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-03mlp: initialize all CRC tables in a common function.Laurent Aimar
This way the decoder does not have to depend on the parser being initialized before. Patch by Laurent Aimar <fenrir at via dot ecp dot fr>. Originally committed as revision 15986 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-02Trivial rephrasing, avoids too long lineReynaldo H. Verdejo Pinochet
Originally committed as revision 15985 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-02Trivial, Cosmetics, mostly brace placement changesReynaldo H. Verdejo Pinochet
Originally committed as revision 15984 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-02Fix reading out of buffer during RV30/40 deblock mask calculationKostya Shishkov
Originally committed as revision 15983 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-0234l: forgot to change one case of chroma MC for RV40Kostya Shishkov
Originally committed as revision 15982 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-02Check RV30/40 slice offsets to be inside buffer.Kostya Shishkov
This fixes issue 738 Originally committed as revision 15981 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-02Update ff_rv34_decode_frame() arguments definitionKostya Shishkov
Originally committed as revision 15980 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-02Remove unused RV40 spatial intra prediction functionKostya Shishkov
Originally committed as revision 15979 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-02Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet
patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15978 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-02Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer
Fixes issue517 Originally committed as revision 15976 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-02More OKed parts of the QCELP decoderKenan Gillet
patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15975 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-01Remove hack added to make "make checkheaders" pass, it is unneeded nowVitor Sessak
Originally committed as revision 15974 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-01More OKed parts of the QCELP decoderKenan Gillet
patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15973 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-01Get rid of now unneeded pps/sps correctness code as pps/sps will notMichael Niedermayer
be used at all when anything fails sanity checks. Originally committed as revision 15972 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-01Allocate parameter sets sanely instead of using alloc_parameter_set().Michael Niedermayer
Avoids ending up with half initialized parameter sets. Fixes issue282. Originally committed as revision 15971 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-01enable RV40 decoderKostya Shishkov
Originally committed as revision 15968 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-01RV40 MC functionsKostya Shishkov
Originally committed as revision 15967 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-01Fix segfault due to deallocated entries in delayed_pic after size change.Michael Niedermayer
Fixes issue714. Originally committed as revision 15965 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-30More OKed parts of the QCELP decoderKenan Gillet
patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15961 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-30Handle AltiVec objects in a more elegant fashion, similar to MMX.Diego Biurrun
Originally committed as revision 15960 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-30Remove ineffectual hack that attempts to build ppc/check_altivec.o withoutDiego Biurrun
AltiVec flags. The flags are set by configure and used to compile all files anyway. Setting extra AltiVec options here just duplicates them for the files for which they are set. Originally committed as revision 15959 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-29Implement the fields rc_max_available_vbv_use andBaptiste Coudurier
rc_min_vbv_overflow_use in AVCodecContext, and use their values in the ratecontrol code rather than hardcoded ones. See the thread: "[RFC] ratecontrol buffer size magic". Patch by Baptiste Coudurier. Originally committed as revision 15955 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-29Add support for parsing and decoding DCA-HD streams.Kostya Shishkov
Originally committed as revision 15951 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-29RV40 loop filterKostya Shishkov
Originally committed as revision 15950 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-29Invoke future RV30/40 loop filter for already decoded rows instead ofKostya Shishkov
the whole frame at once. Originally committed as revision 15949 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-28Do not duplicate AAN DCT tables in dct-test.c.Diego Biurrun
Originally committed as revision 15948 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-28Add missing '-test' in name of imgresample test.Diego Biurrun
Originally committed as revision 15947 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-27Fix RV40 chroma MCKostya Shishkov
Originally committed as revision 15943 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-26Only build the imgresample test if the old scaler was enabled.Diego Biurrun
Originally committed as revision 15941 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-26Automatically check the dependencies for the AAN DCT tables.Diego Biurrun
This also makes the AAN DCT tables individually selectable. Originally committed as revision 15940 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-26Move aanscales tables to their own file; fixes compilation without encoders.Diego Biurrun
based on a patch by David Geldreich, david.geldreich free fr Originally committed as revision 15939 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-26cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible.Diego Biurrun
Originally committed as revision 15938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-26Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun
Originally committed as revision 15937 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-25Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64),Reimar Döffinger
to fix generated code on ICC 11.0. Originally committed as revision 15935 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-25snow: move scratch buffer from stack to malloced buffer in contextMåns Rullgård
This is required to ensure 16-byte alignment. Originally committed as revision 15934 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-25Disable unused code for now to allow 'make checkheaders' to pass.Diego Biurrun
Originally committed as revision 15933 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-25Add missing headers to get 'make checkheaders' closer to passing.Diego Biurrun
Originally committed as revision 15932 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-24svq1enc: move scratch buffer from stack to context to ensure alignmentMåns Rullgård
Originally committed as revision 15931 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-24flashsv: use skip_bits_long() where requiredMåns Rullgård
skip_bits(gb, n) with n > 17 doesn't work with all bitstream readers. Switch to skip_bits_long() instead. Originally committed as revision 15930 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-24move decoder initialization in separate function, earlier failure detectionBaptiste Coudurier
Originally committed as revision 15929 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-24Make non-void replacement functions actually return a value.Diego Biurrun
Originally committed as revision 15928 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-24Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.Diego Biurrun
Originally committed as revision 15927 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-24Use golomb_to_pict_type instead of its duplicate, slice_type_map.Diego Biurrun
Originally committed as revision 15926 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-24cosmetics: Align table for better readability.Diego Biurrun
Originally committed as revision 15925 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-24Some BMP files have file size declared in the header equal to headers sizeKostya Shishkov
without image data, so try to correct that value before conducting checks on declared file size. Originally committed as revision 15924 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-24Give more meaningful message on BMP header parsing errorKostya Shishkov
Originally committed as revision 15923 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-24Add known BMP header sizes.Kostya Shishkov
Now 11B*.bmp from samples repository can be decoded. Originally committed as revision 15922 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-24Add shift argument to MULL() macroMåns Rullgård
This replaces use of FRAC_BITS in the MULL() definition with a third argument specifying the shift amount. All uses of this macro are updated to pass FRAC_BITS as third argument. Originally committed as revision 15921 to svn://svn.ffmpeg.org/ffmpeg/trunk