summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet2008-10-24
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* force sample rate to 16khz for speex in flv, fix speexaudio.flvBaptiste Coudurier2008-10-24
| | | | Originally committed as revision 15678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for >2GB flv filesPascal Massimino2008-10-24
| | | | Originally committed as revision 15677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Speex decoding via libspeexDavid Conrad2008-10-24
| | | | Originally committed as revision 15676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Choose RV3/4 DC quantizer correctlyKostya Shishkov2008-10-24
| | | | Originally committed as revision 15675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw dnxhd de/muxerBaptiste Coudurier2008-10-24
| | | | Originally committed as revision 15674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd parserBaptiste Coudurier2008-10-24
| | | | Originally committed as revision 15673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: alignmentVitor Sessak2008-10-23
| | | | Originally committed as revision 27818 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix broken palette8to*.Vitor Sessak2008-10-23
| | | | Originally committed as revision 27817 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* dnxhd codec is intra onlyBaptiste Coudurier2008-10-23
| | | | Originally committed as revision 15672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add state64 field to ParseContext storing last 8 bytes, to be able to check ↵Baptiste Coudurier2008-10-23
| | | | | | for longer startcodes Originally committed as revision 15671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typo fixDiego Biurrun2008-10-23
| | | | Originally committed as revision 27816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add information about a workaround for MinGW gcc versions.Diego Biurrun2008-10-23
| | | | | | based on a patch by Art Clarke, aclarke vlideshow com Originally committed as revision 15670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r15653.Benoit Fouet2008-10-23
| | | | | | | | Was "Copy pts for each raw encoded frame." It causes problems as timestamps management when video sync is zero needs rework in ffmpeg.c. Originally committed as revision 15669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: missing change from r15667 - global header also affect seek test resultsAurelien Jacobs2008-10-22
| | | | Originally committed as revision 15668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: require global headerAurelien Jacobs2008-10-22
| | | | | | fixes issue696 Originally committed as revision 15667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix spellingVíctor Paesa2008-10-22
| | | | Originally committed as revision 15666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include headers for optional libraries only when enabled.Diego Pettenò2008-10-22
| | | | | | | | | | | Include the headers for libavfilter, libswscale and libpostproc when they are enabled (and thus linked in). Without this change, Sun Studio will fail to link FFmpeg since two inline functions defined in avfilter.h will have undefined references to non-inline libavfilter functions. Originally committed as revision 15665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Leave out quotes from libdirac pkg-config call for consistency.Diego Biurrun2008-10-22
| | | | Originally committed as revision 15664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split bswap.h into per-arch filesMåns Rullgård2008-10-21
| | | | Originally committed as revision 15663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
| | | | Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Port read_time() that works on x86_32 and 64 from noe.Michael Niedermayer2008-10-21
| | | | Originally committed as revision 15661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The v4l2 driver can silently change the pixel format in theJens Rosenboom2008-10-21
| | | | | | | | VIDIOC_S_FMT ioctl(). In this case, device_init() should fail so that a different pixel format is tried. Patch by Jens Rosenboom (jens DOT rosenboom AT eu DOT panasonic DOT com) Originally committed as revision 15660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: allow --cpu=armvN in configureMåns Rullgård2008-10-21
| | | | Originally committed as revision 15659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow target name on every line in dependency postprocessingMåns Rullgård2008-10-21
| | | | | | | Some compilers output a new rule for each dependency. We must prefix each one with the directory name. Originally committed as revision 15658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not add $cross_prefix to compiler name given with --cc optionMåns Rullgård2008-10-21
| | | | Originally committed as revision 15657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix handling of option arguments containing = signMåns Rullgård2008-10-21
| | | | Originally committed as revision 15656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.Reimar Döffinger2008-10-20
| | | | | | Fixes compilation on MinGW64. Originally committed as revision 15655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_freep() in ff_parse_close().Michael Niedermayer2008-10-20
| | | | Originally committed as revision 15654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Copy pts for each raw encoded frame.Andrew Wason2008-10-20
| | | | | | | Patch by Andrew Wason rectalogic rectalogic com Fixes issue 676 Originally committed as revision 15653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 34l: free RV3/4 context variables at the endKostya Shishkov2008-10-20
| | | | Originally committed as revision 15652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV3 and RV4 decoders set some deblocking coefs for each macroblock,Kostya Shishkov2008-10-20
| | | | | | so store them in the context and register a function to calculate them. Originally committed as revision 15651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark some of RV3/4 block types as having separate DC subblockKostya Shishkov2008-10-20
| | | | Originally committed as revision 15650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0.Alexis Ballier2008-10-20
| | | | | | patch by Alexis Ballier, alexis.ballier gmail com Originally committed as revision 15649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: Kill warning in bswap_32()Måns Rullgård2008-10-20
| | | | Originally committed as revision 15648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert typeof keyword into __typeof__; this is a gcc extension and the ↵David Conrad2008-10-19
| | | | | | former is not accepted in C99 without GNU extensions enabled (e.g. via -fasm). This fixes compilation on PPC. Originally committed as revision 27805 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fix configure with libx264 disabledMåns Rullgård2008-10-19
| | | | Originally committed as revision 15647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the ugly and unnecessary require_cpp_condition() function.Stefano Sabatini2008-10-19
| | | | Originally committed as revision 15646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make more clear the error message for the libx264 version check.Stefano Sabatini2008-10-19
| | | | Originally committed as revision 15645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindentDavid Conrad2008-10-19
| | | | Originally committed as revision 15644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Combine non-bitexact sectionsDavid Conrad2008-10-19
| | | | Originally committed as revision 15643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3 loop filter is mmx2 not mmxDavid Conrad2008-10-19
| | | | Originally committed as revision 15642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for pts==dts on I/P frames in the presence of non low delay decoding andMichael Niedermayer2008-10-19
| | | | | | | discard these invalid timestamps. fixes issue171. Originally committed as revision 15641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move code setting delay and presentation_delayed a little up soMichael Niedermayer2008-10-18
| | | | | | that the variables are available sooner. Originally committed as revision 15640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix issue 68:Víctor Paesa2008-10-18
| | | | | | Warn that the forum look is no excuse from following the FFmpeg netiquette. Originally committed as revision 15639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Save some backslashes.Diego Biurrun2008-10-18
| | | | Originally committed as revision 15638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide more context to the opt_preset() error messages, printing theStefano Sabatini2008-10-18
| | | | | | name of the preset file where the error occurred. Originally committed as revision 15637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg abort if a preset file contains an invalid option orStefano Sabatini2008-10-18
| | | | | | argument. Originally committed as revision 15636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide more context for the error message issued when no preset fileStefano Sabatini2008-10-18
| | | | | | is found. Originally committed as revision 15635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Append read data onto the buffer instead of overwriting, this ensuresMichael Niedermayer2008-10-18
| | | | | | | that the whole buffer is available for seeking back. Fixes issue480 Originally committed as revision 15634 to svn://svn.ffmpeg.org/ffmpeg/trunk