4301 Commits (c1e292ea9137e7877131c2cf7be651d5273b6b62)
 

Author SHA1 Message Date
Michael Niedermayer ce4a29c066 optimize antialias 20 years ago
Michael Niedermayer d04728bb57 faster, simpler and more accurate l3_unscale() 20 years ago
Michael Niedermayer 711ae726f7 optimizing imdct36() 20 years ago
Michael Niedermayer 976709ee73 compare audio files 16bit wise instead of 8bit 20 years ago
Michael Niedermayer ba96e97fdd support comparing files with some posiion offset relative to each other 20 years ago
Michael Niedermayer c342499df2 make keyframe default for AVFrames 20 years ago
François Revol 3c8e39f72d Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de> 20 years ago
Michael Niedermayer 8845e427a7 10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to support CODEC_ID_NONE) 20 years ago
Loïc Le Loarer 0d315f281c H.264 multiplce instance in reference list patch by (Loic <lll+ffmpeg m4x org ) 20 years ago
Loïc Le Loarer dc032f3332 correct long term picture management patch by (Loic <lll+ffmpeg m4x org>) 20 years ago
anonymous bf2bc926f0 - a lot less overflows when decoding frames 20 years ago
anonymous 2ce151f898 Documentation patch by anonymous 20 years ago
Reimar Döffinger 790409c949 Compile fix on non-x86 20 years ago
Michael Niedermayer 0c90161f0f signed 16bit support 20 years ago
Roberto Togni b2eef2f0ea Add 32bit RGB support 20 years ago
Michael Niedermayer e993bc03ac 10000l vbr mp3 fix 20 years ago
Aurelien Jacobs 38d5c282cd makes funnyCode pages executable (for CPU with NX bit) 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 16dd93ab6a quick and dirty PSNR check for audio 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
Michael Niedermayer a603bf8d68 dont predict missing timestamps if we lack the required information to do so 20 years ago
Alex Beregszaszi bf1f4da01f exported ff_mpa_synth_filter for upcoming qdm2 decoder 20 years ago
François Revol 0c716ab71d fix segfault by matthieu castet <castet DOT matthieu AT free DOT fr> 20 years ago
Michael Niedermayer 7d8b13b46b make decode012() static inline 20 years ago
François Revol 25cf9062ba don't crash on null codec; by matthieu castet <castet DOT matthieu AT free DOT fr> 20 years ago
François Revol 46103f6bbd fix the patch to allow Sony PSP MP4 creation 20 years ago
Roine Gustafsson 888053179c support colon-separated rates patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> 20 years ago
Roine Gustafsson 501866a1fa movenc illegal access patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> 20 years ago
Roine Gustafsson 92e51b66cf chunk support in mov patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> 20 years ago
tjcannell@blueyonder.co.uk 8af1815481 Sony PSP variation of MP4 patch by <tjcannell AT blueyonder DOT co DOT uk> 20 years ago
François Revol 2497479f2b probe for 'junk' and 'pict', changed the scores. 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
Roine Gustafsson 53ffdd1434 mov header field and compressor name patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> 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