summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
* add support for ASS like subtitles in MatroskaAurelien Jacobs2007-07-112-2/+22
| | | | Originally committed as revision 9593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for Matroska subtitle tracksAurelien Jacobs2007-07-112-4/+7
| | | | Originally committed as revision 9591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move public API functions av_codec_get_tag() and av_codec_get_id()Aurelien Jacobs2007-07-112-43/+44
| | | | | | into a file which is compiled un-conditionally (utils.c). Originally committed as revision 9590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove OS/2 supportRamiro Polla2007-07-102-12/+1
| | | | Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid deprecation warnings for AVFrac from avformat.hMåns Rullgård2007-07-091-1/+1
| | | | Originally committed as revision 9569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-091-1/+1
| | | | Originally committed as revision 9561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* duration must not be scaledAurelien Jacobs2007-07-091-1/+0
| | | | Originally committed as revision 9558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly set AVStream.language according to Matroska track headerAurelien Jacobs2007-07-091-4/+10
| | | | Originally committed as revision 9557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid uninitialised variable warning and clarify codeMåns Rullgård2007-07-081-1/+1
| | | | Originally committed as revision 9543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update SectionCallback and PESCallback typedefs to match functionsMåns Rullgård2007-07-081-4/+6
| | | | Originally committed as revision 9542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant declaration of mpegts_muxerMåns Rullgård2007-07-081-2/+0
| | | | Originally committed as revision 9541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill uninitialised variable warning in mp3_read_probe()Måns Rullgård2007-07-081-1/+1
| | | | Originally committed as revision 9540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill harmless 64-bit pointer cast warningMåns Rullgård2007-07-081-1/+1
| | | | 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-081-1/+1
| | | | Originally committed as revision 9538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-082-12/+11
| | | | 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-082-36/+0
| | | | 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-081-4/+4
| | | | 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-081-2/+2
| | | | 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-081-5/+0
| | | | | | 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-071-26/+23
| | | | 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-071-1/+1
| | | | Originally committed as revision 9522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill uninitialised variable warning in ac3_probe()Måns Rullgård2007-07-071-1/+1
| | | | Originally committed as revision 9521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused functionsMåns Rullgård2007-07-071-43/+0
| | | | Originally committed as revision 9520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-066-33/+20
| | | | | | | | 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-061-3/+11
| | | | Originally committed as revision 9496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for non-blocking input formatsLuca Abeni2007-07-061-0/+1
| | | | 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-051-1/+1
| | | | | | | | | 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-051-1/+1
| | | | Originally committed as revision 9489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-0513-16/+12
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group all copyright and author notices together.Diego Biurrun2007-07-051-6/+5
| | | | Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* URL update, move comment to a better place.Diego Biurrun2007-07-051-4/+2
| | | | Originally committed as revision 9476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-022-5/+5
| | | | Originally committed as revision 9461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmeticsDiego Biurrun2007-07-021-1/+1
| | | | Originally committed as revision 9459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing comment markers to #endif directive.Diego Biurrun2007-07-021-1/+1
| | | | Originally committed as revision 9455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove empty write trailer functionsVitor Sessak2007-06-275-43/+0
| | | | | | 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-261-1/+1
| | | | Originally committed as revision 9441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this is named BlockSize in specsBaptiste Coudurier2007-06-251-1/+1
| | | | Originally committed as revision 9430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* according to specs, offset is before blocksizeBaptiste Coudurier2007-06-251-1/+1
| | | | 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-251-3/+14
| | | | | | 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-251-2/+2
| | | | 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-251-13/+0
| | | | | | 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-252-1/+3
| | | | | | | * 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-241-3/+3
| | | | Originally committed as revision 9417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop blocks which are part of unsupported tracksAurelien Jacobs2007-06-241-1/+5
| | | | Originally committed as revision 9416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate #includeMåns Rullgård2007-06-241-1/+0
| | | | Originally committed as revision 9413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more av_strl* adjustmentsReimar Döffinger2007-06-241-0/+1
| | | | Originally committed as revision 9412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warnings--Måns Rullgård2007-06-241-1/+1
| | | | Originally committed as revision 9411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsMåns Rullgård2007-06-241-24/+24
| | | | Originally committed as revision 9410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AV_RL32Måns Rullgård2007-06-241-5/+5
| | | | Originally committed as revision 9409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use more Vorbis metadata tagsMåns Rullgård2007-06-241-2/+7
| | | | Originally committed as revision 9408 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud