summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Rename server-regression.sh --> ffserver-regression.sh for consistency.Diego Biurrun2009-03-30
* Rename servertest target to ffservertest.Diego Biurrun2009-03-30
* cosmetics: Rename 'do_libav' function to 'do_lavf'.Diego Biurrun2009-03-30
* mlpdec: Simplify check for substream_parity_present.Ramiro Polla2009-03-30
* mlpdec: Simplify no restart header seen error.Ramiro Polla2009-03-30
* mlpdec: Simplify substream length mismatch error.Ramiro Polla2009-03-30
* mlpdec: Prettify substream parity check.Ramiro Polla2009-03-30
* mlpdec: Cleaner and better termination word check.Ramiro Polla2009-03-30
* mlpdec: More validation for read_channel_params()Ramiro Polla2009-03-30
* mlpdec: whitespace cosmetics.Ramiro Polla2009-03-30
* mlpdec: Simplify &foo[0] to foo and use index (which has just been initializedRamiro Polla2009-03-30
* mlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir.Ramiro Polla2009-03-30
* mlpdec: Unroll copying filter state data and filtering for the two filters.Ramiro Polla2009-03-30
* mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.Ramiro Polla2009-03-30
* Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun2009-03-29
* Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun2009-03-29
* Rename libavtest target to lavftest to better express what it tests.Diego Biurrun2009-03-29
* Rename test.conf --> ffserver.conf, the new name is more meaningful.Diego Biurrun2009-03-29
* Merge the 3 COPY_FROM_* macros with lots of duplicated code into a singleReimar Döffinger2009-03-29
* Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely)Reimar Döffinger2009-03-29
* Simplify check for leftover bytes after decoding for interplayvideo.Reimar Döffinger2009-03-29
* Get rid of pointless "B" array in interplayvideo decoder.Reimar Döffinger2009-03-29
* Replace many tiny loops in the interplayvideo decoder by memset, memcpyReimar Döffinger2009-03-29
* Rename seek_test.sh --> seek-regression.sh for greater consistency.Diego Biurrun2009-03-29
* Make ipvideo_decode_block array constant, compile-time initialized insteadReimar Döffinger2009-03-29
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-29
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-29
* Rename apiexample.c --> api-example.c to be consistent with other example files.Diego Biurrun2009-03-29
* Move swscale AltiVec template code to ppc subdirectory.Diego Biurrun2009-03-29
* AltiVec optimizations in libswscale are no longer GPL.Diego Biurrun2009-03-29
* Relicense file to LGPL with the permission of Romain Dolbeau, the author.Diego Biurrun2009-03-29
* mingw32: Restore creation of import libraries. They are still not beingRamiro Polla2009-03-29
* Don't strip the first three characters off of any metadata in ASF file.Ronald S. Bultje2009-03-28
* mlpdec: Remove few random dprintf()s.Ramiro Polla2009-03-28
* mlpdec: Check for blocksize in proper range.Ramiro Polla2009-03-27
* mlpdec: quant_step_size can be any value from 0 to 0xF.Ramiro Polla2009-03-27
* mlpdec: output_shift can be any value from -8 to 7.Ramiro Polla2009-03-27
* mlpdec: output_shift is signedRamiro Polla2009-03-27
* mlpdec: Split read_channel_params() into its own function.Ramiro Polla2009-03-27
* mlpdec: Split read_matrix_params() into its own function.Ramiro Polla2009-03-27
* Add myself as mlp* maintainer.Ramiro Polla2009-03-27
* Move bfin specific code to its subdir.Ramiro Polla2009-03-27
* Make rtp_write_header() fail in case of unsupported payload typeLuca Abeni2009-03-27
* Move output-example dependency declaration after subdir.mak include so that i...Diego Biurrun2009-03-27
* Merge some cases for reading raw data with different bit depths in BMPKostya Shishkov2009-03-27
* Fix seek test build, by undefining printf and fprintf.Benoit Fouet2009-03-27
* Check for INIT_VLC_USE_STATICMichael Niedermayer2009-03-27
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-27
* Make static the list of registered filters.Víctor Paesa2009-03-26
* Remove unnecessary CFLAGS variable from output_example link command.Diego Biurrun2009-03-26