summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Removing example programs is already handled by the generic clean commands,Diego Biurrun2009-03-26
* Rename cs_test.c --> colorspace-test.c. This is more consistent with the namesDiego Biurrun2009-03-26
* Fix a warning on an uninitialized variable.Benoit Fouet2009-03-26
* Use a wildcard match instead of a list to remove test programs.Diego Biurrun2009-03-26
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-26
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-26
* Create swscale subdirs for out-of-tree builds.Ramiro Polla2009-03-26
* fft-test does not depend on fdctref.o.Diego Biurrun2009-03-25
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-25
* prettyprinting cosmeticsDiego Biurrun2009-03-25
* swscale-example is an API example, not a test program.Diego Biurrun2009-03-25
* cosmetics: Group all path variables together in config.mak.Diego Biurrun2009-03-25
* typo: beomes --> becomesDiego Biurrun2009-03-25
* Move licensing information into a separate file called LICENSE andDiego Biurrun2009-03-25
* Clarify that our LGPL/GPL licenses come with an explicit "or later" clause.Diego Biurrun2009-03-25
* The Mersenne Twister PRNG was removed, mention replacement.Diego Biurrun2009-03-25
* cosmetics: Reformat paragraphs and other cosmetic changes.Diego Biurrun2009-03-25
* set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_...Baptiste Coudurier2009-03-25
* Clear some more variables that are used on subdir Makefiles.Ramiro Polla2009-03-25
* cosmetics: add an @return to documentation for decode_frame_header()Justin Ruggles2009-03-24