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
2001-10-17Added Juergen Keil fix on quant_tab[4] type.Juanjo
2001-10-17exporting qscale data for postprocessing (for MPlayer)Arpi
2001-09-25fixed pcm bitrateFabrice Bellard
2001-09-23suppressed mpglibFabrice Bellard
2001-09-23added pcm codecsFabrice Bellard
2001-09-22CONFIG_MPGLIB no more neededArpi
2001-09-18copyright changeFabrice Bellard
2001-09-18corrected mpeg audio encoding overflows - now it should give correct quality ...Fabrice Bellard
2001-09-17mlib mergeFabrice Bellard
2001-09-17fixed symetric quantization (better quality!)Fabrice Bellard
2001-09-17version changeFabrice Bellard
2001-09-16added get_bits_count()Fabrice Bellard
2001-09-16merged code and tables between encoder and decoderFabrice Bellard
2001-09-16added mpeg audio decoder tablesFabrice Bellard
2001-09-16added completely new mpeg audio decoder (integer only, free format support, l...Fabrice Bellard
2001-09-16suppressed mpglibFabrice Bellard
2001-09-13memalign autodetectionNick Kurshev
2001-08-31Moved some H.263+ variables to MpegEncContext to be thread-safe.Juanjo
2001-08-29Added support to Unrestricted Motion Vectors (UMV)Juanjo
2001-08-20Aligned malloc. Another 10% of speedup.Nick Kurshev
2001-08-16win32 fixesFabrice Bellard
2001-08-16motion testFabrice Bellard
2001-08-16suppressed nasm stuffFabrice Bellard
2001-08-16removedFabrice Bellard
2001-08-16suppressed nasm dependancy - rewrote forward DCT and motion estimation codeFabrice Bellard
2001-08-15changed opendivx to mpeg4Fabrice Bellard
2001-08-15log2 to av_log2Fabrice Bellard
2001-08-15copy avctxFabrice Bellard
2001-08-15fix got_picture outputFabrice Bellard
2001-08-15added draw_horiz_band testFabrice Bellard
2001-08-15log2 to av_log2 - added integer version defineFabrice Bellard
2001-08-15renamed log2 to av_log2Fabrice Bellard
2001-08-14win32 fixesFabrice Bellard
2001-08-14better vol header parsing for mpeg4Fabrice Bellard
2001-08-14arm optimizationsFabrice Bellard
2001-08-14arm specific codeFabrice Bellard
2001-08-12moved matrix init away from MPV_common_init()Fabrice Bellard
2001-08-12fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsingFabrice Bellard
2001-08-12fixed last zero mv for field - fixed mismatch handling for intra coefsFabrice Bellard
2001-08-12fixed mpeg2 interlaced DCTFabrice Bellard
2001-08-11removed incomplete seek patchFabrice Bellard
2001-08-11picture utilsFabrice Bellard
2001-08-11fixed mpeg2 qscale decodingFabrice Bellard
2001-08-11added interlaced MJPEG supportFabrice Bellard
2001-08-11added 422P, 444P support - added deinterlace support - added xxx to RGB24 con...Fabrice Bellard
2001-08-11fix msmpeg4 seekFabrice Bellard
2001-08-11export for imgconvert usageFabrice Bellard
2001-08-11new img_convert API - added deinterlacing filterFabrice Bellard
2001-08-11fixed mb_intra_vlc decoding table sizeFabrice Bellard
2001-08-09return dummy quality to avoid bug in -sameq case - forgot emms in error caseFabrice Bellard