summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* compute absolute data offset after reading blocksizeBaptiste Coudurier2007-06-26
| | | | Originally committed as revision 9441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationVitor Sessak2007-06-26
| | | | | | patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* right copyrightsVitor Sessak2007-06-26
| | | | | | patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add width and height in context and use themVitor Sessak2007-06-26
| | | | | | patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationBenoit Fouet2007-06-26
| | | | Originally committed as revision 9437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test context before accessing itBenoit Fouet2007-06-26
| | | | Originally committed as revision 9436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ENABLE_SWSCALER conditionsRonald S. Bultje2007-06-26
| | | | | | patch by Ronald S. Bultje: [rsbultje gmail com] Originally committed as revision 9435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an AVClass pointer in SwsContext contextBenoit Fouet2007-06-26
| | | | Originally committed as revision 9434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make globals staticBenoit Fouet2007-06-26
| | | | Originally committed as revision 9433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update copyright yearBenoit Fouet2007-06-26
| | | | Originally committed as revision 9432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introducing TopicsLuca Barbato2007-06-26
| | | | Originally committed as revision 9431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this is named BlockSize in specsBaptiste Coudurier2007-06-25
| | | | Originally committed as revision 9430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* according to specs, offset is before blocksizeBaptiste Coudurier2007-06-25
| | | | Originally committed as revision 9429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is ↵Baptiste Coudurier2007-06-25
| | | | | | spec compliant Originally committed as revision 9428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for O_BINARY instead of a list of systems that need itRamiro Polla2007-06-25
| | | | Originally committed as revision 9427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg-issues subscription URLReimar Döffinger2007-06-25
| | | | Originally committed as revision 9426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove localtime_r implementation for systems that don't have it.Ramiro Polla2007-06-25
| | | | | | It is no longer used. Originally committed as revision 9425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some more minor spelling improvements, some grammar improvement might beReimar Döffinger2007-06-25
| | | | | | good in some places as well. Originally committed as revision 9424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typos removedLuca Barbato2007-06-25
| | | | Originally committed as revision 9423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wish priority description and ffmpeg-issues vs ffmpeg_issuesLuca Barbato2007-06-25
| | | | Originally committed as revision 9422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove clear email addressesBenoit Fouet2007-06-25
| | | | Originally committed as revision 9421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ video encoderVitor Sessak2007-06-25
| | | | | | | | patch by Vitor: \vitor1001 gmail com/ original thread: [FFmpeg-devel] RoQ video encoder (take 3) date: 06/08/2007 10:34 PM Originally committed as revision 9420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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