summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* M_PI diff for output_example (handles undefined M_PI) by (Bill Eldridge ↵Michael Niedermayer2003-08-28
| | | | | | <bill at rfa dot org>) Originally committed as revision 2175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Phase 1 for DV encoding support. Muxing/demuxing of DV streams is nowRoman Shaposhnik2003-08-28
| | | | | | | | | | | | | | | possible. For example you can do: ffmpeg -i i.dv -i audio_track.mp3 -map 0.0 -map 1.0 \ -vcodec copy -acodec pcm_s16le out.dv * Preparations for getting rid of DVAUDIO codec, DV stream really contains PCM audio, so there's no codec needed if we have a decent demuxer. * Providing entry points for dv1394 write support. Originally committed as revision 2174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed audio frame buffering problem (should correct problems on some ↵Fabrice Bellard2003-08-28
| | | | | | streams) - faster synthesis filter - prototype 'parse_only' support Originally committed as revision 2173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixFabrice Bellard2003-08-28
| | | | Originally committed as revision 2172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* naughty, forbidden variable declarationsMike Melanson2003-08-27
| | | | Originally committed as revision 2171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (forget to reset me.skip for b frames)Michael Niedermayer2003-08-26
| | | | Originally committed as revision 2170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problemRoman Shaposhnik2003-08-26
| | | | | | | is generic for any video with yuv411. Seems like a trivial fix, but we really have to clean up all of the pix_fmt business a bit more. Originally committed as revision 2169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>)Michael Niedermayer2003-08-26
| | | | Originally committed as revision 2168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing CODEC_FLAG_GLOBAL_HEADERMichael Niedermayer2003-08-26
| | | | Originally committed as revision 2167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 regression testMichael Niedermayer2003-08-26
| | | | | | add mpeg2video_decoder, thats more consistant with the encoders, note, both mpeg1video and mpeg2video decoder will happily decode both mpeg1 and 2 Originally committed as revision 2166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in ↵Michael Niedermayer2003-08-25
| | | | | | the other sucks, especially if they are in different directories (MPlayer/main/libavcodec vs. ffmpeg/libavcodec) Originally committed as revision 2165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 encodingMichael Niedermayer2003-08-25
| | | | Originally committed as revision 2164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid edge bug (if i understand the mpeg4 spec correctly) autodetectionMichael Niedermayer2003-08-25
| | | | | | | improved edge & padding bug detection for old files tested with *.avi *.mp4 on my HD Originally committed as revision 2163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused variableFabrice Bellard2003-08-24
| | | | Originally committed as revision 2162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid warningFabrice Bellard2003-08-24
| | | | Originally committed as revision 2161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid warningFabrice Bellard2003-08-24
| | | | Originally committed as revision 2160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused variableFabrice Bellard2003-08-24
| | | | Originally committed as revision 2159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused variablesFabrice Bellard2003-08-24
| | | | Originally committed as revision 2158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memmove fixes (Jon Burgess)Fabrice Bellard2003-08-24
| | | | Originally committed as revision 2157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update versionFabrice Bellard2003-08-24
| | | | Originally committed as revision 2156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updateFabrice Bellard2003-08-24
| | | | Originally committed as revision 2155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* up to date regression testsFabrice Bellard2003-08-24
| | | | Originally committed as revision 2154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3 testFabrice Bellard2003-08-24
| | | | Originally committed as revision 2153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* accepts pgmyuv extensionFabrice Bellard2003-08-24
| | | | Originally committed as revision 2152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed frame number modulus hack - added loop_input hack which I find ↵Fabrice Bellard2003-08-24
| | | | | | easier to understand Originally committed as revision 2151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added loop optionFabrice Bellard2003-08-24
| | | | Originally committed as revision 2150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new loop optionFabrice Bellard2003-08-24
| | | | Originally committed as revision 2149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disabled file based testsFabrice Bellard2003-08-24
| | | | Originally committed as revision 2148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exclude Duration field tooFabrice Bellard2003-08-24
| | | | Originally committed as revision 2147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spell fixesFabrice Bellard2003-08-24
| | | | Originally committed as revision 2146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* man page installation supportFabrice Bellard2003-08-24
| | | | Originally committed as revision 2145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export int64_t_C as it is needed by libavformat.hFabrice Bellard2003-08-24
| | | | Originally committed as revision 2144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more sections in help - copyright fixesFabrice Bellard2003-08-24
| | | | Originally committed as revision 2143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added all optionsFabrice Bellard2003-08-24
| | | | Originally committed as revision 2142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* explain Windows Native and Cross build - linked to DLL build page ↵Fabrice Bellard2003-08-24
| | | | | | (unsupported yet in the makefiles) Originally committed as revision 2141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed deprecated win32 option (use --enable-mingw32 and --cross-prefix)Fabrice Bellard2003-08-24
| | | | Originally committed as revision 2140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 compile fixFabrice Bellard2003-08-24
| | | | Originally committed as revision 2139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* when changing version, please keep my changes (win32 compile fix)Fabrice Bellard2003-08-24
| | | | Originally committed as revision 2138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updated supported codec/formatFabrice Bellard2003-08-24
| | | | Originally committed as revision 2137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added ffplay documentation - added automatic man page generation for ffmpeg, ↵Fabrice Bellard2003-08-24
| | | | | | ffserver and ffplay Originally committed as revision 2136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* custom quant matrix encoding supportMichael Niedermayer2003-08-22
| | | | Originally committed as revision 2135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at ↵Michael Niedermayer2003-08-22
| | | | | | | | frogger dot rules dot pl> note: completly untested, no demuxer yet Originally committed as revision 2134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updateFabrice Bellard2003-08-22
| | | | Originally committed as revision 2133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* repeat_pict was never returnedFabrice Bellard2003-08-22
| | | | Originally committed as revision 2132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all human-readable output should go into stderr for now. We reallyRoman Shaposhnik2003-08-21
| | | | | | need a generic logging facility in ffmpeg, but this will suffice for now. Originally committed as revision 2131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enabling Sun medialib support via --enable-sunmlib, the defaultRoman Shaposhnik2003-08-21
| | | | | | (even on systems with medialib is to use ffmpeg routines) Originally committed as revision 2130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)Michael Niedermayer2003-08-20
| | | | Originally committed as revision 2129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing chroma MCMichael Niedermayer2003-08-20
| | | | | | | minor cleanup postprocessing support Originally committed as revision 2128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MC rounding fixed?Michael Niedermayer2003-08-19
| | | | | | | UMV still not bugfree :( Originally committed as revision 2127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix AVFrame.reference (the frames are used for decoding future frames so it ↵Michael Niedermayer2003-08-19
| | | | | | | | | should be !=0) fix some assert in utils.c (no bug but its saver if the released pointers are NULL) fix double release_buffer() at the end Originally committed as revision 2126 to svn://svn.ffmpeg.org/ffmpeg/trunk