summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* '-acodec mp3' --> '-acodec libmp3lame'Diego Biurrun2007-06-07
| | | | Originally committed as revision 9248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change names of codecs provided by external libraries in examples to accountavcoder2007-06-07
| | | | | | | for the recent renamings of those codecs. patch by QuickTime, ffmpeg gmail com Originally committed as revision 9247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CPU feature definitions should always be available, not just when theRonald S. Bultje2007-06-07
| | | | | | | | | | CPU feature is enabled. taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Date: Thu, 07 Jun 2007 08:57:46 -0400 Subject: Re: [FFmpeg-devel] [PATCH] Coremake support - ffmpeg_nommx.patch (1/1) - ffmpeg-nommx.patch (1/1) - ff-cputest-noavconfig.patch (1/1) Originally committed as revision 9246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only run MMX2 tests when MMX2 is available.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking when GPL code has been disabled.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when MMX is disabled.Ronald S. Bultje2007-06-07
| | | | | | inspired by a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FAAN is not x86-specific.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the unnecessary masking when counting received packet types in the H.264Panagiotis Issaris2007-06-07
| | | | | | RTP parsing code. Originally committed as revision 9241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the unnecessary masking when reconstructing the NAL unit header in thePanagiotis Issaris2007-06-07
| | | | | | H.264 RTP parsing code. Originally committed as revision 9240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the unnecessary masking when extracting the start bit in the H.264 RTPPanagiotis Issaris2007-06-07
| | | | | | parsing code. Originally committed as revision 9239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking: emms_c is a macro, #include the correct header file.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: use 'simple' in border backup / xchgAndreas Öman2007-06-07
| | | | | | | | | patch by Andreas Öman: [andreas olebyn nu] original thread: subject: [FFmpeg-devel] [patch] h264: use 'simple' in border backup / xchg date: 06/07/2007 03:24 PM Originally committed as revision 9237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak netRonald S. Bultje2007-06-07
| | | | | | | | reference thread: Subject: Re: [FFmpeg-devel] [PATCH] Coremake support - ff-grab-emms_c.patch (1/1) Date: Thu, 07 Jun 2007 09:01:44 -0400 Originally committed as revision 9236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some forgotten lib prefixes to Makefile variables.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MMES fourcc, matrox mpeg2 in avi filesBaptiste Coudurier2007-06-06
| | | | Originally committed as revision 9234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add mpegtsraw demuxerMichael Niedermayer2007-06-06
| | | | Originally committed as revision 9233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn user if video codec timebase is very highBaptiste Coudurier2007-06-06
| | | | Originally committed as revision 9232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename cb fieldEric Lasota2007-06-06
| | | | | | | | patch by Eric Lasota: [riot at icculus org] original thread: [FFmpeg-devel] [PATCH] RoQ decoder 4:4:4 update date: 06/05/2007 09:22 PM Originally committed as revision 9231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* one more renameDiego Biurrun2007-06-06
| | | | Originally committed as revision 9229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update for recent file removals/renames.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give names of external library decoders/encoders a lib prefixDiego Biurrun2007-06-06
| | | | | | in the ffmpeg/ffplay output. Originally committed as revision 9227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Part of MPlayer patch:Reimar Döffinger2007-06-05
| | | | | | | | "Replace implicit use of fast_memcpy via macro by explicit use to allow for future optimization." This is not yet done for ffmpeg when compiled within MPlayer. Originally committed as revision 9225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables.Diego Biurrun2007-06-05
| | | | Originally committed as revision 9224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_lineMarc Hoffman2007-06-05
| | | | Originally committed as revision 23472 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocksEric Lasota2007-06-05
| | | | | | | | | instead of packed 4:2:0 clusters patch by Eric Lasota: \ riot icculus org / original threads: [FFmpeg-devel] [PATCH] RoQ decoder 4:4:4 update date: 06/04/2007 03:52 AM and 06/05/2007 01:10 AM Originally committed as revision 9223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename code012() to ff_code012(), and remove static qualifier: paves the wayDenis Fortin2007-06-05
| | | | | | | | | | to vc1 encoder, as this function would be useful there. patch by Denis Fortin % fortin A nerim P net % Original thread: date: Jun 4, 2007 9:23 PM subject: Re: [FFmpeg-devel] [RFC] move wmv2.c to its own file Originally committed as revision 9222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingDiego Biurrun2007-06-04
| | | | Originally committed as revision 9221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: use one type per field in every structsAurelien Jacobs2007-06-04
| | | | Originally committed as revision 9220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* partially revert r2931 (Support raw mpegts streams from dvr)Michael Niedermayer2007-06-04
| | | | | | the change was wrong Originally committed as revision 9219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-06-04
| | | | Originally committed as revision 9218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for real audio in matroskaAurelien Jacobs2007-06-04
| | | | Originally committed as revision 9217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix an infinite loop in case one cluster is not enough to demux a packetAurelien Jacobs2007-06-04
| | | | Originally committed as revision 9216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad2007-06-04
| | | | | | patch by David Conrad umovimus _at_ gmail.com Originally committed as revision 9215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Wording improvements for the previous commit.Víctor Paesa2007-06-04
| | | | Originally committed as revision 9214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TyposRamiro Polla2007-06-04
| | | | Originally committed as revision 9213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize av_init_packetRamiro Polla2007-06-04
| | | | Originally committed as revision 9212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export av_init_packetRamiro Polla2007-06-04
| | | | Originally committed as revision 9211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* harmless typoMichael Niedermayer2007-06-04
| | | | Originally committed as revision 9210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentionMichael Niedermayer2007-06-04
| | | | Originally committed as revision 9209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate PAT scaning code and actual PAT scanMichael Niedermayer2007-06-04
| | | | | | | also disabling the nonsense 3yr old rawts change (it would after the above chage totally break the demuxer if its left enabled) Originally committed as revision 9208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused variablesMichael Niedermayer2007-06-04
| | | | Originally committed as revision 9207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont rescan for information on each pid, but rather do it just once byMichael Niedermayer2007-06-04
| | | | | | opening 1 filter for each at the same time Originally committed as revision 9206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move structs and enums to top of file so they can be usedMichael Niedermayer2007-06-04
| | | | Originally committed as revision 9205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* passing MpegTSFilter to the filters instead of a random void *opaqueMichael Niedermayer2007-06-04
| | | | | | | code is simler and the filters now know the pid they are filtering so one filter callback can be used with more then one pid at the same time Originally committed as revision 9204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extending video4linux support to handle the additional formats UYVY, YUYV ↵Marc Hoffman2007-06-04
| | | | | | and RGB565 Originally committed as revision 9203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert if then else video palette to pix_fmt construct to simpiler table ↵Marc Hoffman2007-06-04
| | | | | | based lookup. Originally committed as revision 9202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not perform SDT scan at the begin (this avoids a timeconsuming search forMichael Niedermayer2007-06-04
| | | | | | optional info) instead fill SDT info in and update it as we stumble across it Originally committed as revision 9201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make new_service() update existing info sanelyMichael Niedermayer2007-06-04
| | | | Originally committed as revision 9200 to svn://svn.ffmpeg.org/ffmpeg/trunk