5819 Commits (3b9bee88891d1c170eb42d1ef51c5cd7f19b5ba5)
 

Author SHA1 Message Date
Diego Biurrun 60827a1a80 Further simplify AMR build. 19 years ago
Michael Niedermayer 46fe31a019 removing esp usage 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
Flavio Pimentel Duarte c787ba854e Fix v4l grabbing with some webcams, and simplify the code. 19 years ago
Luca Barbato a487e0f654 Macosx fix 19 years ago
Michael Niedermayer 7923a3f904 d10 decoding fix 19 years ago
Baptiste Coudurier a20da52cbf skip null fourcc, fix ep2_mystery_m640_dummy.mov 19 years ago
Aurelien Jacobs c51ba67a98 clip_uint8 now return an uint8_t so no need to &0xFF 19 years ago
Aurelien Jacobs 77177335f0 document clip functions 19 years ago
Loren Merritt 89ddb72aa1 warn on interlaced streams 19 years ago
Panagiotis Issaris 3a1fda0a37 clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis Issaris < takis.issaris _at_ uhasselt.be >) 19 years ago
Diego Biurrun 2805e3b4eb Add missing newlines at end of file. 19 years ago
Michael Niedermayer 2bda41e5b2 extend range used for testing (larger range should work too but testing code overflows) 19 years ago
Michael Niedermayer 5c1cb3792d <= vs. >= 10l bug 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
Måns Rullgård d1c9b76287 add newline at end of file 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
Alan Curry 9c445fbe7a Fix some bugs handling input that is not aligned at 16 bytes or has 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 06aa32ff18 Add EXTRADEPS variable for extra dependencies that need to be built first. 19 years ago
Diego Biurrun 64eaac62ca amr_nb should disable amr_nb-fixed and vice versa. 19 years ago
Diego Biurrun 6eb07e7349 Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does 19 years ago
Diego Biurrun 28fff4c81b cosmetics 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
Benjamin Larsson ddbddce547 Fix samples to bytes relation. 19 years ago
Uoti Urpala f267587ece Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false. 19 years ago
Oded Shimon 9d4461b9f2 Disable lavf NUT until it is synced to spec 19 years ago
Michael Niedermayer fdb3a34156 avoid AVInteger usage in av_rescale 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
Alex Beregszaszi c2ea5f060c report to user if mmf with midi found (and not supported) 19 years ago
Uoti Urpala 4f26258f84 dtsdec.c copies one input packet at a time to a (static) buffer of size 19 years ago
Luca Abeni c3f11d199c Simplify the code used for assigning video_resample, video_crop, & video_pad 19 years ago
Reimar Döffinger 50a6c318b2 Avoid crash if there is a rtjpeg quant header but no video stream in file 19 years ago
Reimar Döffinger 2d5545c302 make "size" variable in avpicture_alloc signed, since avpicture_get_size 19 years ago
Baptiste Coudurier 3cb4ee5124 set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay 19 years ago
Baptiste Coudurier b6c1bfe097 add AVID DV fourcc 19 years ago
Baptiste Coudurier e0977c8045 indention 19 years ago
Baptiste Coudurier 5c72cad888 always skip garbage at end of atom 19 years ago