summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* autobuild doc if possible patch by (Nicolas Boos <nicolas.boos at wanadoo ↵Nicolas Boos2004-07-05
| | | | | | dot fr>) Originally committed as revision 3288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm ↵Loren Merritt2004-07-05
| | | | | | at u dot washington dot edu>) Originally committed as revision 3287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)Michael Niedermayer2004-07-02
| | | | Originally committed as revision 3286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assert(0) -> retunrn -1Michael Niedermayer2004-07-02
| | | | Originally committed as revision 3285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bttv patchesMichael Niedermayer2004-07-02
| | | | Originally committed as revision 3284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l(audio sync) fix by (Wolfram Gloger <wmglo at dent dot med dot ↵Michael Niedermayer2004-07-02
| | | | | | uni-muenchen dot de>) Originally committed as revision 3283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-07-01
| | | | Originally committed as revision 3282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a more portable version macroMike Melanson2004-07-01
| | | | Originally committed as revision 3281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ffmpeg supports AAC doesn't it patch by (Benjamin Larsson <banan at student ↵Benjamin Larsson2004-07-01
| | | | | | dot ltu dot se>) Originally committed as revision 3280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (fixes delayed frames during encoding)Michael Niedermayer2004-06-30
| | | | Originally committed as revision 3279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (fixes delayed frames during encoding)Michael Niedermayer2004-06-30
| | | | Originally committed as revision 3278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000lMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The atom 'skip' should be handled by 'mov_read_leaf()', not byCedric Vincent2004-06-30
| | | | | | | | 'mov_read_default()'. This atom has the same behaviour than the atom 'free'. patch by (Cedric VINCENT <c-vinc02 at bat710 dot univ-lyon1 dot fr>) the second part of the patch hasnt been applied, but fixed slightly differently Originally committed as revision 3276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better audio drift compensationMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix first timestamp when decoding mpeg-psMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio timestamp drift compensationMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various resampling fixesMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgottenMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamp duplication bugfixMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some expanded information when printing the banner, and always printMike Melanson2004-06-30
| | | | | | the banner; this will hopefully help in bug reporting Originally committed as revision 3267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -t + capture bugfixMichael Niedermayer2004-06-29
| | | | Originally committed as revision 3266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* which codecs does windows supportMichael Niedermayer2004-06-29
| | | | Originally committed as revision 3265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore palette for grayscale files, all my samples are inverted withRoberto Togni2004-06-27
| | | | | | default qt grayscale palette. Originally committed as revision 3264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Paletted cvid supportRoberto Togni2004-06-27
| | | | Originally committed as revision 3263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force alignement for rpza and smcRoberto Togni2004-06-27
| | | | Originally committed as revision 3262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for width or height not multiple of 4Roberto Togni2004-06-27
| | | | Originally committed as revision 3261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec yuv->rgb converterMichael Niedermayer2004-06-27
| | | | | | | | | | | | orginal patch by (Marc Hoffman <mmh at pleasantst dot com>) critical fixes by (Reza Jelveh <reza.jelveh at tu-harburg dot de>) known bugs/issues, which should be fixed ASAP by someone who has a ppc: 0..255 vs. 16..235 unneeded recalculation of tables general cleaup, like removing double initalizing of variables Originally committed as revision 12699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unusedAlex Beregszaszi2004-06-26
| | | | Originally committed as revision 3260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec workaroundAlex Beregszaszi2004-06-26
| | | | Originally committed as revision 3259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixAlex Beregszaszi2004-06-26
| | | | Originally committed as revision 3258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some debugAlex Beregszaszi2004-06-26
| | | | Originally committed as revision 3257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip_utf8, unused yetAlex Beregszaszi2004-06-26
| | | | Originally committed as revision 3256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the tables staticAlex Beregszaszi2004-06-26
| | | | Originally committed as revision 3255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, non-x86 fixAlex Beregszaszi2004-06-26
| | | | Originally committed as revision 3254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support skiping of mb rows during decodingMichael Niedermayer2004-06-26
| | | | Originally committed as revision 3253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2004-06-25
| | | | Originally committed as revision 3252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use libmpeg2 idct to decode xvid videos unless the user forced some other idctMichael Niedermayer2004-06-25
| | | | Originally committed as revision 3251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* overflow fixMichael Niedermayer2004-06-25
| | | | Originally committed as revision 3250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bigendian fixAlex Beregszaszi2004-06-25
| | | | Originally committed as revision 12658 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* optimizationMichael Niedermayer2004-06-25
| | | | Originally committed as revision 3249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* transmeta crusoe mmx detection by "Nobody/Anonymous - nobody" / sf feature ↵Michael Niedermayer2004-06-24
| | | | | | request tracker Originally committed as revision 3248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg with ffplay fixMichael Niedermayer2004-06-24
| | | | Originally committed as revision 3247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Documentation for -itsoffset switch by (Wolfram Gloger <wmglo at dent dot ↵Michael Niedermayer2004-06-24
| | | | | | med dot uni-muenchen dot de>) Originally committed as revision 3246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ranlib cleanup by Dan ChristiansenAlex Beregszaszi2004-06-24
| | | | Originally committed as revision 12633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* try to allocate the buffer before usig it :)Michael Niedermayer2004-06-22
| | | | Originally committed as revision 3245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush audio encoder buffers at the endMichael Niedermayer2004-06-22
| | | | | | fix vorbis in nut again Originally committed as revision 3244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase size of crop tableMichael Niedermayer2004-06-21
| | | | Originally committed as revision 3243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l fix codebook usage for v1 vectorsRoberto Togni2004-06-20
| | | | Originally committed as revision 3242 to svn://svn.ffmpeg.org/ffmpeg/trunk