summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which are XSIDiego Biurrun2009-03-24
* Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertionCédric Schieli2009-03-24
* Fix some places where "non-alpha to YUVA420P" do not fill the alpha planeCédric Schieli2009-03-24
* Simpler and more elegant fix to the x86_32/OSX+PIC build failureCédric Schieli2009-03-24
* strchr(string, '\0') returns non-NULL, and is thus not suited for use inRonald S. Bultje2009-03-24
* Update apiexample.c to use the newer avcodec_decode_audio2() API. This alsoRobert Swain2009-03-24
* flacdec: split frame header decoding and validation into a separateJustin Ruggles2009-03-24
* Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros.Stefano Sabatini2009-03-23
* Make the PIX_FMT_NE() macro more generic.Stefano Sabatini2009-03-23
* Add MPEG-2 bitstream decoding through VA API.Gwenole Beauchesne2009-03-23
* Move declaration of 'pict' closer to where it is used and initialize it.avcoder2009-03-23
* Move av_class to AVResampleContext instead of ReSampleContext.Benoit Fouet2009-03-23
* AAC: Ignore cc_domain for independent (time domain) coupling.Alex Converse2009-03-23
* Add pcxenc.o to the $OBJS list, it was erroneously removed from it inStefano Sabatini2009-03-22