summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* mlib mergeFabrice Bellard2001-09-16
* fixed symetric quantization (better quality!)Fabrice Bellard2001-09-16
* version changeFabrice Bellard2001-09-16
* added get_bits_count()Fabrice Bellard2001-09-15
* merged code and tables between encoder and decoderFabrice Bellard2001-09-15
* added mpeg audio decoder tablesFabrice Bellard2001-09-15
* added completely new mpeg audio decoder (integer only, free format support, l...Fabrice Bellard2001-09-15
* suppressed mpglibFabrice Bellard2001-09-15
* memalign autodetectionNick Kurshev2001-09-13
* Moved some H.263+ variables to MpegEncContext to be thread-safe.Juanjo2001-08-31
* Added support to Unrestricted Motion Vectors (UMV)Juanjo2001-08-28
* Aligned malloc. Another 10% of speedup.Nick Kurshev2001-08-20
* win32 fixesFabrice Bellard2001-08-15
* motion testFabrice Bellard2001-08-15
* suppressed nasm stuffFabrice Bellard2001-08-15
* removedFabrice Bellard2001-08-15
* suppressed nasm dependancy - rewrote forward DCT and motion estimation codeFabrice Bellard2001-08-15
* changed opendivx to mpeg4Fabrice Bellard2001-08-15
* log2 to av_log2Fabrice Bellard2001-08-15
* copy avctxFabrice Bellard2001-08-15
* fix got_picture outputFabrice Bellard2001-08-15
* added draw_horiz_band testFabrice Bellard2001-08-15
* log2 to av_log2 - added integer version defineFabrice Bellard2001-08-15
* renamed log2 to av_log2Fabrice Bellard2001-08-15
* win32 fixesFabrice Bellard2001-08-13
* better vol header parsing for mpeg4Fabrice Bellard2001-08-13
* arm optimizationsFabrice Bellard2001-08-13
* arm specific codeFabrice Bellard2001-08-13
* moved matrix init away from MPV_common_init()Fabrice Bellard2001-08-12
* fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsingFabrice Bellard2001-08-12
* fixed last zero mv for field - fixed mismatch handling for intra coefsFabrice Bellard2001-08-11
* fixed mpeg2 interlaced DCTFabrice Bellard2001-08-11
* removed incomplete seek patchFabrice Bellard2001-08-11
* picture utilsFabrice Bellard2001-08-11
* fixed mpeg2 qscale decodingFabrice Bellard2001-08-11
* added interlaced MJPEG supportFabrice Bellard2001-08-11
* added 422P, 444P support - added deinterlace support - added xxx to RGB24 con...Fabrice Bellard2001-08-11
* fix msmpeg4 seekFabrice Bellard2001-08-11
* export for imgconvert usageFabrice Bellard2001-08-11
* new img_convert API - added deinterlacing filterFabrice Bellard2001-08-11
* fixed mb_intra_vlc decoding table sizeFabrice Bellard2001-08-11
* return dummy quality to avoid bug in -sameq case - forgot emms in error caseFabrice Bellard2001-08-08
* fixed mpeg1 first block bug (pb with black picture optimisation for B frames)Fabrice Bellard2001-08-08
* fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...)Fabrice Bellard2001-08-08
* added forgotten emms() - fix various segmentation faults when using mjpegFabrice Bellard2001-08-08
* Portability and testing issuesNick Kurshev2001-08-08
* added mmx idctFabrice Bellard2001-08-07
* fixed scan protosFabrice Bellard2001-08-07
* fixed block permutation in encoder (not optimal - should move it in forward D...Fabrice Bellard2001-08-07
* updated scansFabrice Bellard2001-08-07