summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix typoVitor Sessak2007-06-25
| | | | | | patch by Vitor: {vitor1001 gmail com} Originally committed as revision 9419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko2007-06-25
| | | | | | | * changing dv_read_seek() to return the proper value (patch by Maksym Veremeyenko) Originally committed as revision 9418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation after last commitAurelien Jacobs2007-06-24
| | | | Originally committed as revision 9417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop blocks which are part of unsupported tracksAurelien Jacobs2007-06-24
| | | | Originally committed as revision 9416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpegs bug/patch/feature request tracker manualMichael Niedermayer2007-06-24
| | | | Originally committed as revision 9415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.Reimar Döffinger2007-06-24
| | | | Originally committed as revision 9414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate #includeMåns Rullgård2007-06-24
| | | | Originally committed as revision 9413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more av_strl* adjustmentsReimar Döffinger2007-06-24
| | | | Originally committed as revision 9412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warnings--Måns Rullgård2007-06-24
| | | | Originally committed as revision 9411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsMåns Rullgård2007-06-24
| | | | Originally committed as revision 9410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AV_RL32Måns Rullgård2007-06-24
| | | | Originally committed as revision 9409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use more Vorbis metadata tagsMåns Rullgård2007-06-24
| | | | Originally committed as revision 9408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace strncpy with av_strlcpyMåns Rullgård2007-06-24
| | | | Originally committed as revision 9407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
| | | | Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump micro version: new string functionsLuca Barbato2007-06-24
| | | | Originally committed as revision 9405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: use consistent indentation by four spacesReimar Döffinger2007-06-24
| | | | Originally committed as revision 9404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DV muxer should not only fail for more that 3 streams altogetherReimar Döffinger2007-06-24
| | | | | | but also if two of them are video or all three are audio. Originally committed as revision 9403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove old unused string functionsMåns Rullgård2007-06-23
| | | | Originally committed as revision 9402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new string functionsMåns Rullgård2007-06-23
| | | | | | based on patch by Reimar Döffinger Originally committed as revision 9401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some string functionsMåns Rullgård2007-06-23
| | | | Originally committed as revision 9400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyAurelien Jacobs2007-06-23
| | | | Originally committed as revision 9399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless empty functionAurelien Jacobs2007-06-23
| | | | Originally committed as revision 9398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: too much blank linesAurelien Jacobs2007-06-23
| | | | Originally committed as revision 9397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use intreadwrite functions in matroskadecAurelien Jacobs2007-06-23
| | | | | | based on a patch by Ronald S. Bultje rsbultje gmail com Originally committed as revision 9396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use intreadwrite functions in vocdecAurelien Jacobs2007-06-23
| | | | Originally committed as revision 9395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #ifndef CONFIG_NOCUTILSMåns Rullgård2007-06-23
| | | | Originally committed as revision 9394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify stristart()Måns Rullgård2007-06-23
| | | | Originally committed as revision 9393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: combine declaration and initialisationMåns Rullgård2007-06-23
| | | | Originally committed as revision 9392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify pstrcpy()Måns Rullgård2007-06-23
| | | | Originally committed as revision 9391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify strstart()Måns Rullgård2007-06-22
| | | | Originally committed as revision 9390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of one unneeded #ifdef HAVE_XVMCMichael Niedermayer2007-06-22
| | | | Originally committed as revision 9389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing dependency on bfin_sram.h, which is not used right nowMarc Hoffman2007-06-22
| | | | Originally committed as revision 9388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.hMarc Hoffman2007-06-22
| | | | Originally committed as revision 9387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman2007-06-22
| | | | Originally committed as revision 23605 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* adding Blackfin swscale_bfin infrastructure, and the first swscale routine ↵Marc Hoffman2007-06-22
| | | | | | uyvy to yv12 video resampler Originally committed as revision 23604 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* modify msmpeg4 functions to generate VC1 compatible block layer bitstreamFortin Denis2007-06-22
| | | | | | | | patch by Fortin Denis: \fortin nerim net/ original thread: [FFmpeg-devel] [PATCH] wmv3 encoder : msmpeg4.c changes date: 06/19/2007 09:54 PM Originally committed as revision 9386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document pointer offset by -8Marc Hoffman2007-06-22
| | | | Originally committed as revision 23603 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* re pipeline loop, to eliminate extra chroma readsMarc Hoffman2007-06-22
| | | | Originally committed as revision 23602 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* correct chroma skewing bug, caused by incorrect stride adjustmentsMarc Hoffman2007-06-22
| | | | Originally committed as revision 23601 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add a few missing Advanced Options.Víctor Paesa2007-06-21
| | | | Originally committed as revision 9385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use allformats.hBaptiste Coudurier2007-06-21
| | | | Originally committed as revision 9384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless ifdefBaptiste Coudurier2007-06-21
| | | | Originally committed as revision 9383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mpeg ps and variants muxer and demuxer, I'll clean more in a few ↵Baptiste Coudurier2007-06-21
| | | | | | minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common Originally committed as revision 9382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* static (inline) X => ff_XDenis Fortin2007-06-21
| | | | | | | | patch by Denis Fortin: \fortin nerim net/ original thread: [FFmpeg-devel] [PATCH] wmv3 encoder : msmpeg4.c changes date: 06/19/2007 09:54 PM Originally committed as revision 9381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't swap back un-deblocked lines for intra prediction whenAndreas Öman2007-06-21
| | | | | | | | | | | | | at slice boundaries for deblocking-type 2 content. This is needed for slice based threading only and doesn't do much good or bad otherwise. Patch by Andreas Oman %andreas A olebyn P nu% Original thread: date: Jun 18, 2007 1:21 PM subject: Re: [FFmpeg-devel] [PATCH] h264 parallelized, Originally committed as revision 9380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split frame rate and frame size abbreviation into two structuresStefano Sabatini2007-06-21
| | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 9379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove space before question marks.Víctor Paesa2007-06-21
| | | | Originally committed as revision 9378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set error parameter for ff_parseRamiro Polla2007-06-20
| | | | Originally committed as revision 9377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix @file in matroskadec.c, it was still matroska.cReimar Döffinger2007-06-20
| | | | Originally committed as revision 9376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet2007-06-20
| | | | | | functions after arch dependant initializations Originally committed as revision 9375 to svn://svn.ffmpeg.org/ffmpeg/trunk