summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 10l: Correctly use preprocessor conditionals.Eddie Pang2008-02-20
| | | | | | patch by Eddie Pang, eddpang gmail com Originally committed as revision 12159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix computation of the "NTP time" field in RTCP SR packets, and do notLuca Abeni2008-02-20
| | | | | | export times with microsecond precision Originally committed as revision 12158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of a fake timestamp discontinuity at the begin of V.VOB.Michael Niedermayer2008-02-20
| | | | | | | | This solution is not really correct but it is quite simple. Correct would be to do a second pass over the packets after all the headers have been collected. Originally committed as revision 12157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-20
| | | | | | Cleaner/simpler solutions are welcome. Originally committed as revision 12156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include avutil.h in postprocess.hMåns Rullgård2008-02-20
| | | | Originally committed as revision 12155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up lib* version definitionsMåns Rullgård2008-02-19
| | | | Originally committed as revision 26034 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Clean up lib* version definitionsMåns Rullgård2008-02-19
| | | | | | Updating version numbers now requires changing only one place. Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix ;;Michael Niedermayer2008-02-19
| | | | Originally committed as revision 12153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some const, fixes warnings:Reimar Döffinger2008-02-19
| | | | | | | rtpenc_h264.c:69: warning: assignment discards qualifiers from pointer target type rtpenc_h264.c:74: warning: assignment discards qualifiers from pointer target type Originally committed as revision 12152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing const, fix warnings:Reimar Döffinger2008-02-19
| | | | | | | sdp.c:115: warning: assignment discards qualifiers from pointer target type sdp.c:120: warning: assignment discards qualifiers from pointer target type Originally committed as revision 12151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warnings:Reimar Döffinger2008-02-19
| | | | | | | i386/vp3dsp_sse2.c:805: warning: cast discards qualifiers from pointer target type i386/vp3dsp_sse2.c:806: warning: cast discards qualifiers from pointer target type Originally committed as revision 12150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate ;Reimar Döffinger2008-02-19
| | | | Originally committed as revision 12149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add casts to avoid warnings:Reimar Döffinger2008-02-19
| | | | | | | fraps.c:102: warning: passing argument 1 of ‘s->dsp.bswap_buf’ from incompatible pointer type fraps.c:102: warning: passing argument 2 of ‘s->dsp.bswap_buf’ from incompatible pointer type Originally committed as revision 12148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing constReimar Döffinger2008-02-19
| | | | Originally committed as revision 12147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix misplaced const, avoids a cast-discards-qualifiers warningReimar Döffinger2008-02-19
| | | | Originally committed as revision 12146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-19
| | | | Originally committed as revision 12145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce the number of senselessly scanned bytes.Michael Niedermayer2008-02-19
| | | | Originally committed as revision 12144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier2008-02-19
| | | | Originally committed as revision 12143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix broken indentationGuillaume Poirier2008-02-19
| | | | Originally committed as revision 12142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix always false test: Binary & has lower precedence than ==Guillaume Poirier2008-02-19
| | | | Originally committed as revision 12141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Refactor vcprm and vcii macros by using the AVV macro.Diego Biurrun2008-02-18
| | | | Originally committed as revision 12140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Refactor the FOUROF macro using the AVV macro.Diego Biurrun2008-02-18
| | | | Originally committed as revision 12139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stray #undef.Diego Biurrun2008-02-18
| | | | Originally committed as revision 12138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ↵Alexander Strange2008-02-18
| | | | | | | | check mm_flags Patch by Alexander Strange %astrange A ithinksw PP com % Originally committed as revision 12137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a superfluous call to atoi in ffmpeg.c:opt_verboseStefano Sabatini2008-02-18
| | | | | | | | Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) [FFmpeg-devel] [PATCH] Cosmetics: remove a superfluos call to atoi in ffmpeg.c:opt_verbose Originally committed as revision 12136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add notes where known timestamp issues remain.Michael Niedermayer2008-02-17
| | | | Originally committed as revision 12135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set initial next_pts to unknown, this avoids the nonsense timestampMichael Niedermayer2008-02-17
| | | | | | | | discontinuity at the start. I hope this has no sideeffects, if it does send a bugreport! fixes issue137 Originally committed as revision 12134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print a warning if a decoder produces more than 1 frame of output forMichael Niedermayer2008-02-17
| | | | | | a single frame it got from the demuxer+parser. Originally committed as revision 12133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set next_pts to pts if it is unknown and pkt->dts is not known either. ThisMichael Niedermayer2008-02-17
| | | | | | | is needed because next_pts is used to calculate the next pts and adding to AV_NOPTS_VALUE does not achieve the intended result. Originally committed as revision 12132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify (next_)pts codeMichael Niedermayer2008-02-17
| | | | Originally committed as revision 12131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use next_pts if pkt->dts is unknown. In an ideal world this would not be neededMichael Niedermayer2008-02-17
| | | | | | but sadly there are cases where the timestamps cannot be found without decoding. Originally committed as revision 12130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-17
| | | | Originally committed as revision 26013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-17
| | | | Originally committed as revision 12129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettify lib* version number extractionMåns Rullgård2008-02-17
| | | | Originally committed as revision 12128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettify encoder/decoder/muxer/... list extractionMåns Rullgård2008-02-17
| | | | Originally committed as revision 12127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGNMåns Rullgård2008-02-16
| | | | Originally committed as revision 12126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-16
| | | | | | | | linking. The FDPIC relocs also break for any other format. Thus check the compiler environment and select the appropriate sections/relocs. patch by Mike Frysinger, vapier.adi a gmail d com Originally committed as revision 26010 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-16
| | | | | | | | linking. The FDPIC relocs also break for any other format. Thus check the compiler environment and select the appropriate sections/relocs. patch by Mike Frysinger, vapier.adi a gmail d com Originally committed as revision 12125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This shell script is not bash-specific.Diego Biurrun2008-02-16
| | | | Originally committed as revision 12124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove check for the availability of the -u diff flag, we require it inDiego Biurrun2008-02-16
| | | | | | other places without checking for its availability already. Originally committed as revision 12123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The Blackfin toolchains will automatically select FDPIC according to theMike Frysinger2008-02-16
| | | | | | | | toolchain/tuple, so there is no need (and indeed this is unwanted) to force -mfdpic into the compile/linker flags. patch by Mike Frysinger, vapier.adi a gmail d com Originally committed as revision 12122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not run ldconfig after installing shared librariesMåns Rullgård2008-02-16
| | | | Originally committed as revision 12121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded function.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Vitor Sessak on 2008-02-12 20:54:11 Originally committed as revision 12120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OopsVitor Sessak2008-02-15
| | | | | | Commited in SoC by Vitor Sessak on 2008-02-12 20:43:49 Originally committed as revision 12119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missed this file in my conditional compilation patchVitor Sessak2008-02-15
| | | | | | Commited in SoC by Vitor Sessak on 2008-02-12 20:40:32 Originally committed as revision 12118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavfilter_versionVíctor Paesa2008-02-15
| | | | | | | | Patch by Víctor Paesa Commited in SoC by Vitor Sessak on 2008-02-12 20:31:53 Originally committed as revision 12117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove author fieldVitor Sessak2008-02-15
| | | | | | | | Suggested by Baptiste Coudurier Commited in SoC by Vitor Sessak on 2008-02-11 19:56:27 Originally committed as revision 12116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use CodecType for pad typeVitor Sessak2008-02-15
| | | | | | Commited in SoC by Vitor Sessak on 2008-02-10 20:41:57 Originally committed as revision 12115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nit: remove odd whitespaceVitor Sessak2008-02-15
| | | | | | Commited in SoC by Vitor Sessak on 2008-02-10 20:32:56 Originally committed as revision 12114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group avfilter_poll_frame() with related funcions and add doxygen commentVitor Sessak2008-02-15
| | | | | | Commited in SoC by Vitor Sessak on 2008-02-10 20:30:50 Originally committed as revision 12113 to svn://svn.ffmpeg.org/ffmpeg/trunk