summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* postprocessing cleanup:Michael Niedermayer2002-10-28
| | | | | | | | | | | | | | remove opendivx #ifdefs remove rk1 filter remove unused / obsolete stuff add -1,4,2,4,-1 deinterlacing filter (ffmpeg uses that) threadsafe / no more non-const globals some optimizations different strides for Y,U,V possible remove ebx usage (someone really should fix gcc, this is really lame) change the dering filter slightly (tell me if its worse for any files) Originally committed as revision 7947 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), ↵Alex Beregszaszi2002-10-28
| | | | | | workarounded a restart interval bug (Spectralfan.mov) (rst support should be rewritten and moved from decode_sos) Originally committed as revision 1094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed block size selectionFabrice Bellard2002-10-28
| | | | Originally committed as revision 1093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unified wav header parsing - added extradata supportFabrice Bellard2002-10-28
| | | | Originally committed as revision 1092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added new fft/mdct code - added fft-test programFabrice Bellard2002-10-28
| | | | Originally committed as revision 1091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added wma decoderFabrice Bellard2002-10-28
| | | | Originally committed as revision 1090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* preparing integration of new AC3 decoderFabrice Bellard2002-10-28
| | | | Originally committed as revision 1089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new generic FFT/MDCT code for audio codecsFabrice Bellard2002-10-28
| | | | Originally committed as revision 1088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updated - feel free to correct/improveFabrice Bellard2002-10-28
| | | | Originally committed as revision 1087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added Michael's pageFabrice Bellard2002-10-27
| | | | Originally committed as revision 1086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new texinfo documentation - HTML version also includedFabrice Bellard2002-10-27
| | | | Originally committed as revision 1085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc2()Michael Niedermayer2002-10-27
| | | | Originally committed as revision 1084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 3rd 10l - don't let it read data beyond the end of frameArpi2002-10-27
| | | | Originally committed as revision 1083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2nd 10l (noticed by arpi)Alex Beregszaszi2002-10-27
| | | | Originally committed as revision 1082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor speedup noticed by arpiAlex Beregszaszi2002-10-27
| | | | Originally committed as revision 1081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2002-10-27
| | | | Originally committed as revision 1080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reworked decode_frame marker searching, fixes many non-working samplesAlex Beregszaszi2002-10-27
| | | | Originally committed as revision 1079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mergeing inter & intra rl_length tables (50% smaller & no meassureable ↵Michael Niedermayer2002-10-27
| | | | | | difference in filesize/quality) Originally committed as revision 1078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 75% smaller rl_length tableMichael Niedermayer2002-10-27
| | | | Originally committed as revision 1077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dsputil mmi cleanup patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-10-27
| | | | Originally committed as revision 1076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle direct rendering buffer allocation failureMichael Niedermayer2002-10-27
| | | | Originally committed as revision 1075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing bitrate display if -acodec copy is used, patch by (Kareila <cokewench ↵Kareila2002-10-26
| | | | | | at yahoo dot com>) Originally committed as revision 1074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fix patch by (Juergen Keil <jk at tools dot de>)Jürgen Keil2002-10-26
| | | | Originally committed as revision 1073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing decoding of streams with no keyframe at the startMichael Niedermayer2002-10-25
| | | | Originally committed as revision 1072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* idct_permutation_type variable, so the permutation type can quickly be ↵Michael Niedermayer2002-10-25
| | | | | | identified Originally committed as revision 1071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression test for H263+Michael Niedermayer2002-10-25
| | | | Originally committed as revision 1070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slice encoding cleanupMichael Niedermayer2002-10-25
| | | | Originally committed as revision 1069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clip MVs for direct modeMichael Niedermayer2002-10-24
| | | | Originally committed as revision 1068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot ↵Colin Leroy2002-10-23
| | | | | | net>) Originally committed as revision 7892 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* optimize block_permute()Michael Niedermayer2002-10-23
| | | | | | | optimize dct_quantize_c() dont permute s->q_inter/intra_matrix Originally committed as revision 1067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing interlaced MC & edge-emuMichael Niedermayer2002-10-23
| | | | Originally committed as revision 1066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more defaultsMichael Niedermayer2002-10-22
| | | | Originally committed as revision 1065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid qpel bug autodetectMichael Niedermayer2002-10-22
| | | | Originally committed as revision 1064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid qpel bug workaroundMichael Niedermayer2002-10-22
| | | | Originally committed as revision 1063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put/get portable for IEEE double - renamed put_native_string/get_native_stringFabrice Bellard2002-10-22
| | | | Originally committed as revision 1062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* single frame output fixFabrice Bellard2002-10-21
| | | | Originally committed as revision 1061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed write_packet API - should work as beforeFabrice Bellard2002-10-21
| | | | Originally committed as revision 1060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new PTS api - corrected AV sync for transcoding - factorized ↵Fabrice Bellard2002-10-21
| | | | | | print_report() code Originally committed as revision 1059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the new output PTS handling is now genericFabrice Bellard2002-10-21
| | | | Originally committed as revision 1058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new ffserver options patch by (D Richard Felker III <dalias at aerifal dot cx>)D Richard Felker III2002-10-21
| | | | Originally committed as revision 1057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PTS api - suppressed redundant fourcc tags (don't know why it was ↵Fabrice Bellard2002-10-21
| | | | | | duplicated) Originally committed as revision 1056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use consistant PTS handling - fixed MPEG2 Pack header generation (clock_ref ↵Fabrice Bellard2002-10-21
| | | | | | value is still slightly inaccurate) Originally committed as revision 1055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AV synchronisation APIFabrice Bellard2002-10-21
| | | | Originally committed as revision 1054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new video grab device for ATI All-In-Wonder cards based on the GATOS km ↵Michael Niedermayer2002-10-20
| | | | | | driver patch by (Fred <foohoo at shaw dot ca>) Originally committed as revision 1053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing msmpeg4v3 encoding at bitrates <128kMichael Niedermayer2002-10-20
| | | | Originally committed as revision 1052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing h263 slice decoding (again)Michael Niedermayer2002-10-19
| | | | Originally committed as revision 1051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing interlaced dct with 4mvMichael Niedermayer2002-10-19
| | | | Originally committed as revision 1050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing h263 decoding (did segfault)Michael Niedermayer2002-10-19
| | | | Originally committed as revision 1049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing interlaced dct + hq modeMichael Niedermayer2002-10-18
| | | | Originally committed as revision 1048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid multiple initMichael Niedermayer2002-10-17
| | | | Originally committed as revision 7770 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc