summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 10l, fails to compile when debug enabledAlex Beregszaszi2006-02-12
| | | | Originally committed as revision 4998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tta demuxer, also usable for moving tta audio data into an other containerAlex Beregszaszi2006-02-12
| | | | Originally committed as revision 4997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ↵Alex Beregszaszi2006-02-12
| | | | | | change MAX_AUDIO_FRAME_SIZE) Originally committed as revision 4996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build also ffserver (if configured) when doing `make test' .Alexander Strasser2006-02-11
| | | | | | approved by Diego Originally committed as revision 4995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com)Michael Niedermayer2006-02-11
| | | | Originally committed as revision 4994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move libpostproc compilation to the top-level Makefile.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quote all installation paths to protect against spaces in the path.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libpostproc installs into a different directory that needs to be created.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the incdir variable.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l typo: forgotten $Diego Biurrun2006-02-11
| | | | Originally committed as revision 4989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l typo: libdir --> incdirDiego Biurrun2006-02-11
| | | | Originally committed as revision 4988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - fix insufficient code length for exp_vlcJindřich Makovička2006-02-11
| | | | | | - move vlc tweaking parameters to one place Originally committed as revision 4987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify header installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add incdir to configure.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that install-progs has the proper dependencies when compilingDiego Biurrun2006-02-11
| | | | | | against shared libs. Originally committed as revision 4984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp4 codecs objecttype handling patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-02-11
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 4982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate header file installation from the general install target.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for url_fclose() being called on an already closed file based on a patch ↵Michael Niedermayer2006-02-11
| | | | | | by (<Colin Ward> hitman codehq org) Originally committed as revision 4980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The install-progs target should depend on $(PROG).Diego Biurrun2006-02-11
| | | | Originally committed as revision 4979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate program installation into its own target.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add installlib and install-headers targets like everywhere else.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install static libpostproc if CONFIG_PP is set.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install libpostproc headers if CONFIG_PP is set.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in justAlan Curry2006-02-11
| | | | | | | | once when the scaler is initialized, instead of building them and freeing them over and over. This gives massive performance improvements. patch by Alan Curry, pacman*at*TheWorld*dot*com Originally committed as revision 17589 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cosmetics: indentation fixesDiego Biurrun2006-02-11
| | | | Originally committed as revision 17588 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Fix big-endian color permutation problems.Alan Curry2006-02-11
| | | | | | patch by Alan Curry, pacman_at_TheWorld_dot_com Originally committed as revision 17587 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* mpeg-ps probe 2nd tryMichael Niedermayer2006-02-11
| | | | Originally committed as revision 4974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use pow/powf functions where we just need integer arithmetic.Alexander Strasser2006-02-10
| | | | | | approved by Benjamin Originally committed as revision 4973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add adtsenc.c with myself as maintainerMåns Rullgård2006-02-10
| | | | Originally committed as revision 4972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10
| | | | Originally committed as revision 4971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate adts frame headers if requiredMåns Rullgård2006-02-10
| | | | Originally committed as revision 4970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1/skip_bits[1] in ac3 and aac parsersMåns Rullgård2006-02-10
| | | | Originally committed as revision 4969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* voc: set bits_per_sample correctly (fix mplayer playback)Aurelien Jacobs2006-02-09
| | | | Originally committed as revision 4968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-09
| | | | Originally committed as revision 4967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch by Stefan Huehner / stefan % huehner ! org \Stefan Huehner2006-02-09
| | | | | | | | | | | | | | | | | | | | | patch replaces '()' for the correct '(void)' in function declarations/prototypes which have no parameters. The '()' syntax tell thats there is a variable list of arguments, so that the compiler cannot check this. The extra CFLAG '-Wstrict-declarations' shows those cases. Comments about a similar patch applied to ffmpeg: That in C++ these mean the same, but in ANSI C the semantics are different; function() is an (obsolete) K&R C style forward declaration, it basically means that the function can have any number and any types of parameters, effectively completely preventing the compiler from doing any sort of type checking. -- Erik Slagter Defining functions with unspecified arguments is allowed but bad. With arguments unspecified the compiler can't report an error/warning if the function is called with incorrect arguments. -- Måns Rullgård Originally committed as revision 17567 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix segfault on broken streamsMichael Niedermayer2006-02-09
| | | | Originally committed as revision 4966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l in 1.12Loren Merritt2006-02-09
| | | | Originally committed as revision 4965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 eachAlan Curry2006-02-09
| | | | | | | | | do the opposite of what they say. The vec_mstrgb24 and vec_mstbgr24 macros should be opposites and not perform the same things. patch by Alan Curry, pacman_at_world_dot_std_dot_com Originally committed as revision 17564 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* replace probe() by one similar to MPEG-ESMichael Niedermayer2006-02-08
| | | | Originally committed as revision 4964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add video4linux2 detection to configure.Luca Abeni2006-02-08
| | | | | | patch by Luca Abeni, lucabe72*at*email*dot*it Originally committed as revision 4963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.Colin Ward2006-02-08
| | | | | | patch by Colin Ward, hitman*at*codehq*dot*org Originally committed as revision 4962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec_yuv2packedX() ignores the requested output format and unconditionallyAlan Curry2006-02-08
| | | | | | | | outputs RGBA. This patch supports 6 output formats and prints an error message if it is asked to provide an output format it is not capable of. patch by Alan Curry, pacman_at_world_dot_std_dot_com Originally committed as revision 17561 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Correctly set the interlaced_frame and top_field_first fields.Luca Abeni2006-02-08
| | | | | | patch by Luca Abeni, lucabe72 =at= email =dot= it Originally committed as revision 4961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-02-08
| | | | Originally committed as revision 4960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* List of people maintaining different parts of FFmpeg.Diego Biurrun2006-02-08
| | | | | | featuring some help from Alexander Strasser Originally committed as revision 4959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec operations need to have memory aligned on 16-byte boundaries.Alan Curry2006-02-08
| | | | | | patch by Alan Curry, pacman at world dot std dot com Originally committed as revision 17559 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrectAlan Curry2006-02-08
| | | | | | | sizes based on the image width instead of height. patch by Alan Curry, pacman at world dot std dot com Originally committed as revision 17558 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* slightly faster loopfilterLoren Merritt2006-02-08
| | | | Originally committed as revision 4958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump version numbers and update docs for adts aac supportMåns Rullgård2006-02-08
| | | | Originally committed as revision 4957 to svn://svn.ffmpeg.org/ffmpeg/trunk