1291 Commits (f3a344472140a8455cab54b53faf564cfff9a4d2)
 

Author SHA1 Message Date
Alex Beregszaszi f3a3444721 FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), workarounded a restart interval bug (Spectralfan.mov) (rst support should be rewritten and moved from decode_sos) 22 years ago
Fabrice Bellard 64c133898a fixed block size selection 22 years ago
Fabrice Bellard e095026ab4 unified wav header parsing - added extradata support 22 years ago
Fabrice Bellard 6d2abd6b3e added new fft/mdct code - added fft-test program 22 years ago
Fabrice Bellard bc8d1857fb added wma decoder 22 years ago
Fabrice Bellard 6107fa87b4 preparing integration of new AC3 decoder 22 years ago
Fabrice Bellard bb6f569072 new generic FFT/MDCT code for audio codecs 22 years ago
Fabrice Bellard 6d29182097 updated - feel free to correct/improve 22 years ago
Fabrice Bellard 60837265bc added Michael's page 22 years ago
Fabrice Bellard 9181577ccb new texinfo documentation - HTML version also included 22 years ago
Michael Niedermayer 1c0a593ac8 get_vlc2() 22 years ago
Arpi 055317a74c 3rd 10l - don't let it read data beyond the end of frame 22 years ago
Alex Beregszaszi 9d3748bed3 2nd 10l (noticed by arpi) 22 years ago
Alex Beregszaszi 7b5c80f6bb minor speedup noticed by arpi 22 years ago
Alex Beregszaszi 97d4469a74 10l 22 years ago
Alex Beregszaszi 109362cbf4 reworked decode_frame marker searching, fixes many non-working samples 22 years ago
Michael Niedermayer 060f89b328 mergeing inter & intra rl_length tables (50% smaller & no meassureable difference in filesize/quality) 22 years ago
Michael Niedermayer f3c09da19f 75% smaller rl_length table 22 years ago
Leon van Stuivenberg a09907d988 dsputil mmi cleanup patch by (Leon van Stuivenberg <leonvs at iae dot nl>) 22 years ago
Michael Niedermayer d6db1c9c6a handle direct rendering buffer allocation failure 22 years ago
Kareila 5d9827bcf6 fixing bitrate display if -acodec copy is used, patch by (Kareila <cokewench at yahoo dot com>) 22 years ago
Jürgen Keil 384855eebf segfault fix patch by (Juergen Keil <jk at tools dot de>) 22 years ago
Michael Niedermayer 917f58279d fixing decoding of streams with no keyframe at the start 22 years ago
Michael Niedermayer 50eb9cbc44 idct_permutation_type variable, so the permutation type can quickly be identified 22 years ago
Michael Niedermayer 6e2d5f1aea regression test for H263+ 22 years ago
Michael Niedermayer 945eeee15e slice encoding cleanup 22 years ago
Michael Niedermayer c42612f1b4 clip MVs for direct mode 22 years ago
Colin Leroy 470ba6f28a fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot net>) 22 years ago
Michael Niedermayer 7801d21d13 optimize block_permute() 22 years ago
Michael Niedermayer 4a3d7fbcbc fixing interlaced MC & edge-emu 22 years ago
Michael Niedermayer 8d0e42cad0 more defaults 22 years ago
Michael Niedermayer 7da71a5c68 xvid qpel bug autodetect 22 years ago
Michael Niedermayer 03e93d35b0 xvid qpel bug workaround 22 years ago
Fabrice Bellard 3b4b29dcd9 put/get portable for IEEE double - renamed put_native_string/get_native_string 22 years ago
Fabrice Bellard d4c0ff917d single frame output fix 22 years ago
Fabrice Bellard 90dca1411d changed write_packet API - should work as before 22 years ago
Fabrice Bellard ec5517d5cf use new PTS api - corrected AV sync for transcoding - factorized print_report() code 22 years ago
Fabrice Bellard 1e51d801d3 the new output PTS handling is now generic 22 years ago
D Richard Felker III 6b10e6e48c new ffserver options patch by (D Richard Felker III <dalias at aerifal dot cx>) 22 years ago
Fabrice Bellard 17a241dd0b use PTS api - suppressed redundant fourcc tags (don't know why it was duplicated) 22 years ago
Fabrice Bellard b2cac18443 use consistant PTS handling - fixed MPEG2 Pack header generation (clock_ref value is still slightly inaccurate) 22 years ago
Fabrice Bellard 916c80e94a AV synchronisation API 22 years ago
Michael Niedermayer 3f9bff71b5 new video grab device for ATI All-In-Wonder cards based on the GATOS km driver patch by (Fred <foohoo at shaw dot ca>) 22 years ago
Michael Niedermayer fc48cbad5b fixing msmpeg4v3 encoding at bitrates <128k 22 years ago
Michael Niedermayer 35aa136a77 fixing h263 slice decoding (again) 22 years ago
Michael Niedermayer 49943a18d0 fixing interlaced dct with 4mv 22 years ago
Michael Niedermayer 8b32880cc9 fixing h263 decoding (did segfault) 22 years ago
Michael Niedermayer fb8a9e2f37 fixing interlaced dct + hq mode 22 years ago
Michael Niedermayer 8ecc6a4629 avoid multiple init 22 years ago
Michael Niedermayer 9fee1e234e init flags before using it (found by arpi) 22 years ago