18984 Commits (7c17abaf9de53a0ccb0a2f5cc158f9881e024acc)
 

Author SHA1 Message Date
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
Ramiro Polla d5e9bc0636 Move bfin specific code to its subdir. 16 years ago
Luca Abeni 0766c3ee98 Make rtp_write_header() fail in case of unsupported payload type 16 years ago
Diego Biurrun 5b00e88bb2 Move output-example dependency declaration after subdir.mak include so that it is 16 years ago
Kostya Shishkov 6b78a77a35 Merge some cases for reading raw data with different bit depths in BMP 16 years ago
Benoit Fouet 888facff22 Fix seek test build, by undefining printf and fprintf. 16 years ago
Michael Niedermayer 9e793a2462 Check for INIT_VLC_USE_STATIC 16 years ago
Diego Biurrun d95a0c67ae Move output_example.c --> libavformat/output-example.c. 16 years ago
Víctor Paesa b6fec3eb7f Make static the list of registered filters. 16 years ago
Diego Biurrun 3ec88c74b0 Remove unnecessary CFLAGS variable from output_example link command. 16 years ago
Diego Biurrun 219a7185a0 Removing example programs is already handled by the generic clean commands, 16 years ago
Diego Biurrun 66e6aec589 Rename cs_test.c --> colorspace-test.c. This is more consistent with the names 16 years ago
Benoit Fouet e2eb0f52ec Fix a warning on an uninitialized variable. 16 years ago
Diego Biurrun 3344cf851c Use a wildcard match instead of a list to remove test programs. 16 years ago
Ramiro Polla d4efacff64 Use intptr_t when casting pointers to int. 16 years ago
Ramiro Polla befa8e665c Move yuv2rgb code to subdirs. 16 years ago
Ramiro Polla b2cfd7e360 Create swscale subdirs for out-of-tree builds. 16 years ago
Diego Biurrun c04e5fa827 fft-test does not depend on fdctref.o. 16 years ago
Diego Biurrun 7304c2c4ce Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. 16 years ago
Diego Biurrun 6ccf540fa5 prettyprinting cosmetics 16 years ago
Diego Biurrun e43f34bd44 swscale-example is an API example, not a test program. 16 years ago
Diego Biurrun 0a7ee3ef59 cosmetics: Group all path variables together in config.mak. 16 years ago
Diego Biurrun 1f30649633 typo: beomes --> becomes 16 years ago
Diego Biurrun aae9c405c7 Move licensing information into a separate file called LICENSE and 16 years ago
Diego Biurrun e03b461842 Clarify that our LGPL/GPL licenses come with an explicit "or later" clause. 16 years ago
Diego Biurrun c8f742ca49 The Mersenne Twister PRNG was removed, mention replacement. 16 years ago
Diego Biurrun 889cdae8ef cosmetics: Reformat paragraphs and other cosmetic changes. 16 years ago
Baptiste Coudurier f03a081df0 set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_sample.m4v 16 years ago
Ramiro Polla 1bbeb23356 Clear some more variables that are used on subdir Makefiles. 16 years ago
Justin Ruggles d7520f217a cosmetics: add an @return to documentation for decode_frame_header() 16 years ago
Diego Biurrun 6510c453ab Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which are XSI 16 years ago
Cédric Schieli 4626ee1a8c Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion 16 years ago
Cédric Schieli 08218e6d83 Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane 16 years ago
Cédric Schieli 0928f1eb53 Simpler and more elegant fix to the x86_32/OSX+PIC build failure 16 years ago
Ronald S. Bultje da1e126e0d strchr(string, '\0') returns non-NULL, and is thus not suited for use in 16 years ago
Robert Swain 29e455081f Update apiexample.c to use the newer avcodec_decode_audio2() API. This also 16 years ago
Justin Ruggles cd98a03024 flacdec: split frame header decoding and validation into a separate 16 years ago