summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* add support for ASS like subtitles in MatroskaAurelien Jacobs2007-07-112-2/+22
* add support for Matroska subtitle tracksAurelien Jacobs2007-07-112-4/+7
* Move public API functions av_codec_get_tag() and av_codec_get_id()Aurelien Jacobs2007-07-112-43/+44
* Remove OS/2 supportRamiro Polla2007-07-102-12/+1
* avoid deprecation warnings for AVFrac from avformat.hMåns Rullgård2007-07-091-1/+1
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-091-1/+1
* duration must not be scaledAurelien Jacobs2007-07-091-1/+0
* properly set AVStream.language according to Matroska track headerAurelien Jacobs2007-07-091-4/+10
* avoid uninitialised variable warning and clarify codeMåns Rullgård2007-07-081-1/+1
* update SectionCallback and PESCallback typedefs to match functionsMåns Rullgård2007-07-081-4/+6
* remove redundant declaration of mpegts_muxerMåns Rullgård2007-07-081-2/+0
* kill uninitialised variable warning in mp3_read_probe()Måns Rullgård2007-07-081-1/+1
* kill harmless 64-bit pointer cast warningMåns Rullgård2007-07-081-1/+1
* bethsoftvid: use correct type for size passed to av_fast_realloc()Måns Rullgård2007-07-081-1/+1
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-082-12/+11
* remove deprecated codec_get_{bmp,wav}_{id,tag}()Måns Rullgård2007-07-082-36/+0
* ogm: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-081-4/+4
* nutdec: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-081-2/+2
* remove redundant codec_get_bmp_tag() call in avi_write_header()Måns Rullgård2007-07-081-5/+0
* use bytestream_get_* and AV_RLxxMåns Rullgård2007-07-071-26/+23
* kill uninitialised variable warning in amr_read_packet()Måns Rullgård2007-07-071-1/+1
* kill uninitialised variable warning in ac3_probe()Måns Rullgård2007-07-071-1/+1
* remove unused functionsMåns Rullgård2007-07-071-43/+0
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-066-33/+20
* Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.cLuca Abeni2007-07-061-3/+11
* Add support for non-blocking input formatsLuca Abeni2007-07-061-0/+1
* check udp_read_packet return value not to access uninitialized memoryEric Paul2007-07-051-1/+1
* update my email addressMåns Rullgård2007-07-051-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-0513-16/+12
* Group all copyright and author notices together.Diego Biurrun2007-07-051-6/+5
* URL update, move comment to a better place.Diego Biurrun2007-07-051-4/+2
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-022-5/+5
* spelling cosmeticsDiego Biurrun2007-07-021-1/+1
* Add missing comment markers to #endif directive.Diego Biurrun2007-07-021-1/+1
* remove empty write trailer functionsVitor Sessak2007-06-275-43/+0
* compute absolute data offset after reading blocksizeBaptiste Coudurier2007-06-261-1/+1
* this is named BlockSize in specsBaptiste Coudurier2007-06-251-1/+1
* according to specs, offset is before blocksizeBaptiste Coudurier2007-06-251-1/+1
* support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is ...Baptiste Coudurier2007-06-251-3/+14
* Check for O_BINARY instead of a list of systems that need itRamiro Polla2007-06-251-2/+2
* Remove localtime_r implementation for systems that don't have it.Ramiro Polla2007-06-251-13/+0
* * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko2007-06-252-1/+3
* cosmetics: indentation after last commitAurelien Jacobs2007-06-241-3/+3
* drop blocks which are part of unsupported tracksAurelien Jacobs2007-06-241-1/+5
* remove duplicate #includeMåns Rullgård2007-06-241-1/+0
* more av_strl* adjustmentsReimar Döffinger2007-06-241-0/+1
* warnings--Måns Rullgård2007-06-241-1/+1
* whitespace cosmeticsMåns Rullgård2007-06-241-24/+24
* use AV_RL32Måns Rullgård2007-06-241-5/+5
* use more Vorbis metadata tagsMåns Rullgård2007-06-241-2/+7
OpenPOWER on IntegriCloud