summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-12
* 10l, fails to compile when debug enabledAlex Beregszaszi2006-02-12
* tta demuxer, also usable for moving tta audio data into an other containerAlex Beregszaszi2006-02-12
* tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ...Alex Beregszaszi2006-02-12
* Build also ffserver (if configured) when doing `make test' .Alexander Strasser2006-02-11
* stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com)Michael Niedermayer2006-02-11
* Move libpostproc compilation to the top-level Makefile.Diego Biurrun2006-02-11
* Quote all installation paths to protect against spaces in the path.Diego Biurrun2006-02-11
* libpostproc installs into a different directory that needs to be created.Diego Biurrun2006-02-11
* Use the incdir variable.Diego Biurrun2006-02-11
* 100l typo: forgotten $Diego Biurrun2006-02-11
* 10l typo: libdir --> incdirDiego Biurrun2006-02-11
* - fix insufficient code length for exp_vlcJindřich Makovička2006-02-11
* Simplify header installation.Diego Biurrun2006-02-11
* Add incdir to configure.Diego Biurrun2006-02-11
* Make sure that install-progs has the proper dependencies when compilingDiego Biurrun2006-02-11
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
* mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.couduri...Baptiste Coudurier2006-02-11
* Separate header file installation from the general install target.Diego Biurrun2006-02-11
* Fix for url_fclose() being called on an already closed file based on a patch ...Michael Niedermayer2006-02-11
* The install-progs target should depend on $(PROG).Diego Biurrun2006-02-11
* Separate program installation into its own target.Diego Biurrun2006-02-11
* Add installlib and install-headers targets like everywhere else.Diego Biurrun2006-02-11
* Install static libpostproc if CONFIG_PP is set.Diego Biurrun2006-02-11
* Install libpostproc headers if CONFIG_PP is set.Diego Biurrun2006-02-11
* Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in justAlan Curry2006-02-11
* cosmetics: indentation fixesDiego Biurrun2006-02-11
* Fix big-endian color permutation problems.Alan Curry2006-02-11
* mpeg-ps probe 2nd tryMichael Niedermayer2006-02-11
* Don't use pow/powf functions where we just need integer arithmetic.Alexander Strasser2006-02-10
* add adtsenc.c with myself as maintainerMåns Rullgård2006-02-10
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10
* generate adts frame headers if requiredMåns Rullgård2006-02-10
* use get_bits1/skip_bits[1] in ac3 and aac parsersMåns Rullgård2006-02-10
* voc: set bits_per_sample correctly (fix mplayer playback)Aurelien Jacobs2006-02-09
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-09
* Patch by Stefan Huehner / stefan % huehner ! org \Stefan Huehner2006-02-09
* fix segfault on broken streamsMichael Niedermayer2006-02-09
* 10l in 1.12Loren Merritt2006-02-09
* Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 eachAlan Curry2006-02-09
* replace probe() by one similar to MPEG-ESMichael Niedermayer2006-02-08
* Add video4linux2 detection to configure.Luca Abeni2006-02-08
* Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.Colin Ward2006-02-08
* altivec_yuv2packedX() ignores the requested output format and unconditionallyAlan Curry2006-02-08
* Correctly set the interlaced_frame and top_field_first fields.Luca Abeni2006-02-08
* typoDiego Biurrun2006-02-08
* List of people maintaining different parts of FFmpeg.Diego Biurrun2006-02-08
* AltiVec operations need to have memory aligned on 16-byte boundaries.Alan Curry2006-02-08
* vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrectAlan Curry2006-02-08
* slightly faster loopfilterLoren Merritt2006-02-08