summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avoid uninitialised variable warning and clarify codeMåns Rullgård2007-07-08
* update SectionCallback and PESCallback typedefs to match functionsMåns Rullgård2007-07-08
* remove redundant declaration of mpegts_muxerMåns Rullgård2007-07-08
* kill uninitialised variable warning in mp3_read_probe()Måns Rullgård2007-07-08
* kill harmless 64-bit pointer cast warningMåns Rullgård2007-07-08
* bethsoftvid: use correct type for size passed to av_fast_realloc()Måns Rullgård2007-07-08
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-08
* remove deprecated codec_get_{bmp,wav}_{id,tag}()Måns Rullgård2007-07-08
* ogm: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-08
* nutdec: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-08
* remove redundant codec_get_bmp_tag() call in avi_write_header()Måns Rullgård2007-07-08
* use bytestream_get_* and AV_RLxxMåns Rullgård2007-07-07
* kill uninitialised variable warning in amr_read_packet()Måns Rullgård2007-07-07
* kill uninitialised variable warning in ac3_probe()Måns Rullgård2007-07-07
* remove unused functionsMåns Rullgård2007-07-07
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-06
* Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.cLuca Abeni2007-07-06
* Add support for non-blocking input formatsLuca Abeni2007-07-06
* check udp_read_packet return value not to access uninitialized memoryEric Paul2007-07-05
* update my email addressMåns Rullgård2007-07-05
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* URL update, move comment to a better place.Diego Biurrun2007-07-05
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-02
* spelling cosmeticsDiego Biurrun2007-07-02
* Add missing comment markers to #endif directive.Diego Biurrun2007-07-02
* remove empty write trailer functionsVitor Sessak2007-06-27
* compute absolute data offset after reading blocksizeBaptiste Coudurier2007-06-26
* this is named BlockSize in specsBaptiste Coudurier2007-06-25
* according to specs, offset is before blocksizeBaptiste Coudurier2007-06-25
* support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is ...Baptiste Coudurier2007-06-25
* Check for O_BINARY instead of a list of systems that need itRamiro Polla2007-06-25
* Remove localtime_r implementation for systems that don't have it.Ramiro Polla2007-06-25
* * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko2007-06-25
* cosmetics: indentation after last commitAurelien Jacobs2007-06-24
* drop blocks which are part of unsupported tracksAurelien Jacobs2007-06-24
* remove duplicate #includeMåns Rullgård2007-06-24
* more av_strl* adjustmentsReimar Döffinger2007-06-24
* warnings--Måns Rullgård2007-06-24
* whitespace cosmeticsMåns Rullgård2007-06-24
* use AV_RL32Måns Rullgård2007-06-24
* use more Vorbis metadata tagsMåns Rullgård2007-06-24
* replace strncpy with av_strlcpyMåns Rullgård2007-06-24
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
* Cosmetics: use consistent indentation by four spacesReimar Döffinger2007-06-24
* DV muxer should not only fail for more that 3 streams altogetherReimar Döffinger2007-06-24
* remove old unused string functionsMåns Rullgård2007-06-23
* use new string functionsMåns Rullgård2007-06-23
* simplifyAurelien Jacobs2007-06-23
* remove useless empty functionAurelien Jacobs2007-06-23