aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* - Preliminary RTP friendly mode for H.263.Juanjo2001-11-195-34/+129
* - Added support to Inter4V+Q MBs to H.263 decoder.Juanjo2001-11-173-41/+61
* - Bug fixed on H.263 decoder initialization.Juanjo2001-11-171-5/+10
* - Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code.Juanjo2001-11-131-21/+23
* - Fixed a bug on H.263 MV prediction for MB on GOBs limits.Juanjo2001-11-123-11/+25
* Let loops will be alignedNick Kurshev2001-11-111-39/+2
* fixed gcc-3.0.x compilation (by Michael Niedermayer)Nick Kurshev2001-11-104-99/+94
* postprocessing array increased to handle HDTV resolutions (1920x1152)Arpi2001-11-051-2/+2
* dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>Arpi2001-11-031-11/+147
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-035-7/+125
* * fixed decoding busy loopZdenek Kabelac2001-10-311-1/+2
* missing headerNick Kurshev2001-10-271-0/+1
* headers installationNick Kurshev2001-10-271-1/+3
* Shared objects supportNick Kurshev2001-10-271-2/+16
* * and finaly avoid deadlock at the end of audio streamZdenek Kabelac2001-10-231-10/+9
* * fixes to avoid crash when broken mp3 header is foundZdenek Kabelac2001-10-231-2/+10
* * simple fix to avoid memcpy with len < 0Zdenek Kabelac2001-10-231-2/+4
* * prevent crash in decoderZdenek Kabelac2001-10-231-1/+1
* Added Juergen Keil fix on quant_tab[4] type.Juanjo2001-10-171-1/+1
* exporting qscale data for postprocessing (for MPlayer)Arpi2001-10-162-0/+13
* fixed pcm bitrateFabrice Bellard2001-09-241-2/+2
* suppressed mpglibFabrice Bellard2001-09-231-1/+0
* added pcm codecsFabrice Bellard2001-09-234-22/+446
* CONFIG_MPGLIB no more neededArpi2001-09-211-2/+2
* copyright changeFabrice Bellard2001-09-171-1/+1
* corrected mpeg audio encoding overflows - now it should give correct quality ...Fabrice Bellard2001-09-171-30/+24
* mlib mergeFabrice Bellard2001-09-164-12/+181
* fixed symetric quantization (better quality!)Fabrice Bellard2001-09-161-2/+4
* version changeFabrice Bellard2001-09-161-2/+2
* added get_bits_count()Fabrice Bellard2001-09-151-1/+5
* merged code and tables between encoder and decoderFabrice Bellard2001-09-153-278/+69
* added mpeg audio decoder tablesFabrice Bellard2001-09-151-0/+770
* added completely new mpeg audio decoder (integer only, free format support, l...Fabrice Bellard2001-09-151-120/+2208
* suppressed mpglibFabrice Bellard2001-09-151-8/+1
* memalign autodetectionNick Kurshev2001-09-131-19/+5
* Moved some H.263+ variables to MpegEncContext to be thread-safe.Juanjo2001-08-313-17/+21
* Added support to Unrestricted Motion Vectors (UMV)Juanjo2001-08-282-52/+183
* Aligned malloc. Another 10% of speedup.Nick Kurshev2001-08-201-0/+31
* win32 fixesFabrice Bellard2001-08-154-35/+34
* motion testFabrice Bellard2001-08-151-0/+133
* suppressed nasm stuffFabrice Bellard2001-08-151-8/+7
* removedFabrice Bellard2001-08-151-143/+0
* suppressed nasm dependancy - rewrote forward DCT and motion estimation codeFabrice Bellard2001-08-154-1305/+535
* changed opendivx to mpeg4Fabrice Bellard2001-08-154-11/+12
* log2 to av_log2Fabrice Bellard2001-08-152-3/+3
* copy avctxFabrice Bellard2001-08-151-0/+1
* fix got_picture outputFabrice Bellard2001-08-151-3/+3
* added draw_horiz_band testFabrice Bellard2001-08-152-7/+42
* log2 to av_log2 - added integer version defineFabrice Bellard2001-08-151-2/+3
* renamed log2 to av_log2Fabrice Bellard2001-08-151-2/+2