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