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
2005-05-18some optimizations gcc should have done (10% faster loop filter)Michael Niedermayer
2005-05-18SATURATE_U8 -> clip_uint8 (10% faster loop filter)Michael Niedermayer
2005-05-17Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)Michael Niedermayer
2005-05-17porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct APIMichael Niedermayer
2005-05-17remove duplicate zigzag tablesMichael Niedermayer
2005-05-17fix idct permutationMichael Niedermayer
2005-05-17porting vp3 idct over to lavc idct apiMichael Niedermayer
2005-05-17remove permutation done to quant tables and then undone during idctMichael Niedermayer
2005-05-17disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ...Michael Niedermayer
2005-05-17fix last coeffMichael Niedermayer
2005-05-17clear blocks after each idct instead of per pictureMichael Niedermayer
2005-05-17parse and save hrd_fullness and range_mapIvan Kalvachev
2005-05-17some benchmarking codeMichael Niedermayer
2005-05-16various 10l fixes for the loop filterMichael Niedermayer
2005-05-16whitespace cosmeticsIvan Kalvachev
2005-05-16fix dequant matrixMichael Niedermayer
2005-05-15another try at decode_ref_pic_list_reordering()Michael Niedermayer
2005-05-15work with latest svn of x264Måns Rullgård
2005-05-14preserve parse contextMichael Niedermayer
2005-05-14fill missing reference pictures with something to avoid assertion failureMichael Niedermayer
2005-05-1410l (%f vs. %Ld)Michael Niedermayer
2005-05-14fix theora header parsingMatthieu Castet
2005-05-14remove/replace non-ascii charactersMåns Rullgård
2005-05-13change extradata format for vorbisMåns Rullgård
2005-05-13alignment fix by (Gábor Kovács >picard demoscene hu)Michael Niedermayer
2005-05-1310l (mb_type uninitalized and then changed and overwritten)Michael Niedermayer
2005-05-13typo found by Chengji ZhaoMichael Niedermayer
2005-05-12arm alignment fixMichael Niedermayer
2005-05-12few bistream fixes and verbosity tweaksIvan Kalvachev
2005-05-12sanity checkMichael Niedermayer
2005-05-12some asserts()Michael Niedermayer
2005-05-12b_frame_strategy sanity checkMichael Niedermayer
2005-05-12Add missing pp=ac to pp_help.Diego Biurrun
2005-05-11fixing decoding of AlanKay-245.asfMichael Niedermayer
2005-05-11theora decoding using libtheoraMåns Rullgård
2005-05-11support the LE reader, so it can be tested a littleMichael Niedermayer
2005-05-11LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programo...Michael Niedermayer
2005-05-11typoMichael Niedermayer
2005-05-11a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson
2005-05-10optimizationMichael Niedermayer
2005-05-10change macros to inline functionsMichael Niedermayer
2005-05-09#defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer
2005-05-08fix PICMichael Niedermayer
2005-05-08support BUILDSUF patch by <charles dot yates at pandora dot be>Charles Yates
2005-05-08fix block corruption caused by clear_blocks() optimizationMichael Niedermayer
2005-05-08overflow fixMichael Niedermayer
2005-05-08complain about mpeg4 limits only if codec_id == MPEG4Michael Niedermayer
2005-05-07ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net)Roine Gustafsson
2005-05-07minor optimization of the h264 loop filterMichael Niedermayer
2005-05-07reverse 1 hunk from 1.96->1.97, fixes decoding of (MR1_BT_A.h264 and MR1_MW_A...Michael Niedermayer