summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* kill uninitialised variable warning in mp3_read_probe()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill harmless 64-bit pointer cast warningMåns Rullgård2007-07-08
| | | | Originally committed as revision 9539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bethsoftvid: use correct type for size passed to av_fast_realloc()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-08
| | | | Originally committed as revision 9531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove deprecated codec_get_{bmp,wav}_{id,tag}()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogm: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nutdec: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant codec_get_bmp_tag() call in avi_write_header()Måns Rullgård2007-07-08
| | | | | | it is incorrect and av_write_header() already does the right thing Originally committed as revision 9527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bytestream_get_* and AV_RLxxMåns Rullgård2007-07-07
| | | | Originally committed as revision 9525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill uninitialised variable warning in amr_read_packet()Måns Rullgård2007-07-07
| | | | Originally committed as revision 9522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill uninitialised variable warning in ac3_probe()Måns Rullgård2007-07-07
| | | | Originally committed as revision 9521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused functionsMåns Rullgård2007-07-07
| | | | Originally committed as revision 9520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-06
| | | | | | | | patch by Ronald S. Bultje, rsbultje gmail com thread: Re: [FFmpeg-devel] remove int readers date: Sat, 23 Jun 2007 09:32:12 -0400 Originally committed as revision 9499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.cLuca Abeni2007-07-06
| | | | Originally committed as revision 9496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for non-blocking input formatsLuca Abeni2007-07-06
| | | | Originally committed as revision 9495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check udp_read_packet return value not to access uninitialized memoryEric Paul2007-07-05
| | | | | | | | | patch by Eric Paul: [eric paul gmail com] original thread: [FFmpeg-devel] [PATCH] : libavformat segfault when a RTSP reading is interrupted date: 07/05/2007 03:13 PM Originally committed as revision 9492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update my email addressMåns Rullgård2007-07-05
| | | | Originally committed as revision 9489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group all copyright and author notices together.Diego Biurrun2007-07-05
| | | | Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* URL update, move comment to a better place.Diego Biurrun2007-07-05
| | | | Originally committed as revision 9476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-02
| | | | Originally committed as revision 9461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmeticsDiego Biurrun2007-07-02
| | | | Originally committed as revision 9459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing comment markers to #endif directive.Diego Biurrun2007-07-02
| | | | Originally committed as revision 9455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove empty write trailer functionsVitor Sessak2007-06-27
| | | | | | patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute absolute data offset after reading blocksizeBaptiste Coudurier2007-06-26
| | | | Originally committed as revision 9441 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
* 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
* * 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
* 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
* 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
* 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