summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* * 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
* replace strncpy with av_strlcpyMåns Rullgård2007-06-241-5/+6
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-245-24/+27
* Cosmetics: use consistent indentation by four spacesReimar Döffinger2007-06-241-129/+129
* DV muxer should not only fail for more that 3 streams altogetherReimar Döffinger2007-06-241-0/+2
* remove old unused string functionsMåns Rullgård2007-06-232-68/+0
* use new string functionsMåns Rullgård2007-06-238-30/+36
* simplifyAurelien Jacobs2007-06-231-4/+2
* remove useless empty functionAurelien Jacobs2007-06-231-6/+0
* cosmetics: too much blank linesAurelien Jacobs2007-06-231-2/+0
* use intreadwrite functions in matroskadecAurelien Jacobs2007-06-231-11/+6
* use intreadwrite functions in vocdecAurelien Jacobs2007-06-231-2/+2
* remove useless #ifndef CONFIG_NOCUTILSMåns Rullgård2007-06-231-3/+0
* simplify stristart()Måns Rullgård2007-06-231-14/+6
* cosmetic: combine declaration and initialisationMåns Rullgård2007-06-231-2/+1
OpenPOWER on IntegriCloud