summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Smartjog granted permission to relicense as LGPL 2.1Baptiste Coudurier2007-07-13
* round timestamps up, k2 broadcast server seems to need itBaptiste Coudurier2007-07-13
* h264_rtp_extra_data is not only used for debug purposes, asserts are using it...Alex Beregszaszi2007-07-13
* remove uneeded include as assert is never usedAlex Beregszaszi2007-07-13
* Remove broken assert. ebml_read_element_id can handle level_up set to NULL.Alex Beregszaszi2007-07-13
* fix compilation with assertAlex Beregszaszi2007-07-13
* rtsp multicast fix by Thijs Vermeir $1$2@gmail.comLuca Barbato2007-07-12
* add support for ASS like subtitles in MatroskaAurelien Jacobs2007-07-11
* add support for Matroska subtitle tracksAurelien Jacobs2007-07-11
* Move public API functions av_codec_get_tag() and av_codec_get_id()Aurelien Jacobs2007-07-11
* Remove OS/2 supportRamiro Polla2007-07-10
* avoid deprecation warnings for AVFrac from avformat.hMåns Rullgård2007-07-09
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-09
* duration must not be scaledAurelien Jacobs2007-07-09
* properly set AVStream.language according to Matroska track headerAurelien Jacobs2007-07-09
* 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