summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make b_frame_strategy not fail on pass 2, but still print a notice.Corey Hickey2006-05-29
| | | | Originally committed as revision 5425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve selftestMichael Niedermayer2006-05-29
| | | | Originally committed as revision 5424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l don't reuse outer loop index in inner loopsRoberto Togni2006-05-29
| | | | Originally committed as revision 5423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fabs is better then abs for floats ...Michael Niedermayer2006-05-29
| | | | Originally committed as revision 5422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo me thinks ...Michael Niedermayer2006-05-29
| | | | Originally committed as revision 5421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cbp must be >0 here or we are in troubbleMichael Niedermayer2006-05-29
| | | | Originally committed as revision 5420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: MBAFF interlaced decodingLoren Merritt2006-05-28
| | | | Originally committed as revision 5419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: faster fill_rectangle()Loren Merritt2006-05-28
| | | | Originally committed as revision 5418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow multiple reference framesLoren Merritt2006-05-28
| | | | | | (bitstream is not backwards compatible, even if refs aren't used) Originally committed as revision 5417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow 1pass ratecontrolLoren Merritt2006-05-28
| | | | Originally committed as revision 5416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suggest solution for 2 fixmiesMichael Niedermayer2006-05-27
| | | | Originally committed as revision 5415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a small comment about a part that should be in configure.Diego Biurrun2006-05-27
| | | | Originally committed as revision 5414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR URL fixesDiego Biurrun2006-05-27
| | | | Originally committed as revision 5413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* working H.264 + AAC in mp4 encoding example for the pspMichael Niedermayer2006-05-27
| | | | Originally committed as revision 5412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mbd bits bug, finallyBaptiste Coudurier2006-05-26
| | | | Originally committed as revision 5411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove all .cvsignore files, they are no longer necessary.Diego Biurrun2006-05-26
| | | | Originally committed as revision 5410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo/grammar fixesDiego Biurrun2006-05-19
| | | | Originally committed as revision 5409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segfault on Mac OS X, patch by Earl Levine elevine**@**gmail**.**com.Earl Levine2006-05-19
| | | | Originally committed as revision 5408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ipod & psp encoding guideMichael Niedermayer2006-05-19
| | | | Originally committed as revision 5407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ...Michael Niedermayer2006-05-19
| | | | | | merging some related stuff from mobilehackers Originally committed as revision 5406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)Michael Niedermayer2006-05-18
| | | | Originally committed as revision 5405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont write LAVF_ID if bitexact and any meta tag is setMichael Niedermayer2006-05-18
| | | | Originally committed as revision 5404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify meta tag writing codeMichael Niedermayer2006-05-18
| | | | Originally committed as revision 5403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seeking, typo provoking hard segfaultBaptiste Coudurier2006-05-18
| | | | Originally committed as revision 5402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix keyframe check, stss might be there but count set to 0Baptiste Coudurier2006-05-18
| | | | Originally committed as revision 5401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate the list of all programs, unstripped programs and man pages in a moreDiego Biurrun2006-05-18
| | | | | | elegant fashion and unconditionally remove all programs on clean. Originally committed as revision 5400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename singular variables to more sensible plural form.Diego Biurrun2006-05-18
| | | | Originally committed as revision 5399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uninstallation supportDiego Biurrun2006-05-18
| | | | | | inspired by a patch from Richard, richiek.,@,.optushome.,.,.com.,.,.au Originally committed as revision 5398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify vhook build.Diego Biurrun2006-05-18
| | | | Originally committed as revision 5397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2006-05-18
| | | | Originally committed as revision 5396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Prettyprint some commands.Diego Biurrun2006-05-18
| | | | Originally committed as revision 5395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Mans as maintainer for oggparseogm.c.Diego Biurrun2006-05-18
| | | | Originally committed as revision 5394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* URLProtocol faqMichael Niedermayer2006-05-18
| | | | Originally committed as revision 5393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some lines that are duplicated in common.mak.Diego Biurrun2006-05-17
| | | | Originally committed as revision 5392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MPEG FourCC for MPEG-2 video.Diego Biurrun2006-05-17
| | | | Originally committed as revision 5391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper PTS generation for Smacker audioKostya Shishkov2006-05-17
| | | | Originally committed as revision 5390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Now MPlayer should understand Smacker audio and video codecs.Kostya Shishkov2006-05-17
| | | | Originally committed as revision 5389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify SLIBNAME_WITH_VERSION and SLIBNAME_WITH_MAJOR.Diego Biurrun2006-05-16
| | | | Originally committed as revision 5388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MPEG-2 4:2:2 encoding supportBaptiste Coudurier2006-05-16
| | | | Originally committed as revision 5387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.Guillaume Poirier2006-05-16
| | | | | | | 3dnow intrinsincs are for now only compiled if 3dnowext support is available. (I should add smth that checks for plain 3dnow later) Originally committed as revision 5386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix cropping & padding when capturing from a v4l(2) cardLuca Abeni2006-05-16
| | | | Originally committed as revision 5385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Honor the LDFLAGS environment variable.Diego Biurrun2006-05-16
| | | | Originally committed as revision 5384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an actual 3dnow intrinsinc so the configure script doesn't just check ↵Guillaume Poirier2006-05-15
| | | | | | for the existence of the 3dnow header Originally committed as revision 5383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix avc nal parsingBaptiste Coudurier2006-05-15
| | | | Originally committed as revision 5382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pcm_s24be demuxing, simplifyBaptiste Coudurier2006-05-15
| | | | Originally committed as revision 5381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for ↵Guillaume Poirier2006-05-14
| | | | | | | | GCC, so use -m3dnow instead. Note that there's no way to specificly activate 3dnow ext support Originally committed as revision 5380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier2006-05-14
| | | | Originally committed as revision 5379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mulaw muxingBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write wave if not neededBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix AMR muxing in movBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5376 to svn://svn.ffmpeg.org/ffmpeg/trunk