19020 Commits (67c447a679ae1826b26d4ca9741a34bc44788c74)
 

Author SHA1 Message Date
Måns Rullgård 67c447a679 Fix running regression tests on remote targets 16 years ago
Gwenole Beauchesne 11b9397941 Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY]. 16 years ago
Diego Biurrun 7f7b04af38 Add required va/va.h header, should fix 'make checkheaders'. 16 years ago
Diego Biurrun 7a8d0e9700 Skip creation of tests/data directory in individual regression test scripts. 16 years ago
Diego Biurrun bbbb885626 Fix timefilter test program build without previously building libavformat. 16 years ago
Diego Biurrun d7167f0555 Move generated file aynth1.sw to the data subdirectory. Thus it does not have 16 years ago
Reimar Döffinger 4ed886430c Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings. 16 years ago
Diego Biurrun 6117ffbe90 Rename regression.sh --> codec-regression.sh. Now all regression test scripts 16 years ago
Michael Niedermayer 52760ed76e The definition of rate and distortion is not conditional of lambda being 16 years ago
Diego Biurrun 767e14c380 Rename server-regression.sh --> ffserver-regression.sh for consistency. 16 years ago
Diego Biurrun 996a92c04d Rename servertest target to ffservertest. 16 years ago
Diego Biurrun 0bb5f0fa22 cosmetics: Rename 'do_libav' function to 'do_lavf'. 16 years ago
Ramiro Polla ab79fa44f1 mlpdec: Simplify check for substream_parity_present. 16 years ago
Ramiro Polla 01aaf09274 mlpdec: Simplify no restart header seen error. 16 years ago
Ramiro Polla d7952be311 mlpdec: Simplify substream length mismatch error. 16 years ago
Ramiro Polla d544dcdf38 mlpdec: Prettify substream parity check. 16 years ago
Ramiro Polla 7b18e13a7c mlpdec: Cleaner and better termination word check. 16 years ago
Ramiro Polla 125cf771f6 mlpdec: More validation for read_channel_params() 16 years ago
Ramiro Polla 06e34be88f mlpdec: whitespace cosmetics. 16 years ago
Ramiro Polla a44b9f9574 mlpdec: Simplify &foo[0] to foo and use index (which has just been initialized 16 years ago
Ramiro Polla e71365f427 mlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir. 16 years ago
Ramiro Polla 0ae59bb01a mlpdec: Unroll copying filter state data and filtering for the two filters. 16 years ago
Ramiro Polla 0c5670a0e5 mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively. 16 years ago
Diego Biurrun 209b9d565a Rename libav.regression.ref --> lavf.regression.ref. 16 years ago
Diego Biurrun f1f66d3afd Rename libav.regression.ref --> lavf.regression.ref. 16 years ago
Diego Biurrun 1cde611d80 Rename libavtest target to lavftest to better express what it tests. 16 years ago
Diego Biurrun 688a477367 Rename test.conf --> ffserver.conf, the new name is more meaningful. 16 years ago
Reimar Döffinger aadf88119e Merge the 3 COPY_FROM_* macros with lots of duplicated code into a single 16 years ago
Reimar Döffinger a1f6ffd44d Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely) 16 years ago
Reimar Döffinger 3017d8e9d7 Simplify check for leftover bytes after decoding for interplayvideo. 16 years ago
Reimar Döffinger 49da3b7df2 Get rid of pointless "B" array in interplayvideo decoder. 16 years ago
Reimar Döffinger 03b269ddc2 Replace many tiny loops in the interplayvideo decoder by memset, memcpy 16 years ago
Diego Biurrun 62cb577e39 Rename seek_test.sh --> seek-regression.sh for greater consistency. 16 years ago
Reimar Döffinger fff6077917 Make ipvideo_decode_block array constant, compile-time initialized instead 16 years ago
Diego Biurrun 4b086e7f21 Generalize example target rule in common.mak so that it sets a -example$(EXESUF) 16 years ago
Diego Biurrun 43a0cb7ca2 Generalize example target rule in common.mak so that it sets a -example$(EXESUF) 16 years ago
Diego Biurrun 7c17abaf9d Rename apiexample.c --> api-example.c to be consistent with other example files. 16 years ago
Diego Biurrun 009d2d74c2 Move swscale AltiVec template code to ppc subdirectory. 16 years ago
Diego Biurrun b2184b9c56 AltiVec optimizations in libswscale are no longer GPL. 16 years ago
Diego Biurrun 4d02387f74 Relicense file to LGPL with the permission of Romain Dolbeau, the author. 16 years ago
Ramiro Polla 4b51fb1ce0 mingw32: Restore creation of import libraries. They are still not being 16 years ago
Ronald S. Bultje be0395103a Don't strip the first three characters off of any metadata in ASF file. 16 years ago
Ramiro Polla fa937faba4 mlpdec: Remove few random dprintf()s. 16 years ago
Ramiro Polla b864098c16 mlpdec: Check for blocksize in proper range. 16 years ago
Ramiro Polla 8e9ee714fc mlpdec: quant_step_size can be any value from 0 to 0xF. 16 years ago
Ramiro Polla 6fae7cbd7f mlpdec: output_shift can be any value from -8 to 7. 16 years ago
Ramiro Polla af04802640 mlpdec: output_shift is signed 16 years ago
Ramiro Polla 43ee5fe035 mlpdec: Split read_channel_params() into its own function. 16 years ago
Ramiro Polla f8e6293bde mlpdec: Split read_matrix_params() into its own function. 16 years ago
Ramiro Polla 17a86e87ab Add myself as mlp* maintainer. 16 years ago