2518 Commits (9786bd4d94a72ce4245398c3067c016852d1fd55)

Author SHA1 Message Date
Michael Niedermayer e993bc03ac 10000l vbr mp3 fix 20 years ago
Michael Niedermayer a3a5f4d6c3 support 32bit output for the mpeg audio decoder 20 years ago
Michael Niedermayer b696d2a676 more accurate dequant of near zero coefficients 20 years ago
Michael Niedermayer 84af4a7ee6 10l (missing overflow check) 20 years ago
Michael Niedermayer 9da235c803 100000l (typos in the #define for selecting the NORM6 method -> wasnt compiled, after fixing typos new method doesnt even compile -> swicth back to old until its fixed) 20 years ago
anonymous 5e424311dd - add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define in 20 years ago
anonymous 0d33db8a4d In that patch: 20 years ago
Michael Niedermayer 093c6e50c9 10l (didnt test code after cvs up ...) 20 years ago
Michael Niedermayer a7a858996f dithering for the mpeg audio decoder 20 years ago
Michael Niedermayer bd9ea6a462 fixing missaligned memory accesses in fill_rectangle() 20 years ago
Michael Niedermayer 4b9ac0b5f0 require a few valid and equal mp3 headers for resync 20 years ago
François Revol f4ff1b92cc added a lock/unlock_lib pair to allow extern progs to serialize access to lavc. 20 years ago
Alex Beregszaszi bf1f4da01f exported ff_mpa_synth_filter for upcoming qdm2 decoder 20 years ago
Michael Niedermayer 7d8b13b46b make decode012() static inline 20 years ago
Michael Niedermayer edaf11e87a 10l (negative strides) 20 years ago
anonymous 0c040aacbe use dc tables from msmpeg4 instead of duplicating them patch by anonymous 20 years ago
Michael Niedermayer a64a006e95 dont duplicate decode012() 20 years ago
Michael Niedermayer 6b250f09e8 check norm6 vlc validity as there are some bit sequences which dont corespond to any codeword, the other vlc tables all seem to be huffman tables though 20 years ago
anonymous e5540b3fd3 Fixes: 20 years ago
Michael Niedermayer b299f0d907 more 10l typos 20 years ago
Michael Niedermayer 9c68c65adb norm-6 / diff-6 support (untested, parts of it just guessed as the spec is unclear) 20 years ago
Michael Niedermayer d29f0cd9c1 fixing many bugs in bitplane_decoding() 20 years ago
Michael Niedermayer e902560005 dont use several 100 mb memory for a tiny 120 element table 20 years ago
Michael Niedermayer bc399ae6a4 1000000000l typos 20 years ago
Michael Niedermayer e25fa2136f mention table duplications, note, please avoid duplicating tables! 20 years ago
Roberto Togni cca1a42653 Check pointers before writing to memory 20 years ago
Michael Niedermayer 4ae33c9b52 simplify 20 years ago
Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 20 years ago
Michael Niedermayer 884182b383 more detailed error messages 20 years ago
Michael Niedermayer 9b21f0561b 10l 20 years ago
Michael Niedermayer e8ea90123d framerate check 20 years ago
Michael Niedermayer 46f2f05f59 simplify deblock 20 years ago
Michael Niedermayer 91c56db64e use clip_uint8() 20 years ago
Michael Niedermayer 3b33943e9b simplify 20 years ago
Alex Beregszaszi 4c12e8bee3 preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier 20 years ago
Alex Beregszaszi 21aa398f3d preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier 20 years ago
Michael Niedermayer 4cfbbbde42 count errors instead of printing 2^31 20 years ago
Philipp Matthias Hahn 8b8e1c5580 Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>) 20 years ago
Michael Niedermayer dd4f8a04fe jpeg style yuv fixes 20 years ago
Loic Le Loarer 827c91bfb7 H.264 b ref pic list order and long term pictures patch by (Loic Le Loarer <loic.le-loarer polytechnique org>) 20 years ago
Michael Niedermayer eed4ebd22c div by zero aspect fix 20 years ago
Michael Niedermayer 895345da9a svq3_get_se_golomb() fix 20 years ago
Loïc Le Loarer 61f040dd1a compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>) 20 years ago
Michael Niedermayer 2c65638640 x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>) 20 years ago
Michael Niedermayer 80a4995853 simplify 20 years ago
Matthieu Castet d06c75a830 10l patch by (matthieu castet <castet.matthieu free fr>) 20 years ago
Michael Niedermayer 67e11730fc simplify 20 years ago
Michael Niedermayer b349fde101 simplify, null pointer, selftest 20 years ago
Roberto Togni 1ede228a4f Decode MP3 in ADU format 20 years ago
Roberto Togni f9c6d80e4e 1l, forgot to remove duplicated error message 20 years ago