summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prettify some assignmentsReimar Döffinger2009-03-311-20/+20
* Get rid of some pointless bitmask/shifter variables in interplayvideo.cReimar Döffinger2009-03-311-32/+21
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-317-26/+28
* Remove inclusion of va.h, not needed anymore after r18256.Gwenole Beauchesne2009-03-311-1/+0
* Give better names to reference DCT functions.Dylan Yudaken2009-03-312-37/+37
* Improve VA API buffers allocation logic. This also reduces struct vaapi_contextGwenole Beauchesne2009-03-314-95/+51
* Move declaration of prn before any assignment.Benoit Fouet2009-03-311-1/+1
* matroska: add support for MLP and TRUEHD codec tagsAurelien Jacobs2009-03-301-0/+2
* Rename regression test result files from b-libav* to b-lavf* for consistency.Diego Biurrun2009-03-303-169/+169
* Quote stored configure arguments containing spacesMåns Rullgård2009-03-301-2/+7
* Fix running regression tests on remote targetsMåns Rullgård2009-03-301-1/+1
* Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].Gwenole Beauchesne2009-03-302-2/+5
* Add required va/va.h header, should fix 'make checkheaders'.Diego Biurrun2009-03-301-0/+1
* Skip creation of tests/data directory in individual regression test scripts.Diego Biurrun2009-03-302-6/+0
* Fix timefilter test program build without previously building libavformat.Diego Biurrun2009-03-301-1/+1
* Move generated file aynth1.sw to the data subdirectory. Thus it does not haveDiego Biurrun2009-03-302-5/+6
* Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.Reimar Döffinger2009-03-301-1/+1
* Rename regression.sh --> codec-regression.sh. Now all regression test scriptsDiego Biurrun2009-03-302-3/+3
* The definition of rate and distortion is not conditional of lambda beingMichael Niedermayer2009-03-301-2/+4
* Rename server-regression.sh --> ffserver-regression.sh for consistency.Diego Biurrun2009-03-302-1/+1
* Rename servertest target to ffservertest.Diego Biurrun2009-03-301-1/+1
* cosmetics: Rename 'do_libav' function to 'do_lavf'.Diego Biurrun2009-03-301-15/+15
* mlpdec: Simplify check for substream_parity_present.Ramiro Polla2009-03-301-2/+4
* mlpdec: Simplify no restart header seen error.Ramiro Polla2009-03-301-6/+5
* mlpdec: Simplify substream length mismatch error.Ramiro Polla2009-03-301-5/+9
* mlpdec: Prettify substream parity check.Ramiro Polla2009-03-301-8/+6
* mlpdec: Cleaner and better termination word check.Ramiro Polla2009-03-301-11/+12
* mlpdec: More validation for read_channel_params()Ramiro Polla2009-03-301-2/+10
* mlpdec: whitespace cosmetics.Ramiro Polla2009-03-301-12/+6
* mlpdec: Simplify &foo[0] to foo and use index (which has just been initializedRamiro Polla2009-03-301-4/+4
* mlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir.Ramiro Polla2009-03-301-16/+17
* mlpdec: Unroll copying filter state data and filtering for the two filters.Ramiro Polla2009-03-301-13/+15
* mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.Ramiro Polla2009-03-302-12/+11
* Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun2009-03-291-0/+0
* Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun2009-03-291-1/+1
* Rename libavtest target to lavftest to better express what it tests.Diego Biurrun2009-03-291-5/+5
* Rename test.conf --> ffserver.conf, the new name is more meaningful.Diego Biurrun2009-03-293-4/+4
* Merge the 3 COPY_FROM_* macros with lots of duplicated code into a singleReimar Döffinger2009-03-291-88/+21
* Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely)Reimar Döffinger2009-03-291-1/+1
* Simplify check for leftover bytes after decoding for interplayvideo.Reimar Döffinger2009-03-291-2/+1
* Get rid of pointless "B" array in interplayvideo decoder.Reimar Döffinger2009-03-291-4/+1
* Replace many tiny loops in the interplayvideo decoder by memset, memcpyReimar Döffinger2009-03-291-39/+30
* Rename seek_test.sh --> seek-regression.sh for greater consistency.Diego Biurrun2009-03-292-1/+1
* Make ipvideo_decode_block array constant, compile-time initialized insteadReimar Döffinger2009-03-291-19/+10
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-291-1/+1
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-293-3/+3
* Rename apiexample.c --> api-example.c to be consistent with other example files.Diego Biurrun2009-03-292-1/+1
* Move swscale AltiVec template code to ppc subdirectory.Diego Biurrun2009-03-292-1/+1
* AltiVec optimizations in libswscale are no longer GPL.Diego Biurrun2009-03-291-1/+1
* Relicense file to LGPL with the permission of Romain Dolbeau, the author.Diego Biurrun2009-03-291-8/+8
OpenPOWER on IntegriCloud