summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* add pcm 24/32 le/be supportBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-05-13
| | | | Originally committed as revision 5374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean and simplifyBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variableBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks some might have been exploitableMichael Niedermayer2006-05-13
| | | | Originally committed as revision 5370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-13
| | | | Originally committed as revision 5369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can beJustin Ruggles2006-05-12
| | | | | | | used with "-acodec copy" to either copy a flac file verbatim or extract the raw flac from an ogg-flac file. Originally committed as revision 5368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set stream time_base properlyMåns Rullgård2006-05-12
| | | | Originally committed as revision 5367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add unaligned16() and unaligned64()Måns Rullgård2006-05-11
| | | | Originally committed as revision 5366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogm demuxingMåns Rullgård2006-05-11
| | | | Originally committed as revision 5365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unconditionally use -lossaudio on NetBSD.Jan Knutar2006-05-11
| | | | | | patch by Jan Knutar jknutar__@__nic__.__fi Originally committed as revision 5364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix spliting chunks, simplifyBaptiste Coudurier2006-05-11
| | | | Originally committed as revision 5363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create shared libraries using versioned filenames and add -rpath-linkMåns Rullgård2006-05-11
| | | | | | | | to LDFLAGS so linker finds them when using --as-needed (which is default in some installations). Using --as-needed is generally a good thing, so add that explicitly as well. Originally committed as revision 5362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics. Add the defines needed for debug output.Benjamin Larsson2006-05-11
| | | | Originally committed as revision 5361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a crash on x86_64Loren Merritt2006-05-11
| | | | Originally committed as revision 5360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, amr.c sets frame_size to 160, and sample size is always 8000Baptiste Coudurier2006-05-10
| | | | Originally committed as revision 5359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix damr atom, needed for quicktime playerBaptiste Coudurier2006-05-10
| | | | Originally committed as revision 5358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix alac decoder on little endianBaptiste Coudurier2006-05-10
| | | | Originally committed as revision 5357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics (initalize variables where they are used)Michael Niedermayer2006-05-10
| | | | Originally committed as revision 5356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decoders should (IMHO) not duplicate frames, the application can do this if ↵Michael Niedermayer2006-05-10
| | | | | | it wants Originally committed as revision 5355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, undef DEBUGBaptiste Coudurier2006-05-09
| | | | Originally committed as revision 5354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assing correct codec_id for mjpegbBaptiste Coudurier2006-05-09
| | | | Originally committed as revision 5353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for raw flac decoding based on the .flac suffix of input files.Benjamin Larsson2006-05-09
| | | | Originally committed as revision 5352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow insane gop sizes if the user doesnt care about playable streams ↵Michael Niedermayer2006-05-09
| | | | | | (doesnt want compliance to any standard) Originally committed as revision 5351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add outcommented chunk of code to handle stuffing MBs at the end of slices ↵Michael Niedermayer2006-05-08
| | | | | | (IMHO the standard doesnt allow this and there are no real world files which need it) Originally committed as revision 5350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change the type of esp in SwsContext to uint64_t so it can hold a full registerReimar Döffinger2006-05-07
| | | | | | also on 64 bit systems. Originally committed as revision 18401 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc