aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* win32 fixesFabrice Bellard2001-08-1319-110/+546
* better vol header parsing for mpeg4Fabrice Bellard2001-08-131-43/+88
* arm optimizationsFabrice Bellard2001-08-133-2/+24
* arm specific codeFabrice Bellard2001-08-132-0/+413
* moved matrix init away from MPV_common_init()Fabrice Bellard2001-08-123-8/+20
* fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsingFabrice Bellard2001-08-121-11/+33
* fixed last zero mv for field - fixed mismatch handling for intra coefsFabrice Bellard2001-08-111-2/+4
* fixed mpeg2 interlaced DCTFabrice Bellard2001-08-111-4/+4
* removed incomplete seek patchFabrice Bellard2001-08-111-4/+0
* picture utilsFabrice Bellard2001-08-111-0/+97
* fixed mpeg2 qscale decodingFabrice Bellard2001-08-111-11/+18
* added interlaced MJPEG supportFabrice Bellard2001-08-111-2/+36
* added 422P, 444P support - added deinterlace support - added xxx to RGB24 con...Fabrice Bellard2001-08-111-29/+361
* fix msmpeg4 seekFabrice Bellard2001-08-111-0/+4
* export for imgconvert usageFabrice Bellard2001-08-112-1/+2
* new img_convert API - added deinterlacing filterFabrice Bellard2001-08-111-1/+11
* fixed mb_intra_vlc decoding table sizeFabrice Bellard2001-08-111-1/+1
* return dummy quality to avoid bug in -sameq case - forgot emms in error caseFabrice Bellard2001-08-081-3/+9
* fixed mpeg1 first block bug (pb with black picture optimisation for B frames)Fabrice Bellard2001-08-081-0/+1
* fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...)Fabrice Bellard2001-08-081-2/+2