summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-035-7/+125
| | | | | | | | | - H.263/H.263+ decoder now knows GOB start codes. - H.263/H.263+ decoder now returns the size of the stream on the first call. - Added show_bits() functions to see the buffer without loosing the bits. - TODO: H.263v1 UMV parsing is buggy. Originally committed as revision 204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixed decoding busy loopZdenek Kabelac2001-10-311-1/+2
| | | | Originally committed as revision 203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missing headerNick Kurshev2001-10-271-0/+1
| | | | Originally committed as revision 197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* headers installationNick Kurshev2001-10-271-1/+3
| | | | Originally committed as revision 196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared objects supportNick Kurshev2001-10-271-2/+16
| | | | Originally committed as revision 194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * and finaly avoid deadlock at the end of audio streamZdenek Kabelac2001-10-231-10/+9
| | | | Originally committed as revision 183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixes to avoid crash when broken mp3 header is foundZdenek Kabelac2001-10-231-2/+10
| | | | Originally committed as revision 182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * simple fix to avoid memcpy with len < 0Zdenek Kabelac2001-10-231-2/+4
| | | | Originally committed as revision 180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * prevent crash in decoderZdenek Kabelac2001-10-231-1/+1
| | | | Originally committed as revision 179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added Juergen Keil fix on quant_tab[4] type.Juanjo2001-10-171-1/+1
| | | | Originally committed as revision 166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exporting qscale data for postprocessing (for MPlayer)Arpi2001-10-162-0/+13
| | | | Originally committed as revision 164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed pcm bitrateFabrice Bellard2001-09-241-2/+2
| | | | Originally committed as revision 149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed mpglibFabrice Bellard2001-09-231-1/+0
| | | | Originally committed as revision 141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added pcm codecsFabrice Bellard2001-09-234-22/+446
| | | | Originally committed as revision 140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_MPGLIB no more neededArpi2001-09-211-2/+2
| | | | Originally committed as revision 136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copyright changeFabrice Bellard2001-09-171-1/+1
| | | | Originally committed as revision 133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* corrected mpeg audio encoding overflows - now it should give correct quality ↵Fabrice Bellard2001-09-171-30/+24
| | | | | | even for very high volumes Originally committed as revision 132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlib mergeFabrice Bellard2001-09-164-12/+181
| | | | Originally committed as revision 131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed symetric quantization (better quality!)Fabrice Bellard2001-09-161-2/+4
| | | | Originally committed as revision 130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* version changeFabrice Bellard2001-09-161-2/+2
| | | | Originally committed as revision 129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added get_bits_count()Fabrice Bellard2001-09-151-1/+5
| | | | Originally committed as revision 120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merged code and tables between encoder and decoderFabrice Bellard2001-09-153-278/+69
| | | | Originally committed as revision 119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added mpeg audio decoder tablesFabrice Bellard2001-09-151-0/+770
| | | | Originally committed as revision 118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added completely new mpeg audio decoder (integer only, free format support, ↵Fabrice Bellard2001-09-151-120/+2208
| | | | | | lsf/mpeg25 support, high/low precision support, simpler code) Originally committed as revision 117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed mpglibFabrice Bellard2001-09-151-8/+1
| | | | Originally committed as revision 116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memalign autodetectionNick Kurshev2001-09-131-19/+5
| | | | Originally committed as revision 115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Moved some H.263+ variables to MpegEncContext to be thread-safe.Juanjo2001-08-313-17/+21
| | | | | | | Increase video_buffer on ffmpeg to avoid buffer overrun on big pictures. Originally committed as revision 114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added support to Unrestricted Motion Vectors (UMV)Juanjo2001-08-282-52/+183
| | | | | | | | on H.263+ encoding/decoding. According to Annex D. Now MV on H.263+ are 32x32 long. Originally committed as revision 113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Aligned malloc. Another 10% of speedup.Nick Kurshev2001-08-201-0/+31
| | | | Originally committed as revision 111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-154-35/+34
| | | | Originally committed as revision 110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion testFabrice Bellard2001-08-151-0/+133
| | | | Originally committed as revision 109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed nasm stuffFabrice Bellard2001-08-151-8/+7
| | | | Originally committed as revision 108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removedFabrice Bellard2001-08-151-143/+0
| | | | Originally committed as revision 105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed nasm dependancy - rewrote forward DCT and motion estimation codeFabrice Bellard2001-08-154-1305/+535
| | | | Originally committed as revision 104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed opendivx to mpeg4Fabrice Bellard2001-08-154-11/+12
| | | | Originally committed as revision 102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log2 to av_log2Fabrice Bellard2001-08-152-3/+3
| | | | Originally committed as revision 101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy avctxFabrice Bellard2001-08-151-0/+1
| | | | Originally committed as revision 100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix got_picture outputFabrice Bellard2001-08-151-3/+3
| | | | Originally committed as revision 99 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added draw_horiz_band testFabrice Bellard2001-08-152-7/+42
| | | | Originally committed as revision 98 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log2 to av_log2 - added integer version defineFabrice Bellard2001-08-151-2/+3
| | | | Originally committed as revision 97 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed log2 to av_log2Fabrice Bellard2001-08-151-2/+2
| | | | Originally committed as revision 96 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-1319-110/+546
| | | | Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better vol header parsing for mpeg4Fabrice Bellard2001-08-131-43/+88
| | | | Originally committed as revision 83 to svn://svn.ffmpeg.org/ffmpeg/trunk
* arm optimizationsFabrice Bellard2001-08-133-2/+24
| | | | Originally committed as revision 82 to svn://svn.ffmpeg.org/ffmpeg/trunk
* arm specific codeFabrice Bellard2001-08-132-0/+413
| | | | Originally committed as revision 79 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved matrix init away from MPV_common_init()Fabrice Bellard2001-08-123-8/+20
| | | | Originally committed as revision 77 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsingFabrice Bellard2001-08-121-11/+33
| | | | Originally committed as revision 76 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed last zero mv for field - fixed mismatch handling for intra coefsFabrice Bellard2001-08-111-2/+4
| | | | Originally committed as revision 75 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed mpeg2 interlaced DCTFabrice Bellard2001-08-111-4/+4
| | | | Originally committed as revision 74 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed incomplete seek patchFabrice Bellard2001-08-111-4/+0
| | | | Originally committed as revision 73 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud