19048 Commits (eb39fb512a728e6b1a4b7a72a2960a341ce2c1a5)
 

Author SHA1 Message Date
Stefano Sabatini eb39fb512a Add comments specifying the name of the components in the descriptors. 16 years ago
Reimar Döffinger 283531a81e Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixels 16 years ago
Reimar Döffinger 4472ad2cc4 Fix a too small CHECK_STREAM_PTR value in interplayvideo.c 16 years ago
Stefano Sabatini 30266c9286 Make read_line() take as parameter a const AVPixFmtDescriptor * rather than a 16 years ago
Diego Biurrun e7f98e4e94 Add missing $(EXESUF) to example/test program dependency declaration. 16 years ago
Dylan Yudaken 3ba153f8da Replace MPEG group reference DCT implementation by newly rewritten version. 16 years ago
Dylan Yudaken 41b4dbbb0e Replacement reference DCT implementation. 16 years ago
Reimar Döffinger f02bd7e49c Avoid the last two uses of bitmasks in interplayvideo 16 years ago
Reimar Döffinger 3f300d7e25 100l, fix FATE test broken by r18264 16 years ago
Reimar Döffinger 9aaacc246a Reindent 16 years ago
Reimar Döffinger 1548839e51 Deduplicate code by moving it outside the if/else 16 years ago
Reimar Döffinger 268a618ba6 Rearrange how the different cases are checked to reduce the number of 16 years ago
Benoit Fouet 168fffdf01 Fix warnings in tree.c test code. 16 years ago
Reimar Döffinger 0448b78b97 Avoid "reloading" code by using a 64 bit type for the flags and loading all at once. 16 years ago
Reimar Döffinger 3766b9e0a8 Remove now pointless temporary pix variables. 16 years ago
Reimar Döffinger 0312b77ccd Slightly simplify part of ipvideo_decode_block_opcode_0x8 16 years ago
Reimar Döffinger 51e350284d Fix indentation 16 years ago
Reimar Döffinger 9be06a0ed1 Avoid code duplication by using ?: and array indexing instead of if..else 16 years ago
Reimar Döffinger 32eea24e9a Prettify some assignments 16 years ago
Reimar Döffinger e3114eb1bb Get rid of some pointless bitmask/shifter variables in interplayvideo.c 16 years ago
Diego Biurrun 504ffed19f Mark non-exported functions in test and example programs as static. 16 years ago
Gwenole Beauchesne cafe71c62d Remove inclusion of va.h, not needed anymore after r18256. 16 years ago
Dylan Yudaken 0de74546d7 Give better names to reference DCT functions. 16 years ago
Gwenole Beauchesne a3d636aff9 Improve VA API buffers allocation logic. This also reduces struct vaapi_context 16 years ago
Benoit Fouet ccc745cdf4 Move declaration of prn before any assignment. 16 years ago
Aurelien Jacobs b89894abb7 matroska: add support for MLP and TRUEHD codec tags 16 years ago
Diego Biurrun 1b4a516b94 Rename regression test result files from b-libav* to b-lavf* for consistency. 16 years ago
Måns Rullgård 13cbe2c026 Quote stored configure arguments containing spaces 16 years ago
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