3493 Commits (7ad5455cd711d12700ad52b82a915105a7b30127)

Author SHA1 Message Date
Baptiste Coudurier 307eb24879 add MPEG-2 intra vlc support 19 years ago
Baptiste Coudurier d634aa2095 remove unused variable 19 years ago
Michael Niedermayer 3a1a7e32ac sanity checks, some might have been exploitable ... 19 years ago
Måns Rullgård b8d10977f4 add unaligned16() and unaligned64() 19 years ago
Benjamin Larsson 8dcf48a8c3 Cosmetics. Add the defines needed for debug output. 19 years ago
Loren Merritt 24efb5e51b fix a crash on x86_64 19 years ago
Baptiste Coudurier 415d10d0a5 fix alac decoder on little endian 19 years ago
Michael Niedermayer 2d661e073e cosmetics (initalize variables where they are used) 19 years ago
Michael Niedermayer 11b681687d decoders should (IMHO) not duplicate frames, the application can do this if it wants 19 years ago
Michael Niedermayer d4277a7d51 allow insane gop sizes if the user doesnt care about playable streams (doesnt want compliance to any standard) 19 years ago
Michael Niedermayer 3b29cb6b59 add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it) 19 years ago
Denes Balatoni 8d39d67a78 vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbalatoni at programozo dot hu> 19 years ago
Michael Niedermayer 1dd509b157 make zero motion vector threshold user setable 19 years ago
Diego Biurrun 60827a1a80 Further simplify AMR build. 19 years ago
Loren Merritt 09786209e6 reinit quant matrices if pps is overwritten by another of the same pps_id. 19 years ago
Diego Biurrun 215e46e6e5 Ignore errors from recursive AMR cleans. 19 years ago
Diego Biurrun c7f1a2f56e Unconditionally clean AMR subdirs. 19 years ago
Luca Barbato a487e0f654 Macosx fix 19 years ago
Michael Niedermayer 7923a3f904 d10 decoding fix 19 years ago
Aurelien Jacobs c51ba67a98 clip_uint8 now return an uint8_t so no need to &0xFF 19 years ago
Loren Merritt 89ddb72aa1 warn on interlaced streams 19 years ago
Loren Merritt 2848ce84d2 don't force asserts in release builds. 2% faster h264. 19 years ago
Loren Merritt 0c2aaa882d memory leak. 19 years ago
Michael Niedermayer 7f12a9780e use previous qscale for intra_dc_threshold check 19 years ago
Michael Niedermayer e27b6e62f7 missmatch control for mpeg2 intra dequantization if bitexact=1 19 years ago
Benjamin Larsson 6eb1427f0f Revert bad ac3enc commit, the commited code was bigger and slower. 19 years ago
Zuxy Meng 392f6da897 Remove unused and unsupported Cyrix's "Extended MMX", 19 years ago
Diego Biurrun c4921874f5 Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined. 19 years ago
Diego Biurrun 3ed410a6bd Fix amr_nb-fixed build. 19 years ago
Diego Biurrun 6eb07e7349 Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does 19 years ago
Diego Biurrun e0fb7e5b0d cosmetics: Group all AMR variables together, add some newlines. 19 years ago
Diego Biurrun 90d9a1ba70 Misplaced CLEANAMR. 19 years ago
Diego Biurrun 1ea00ed061 CLEANAMRWB --> CLEANAMR typo 19 years ago
Luca Barbato 5f22aa3cc0 13% faster inner_add_yblock 19 years ago
Luca Barbato f420826c35 40% faster decode 19 years ago
Uoti Urpala f267587ece Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false. 19 years ago
Benjamin Larsson 176c142abc Patch to generate the ac3 window, based on code by Justin Ruggles. 19 years ago
Loren Merritt c6f9e821c3 10l in h264 vismb/vismv (broke on 2006-03-09) 19 years ago
Uoti Urpala 4f26258f84 dtsdec.c copies one input packet at a time to a (static) buffer of size 19 years ago
Reimar Döffinger 2d5545c302 make "size" variable in avpicture_alloc signed, since avpicture_get_size 19 years ago
Wolfram Gloger f42635f558 gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-muenchen PIS de> 19 years ago
Luca Barbato fd925db3c8 typo in the gcc handmade regalloc trigger 19 years ago
Diego Biurrun 2cf30841b5 Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. 19 years ago
Diego Biurrun e1ffc3adb8 Revert Windows "warning" message. 19 years ago
Wolfgang Scherer 60dfd14778 Fix SIGSEGV in rv10-null-pointer-500k.rm. 19 years ago
Michael Niedermayer 37921ffde8 fix "concealing 0 DC, 0 AC, 0 MV errors" bug 19 years ago
Michael Niedermayer b548f2b91b ffv1 and ffvhuff havnt changed since a long time and noone proposed any 19 years ago
Benjamin Larsson f1f7807abd AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net. 19 years ago
Luca Abeni 5341c20954 Baptiste COUDURIER's padding patch (reworked by me a little bit). 19 years ago
D Richard Felker III 7b98bcbd0f signedness error caused broken decoding 19 years ago