summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* postprocessing array increased to handle HDTV resolutions (1920x1152)Arpi2001-11-05
* dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>Arpi2001-11-03
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-03
* * fixed decoding busy loopZdenek Kabelac2001-10-31
* missing headerNick Kurshev2001-10-27
* headers installationNick Kurshev2001-10-27
* Shared objects supportNick Kurshev2001-10-27
* * and finaly avoid deadlock at the end of audio streamZdenek Kabelac2001-10-23
* * fixes to avoid crash when broken mp3 header is foundZdenek Kabelac2001-10-23
* * simple fix to avoid memcpy with len < 0Zdenek Kabelac2001-10-23
* * prevent crash in decoderZdenek Kabelac2001-10-23
* Added Juergen Keil fix on quant_tab[4] type.Juanjo2001-10-17
* exporting qscale data for postprocessing (for MPlayer)Arpi2001-10-16
* fixed pcm bitrateFabrice Bellard2001-09-24
* suppressed mpglibFabrice Bellard2001-09-23
* added pcm codecsFabrice Bellard2001-09-23
* CONFIG_MPGLIB no more neededArpi2001-09-21
* copyright changeFabrice Bellard2001-09-17
* corrected mpeg audio encoding overflows - now it should give correct quality ...Fabrice Bellard2001-09-17
* 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