18571 Commits (e0c98063e7cd4d140c05f150d72e7f76374a2a58)
 

Author SHA1 Message Date
Diego Biurrun e0c98063e7 Add '#undef rand' to fix test program build. 16 years ago
Diego Biurrun 6d16718e5d cosmetics: Fix test program warnings. 16 years ago
Justin Ruggles 5a92cc663c pnm: Add missing 'else'. Fixes decoding for 16-bit pgm. 16 years ago
Michael Niedermayer bc3057f499 Vertical align. 16 years ago
Michael Niedermayer 2e51dedd24 Better name for integrator2_state. 16 years ago
Michael Niedermayer 3228491027 Add clock_period parameter, this should make the code easier to use. 16 years ago
Michael Niedermayer 1b85ec1ea2 Selftest code. 16 years ago
Michael Niedermayer 8537591abc Fix bug with time==0 being special. 16 years ago
Michael Niedermayer 494065ca36 Adapt first factor. 16 years ago
Michael Niedermayer 55b5859867 Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API and 16 years ago
Michael Niedermayer 08ffd3708b Allow timespans to vary. 16 years ago
Michael Niedermayer 28e947e458 Reorder operations, 20% improved performance, 1 variable less. 16 years ago
Michael Niedermayer f982c6d87a Timefilter code by Olivier Guilyardi o list O samalyse o com 16 years ago
Diego Biurrun 1b0f4920b8 Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninit 16 years ago
Diego Biurrun de2c2b5a98 Directly read the version number from a VERSION file; useful for releases. 16 years ago
Alex Converse cfd937b081 AAC: hoist dependent gain lookup out of the loop 16 years ago
Diego Biurrun 6a7d2c3d3a cosmetics: Zip Blocks Motion Video --> Zip Motion Blocks Video 16 years ago
Diego Biurrun 108ab268f6 cosmetics: Order changelog entries chronologically. 16 years ago
Diego Biurrun 27127202d6 Remove duplicated MUL16 macro definition, fixes the warning: 16 years ago
Måns Rullgård 35690321a7 ARM: disable inline asm for armcc 16 years ago
Måns Rullgård 1e65f62e2b ARM: armcc versions of bswap_16/32 16 years ago
Måns Rullgård 03e3776293 ARM: detect armcc compiler and enable gcc mode 16 years ago
Måns Rullgård f65883c812 configure: check asm support using $as 16 years ago
Måns Rullgård 313c46a610 Compile .S files with $(AS), set it in configure 16 years ago
Cédric Schieli a3398feb26 Fix bug introduced by me in r28756 16 years ago
Diego Biurrun e658657528 Mark pos_min and pos_max variables as av_uninit to work around false 16 years ago
Diego Biurrun 1aeb55a1de Mark dvdaudio_substream_type variable as av_uninit to work around false 16 years ago
Ivan Schreter 61c23c155c Pass packet position to the parser, so frame's AVPacket.pos is computed correctly. 16 years ago
Ivan Schreter b283ba26ce Add handling of frame position in the parser. 16 years ago
Justin Ruggles 8d1e885fc2 flacdec: cosmetics: Add a comment with the data of the smallest FLAC 16 years ago
Justin Ruggles 629fb5c46a flacdec: There is an even smaller FLAC frame size possibility. 16 years ago
Justin Ruggles 5756bc7b02 flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16 16 years ago
Justin Ruggles bf1d7e285c flacdec: cosmetics: move 2 statements to immediately after frame 16 years ago
Justin Ruggles fd6fd470ce flacdec: Simplify frame sync by not using the bitstream reader. 16 years ago
Justin Ruggles a8ec12bc2e flacdec: Split the metadata_parse() function into 2 separate functions, 16 years ago
Justin Ruggles 5ef4fa87b3 flacdec: Add a check for small buffer size. This ensures reading as 16 years ago
Justin Ruggles c51997297a flacdec: cosmetics: Use a more descriptive variable name for the number 16 years ago
Justin Ruggles 549bccdbe4 flacdec: Handle 32 bps data when checking allocated size. 16 years ago
Justin Ruggles a3d2379bdd flacdec: Check curr_bps after wasted bits are subtracted. 16 years ago
Stefano Sabatini d3f766124a Fix typo: "i" -> "in". 16 years ago
Ivan Schreter 70e01da3bf Add support for ct_type to correctly detect interlaced flag 16 years ago
Cédric Schieli a284d03093 Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting alpha channel to 0xFF 16 years ago
Michael Niedermayer 3444c91441 Add "deprecated old scaler removed" 16 years ago
Reimar Döffinger 15ef402663 Remove the swscale dummy option, most (all?) FATE configs should be updated 16 years ago
Reimar Döffinger 6d08f6c911 100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab function 16 years ago
Reimar Döffinger 5133816627 Set AVFrame.reference correctly for nuv decoder. 16 years ago
Vitor Sessak a66430c0d0 Add more correct bound checking in filter_mb(). 16 years ago
Gwenole Beauchesne 34e46c44da Add frame buffer allocators. aka simplify calls to 16 years ago
Alex Converse 63581eb183 MOV: fix demuxing fragmented files 16 years ago
Mike Melanson e584914acd Fix a condition that causes an infinite loop, but only when compiled with 16 years ago