log

age author description
2007-07-13 alex remove uneeded include as assert is never used libavformat
2007-07-13 alex Remove broken assert. ebml_read_element_id can handle level_up set to NULL. libavformat
2007-07-13 alex fix compilation with assert libavformat
2007-07-12 lu_zero rtsp multicast fix by Thijs Vermeir $1$2@gmail.com libavformat
2007-07-11 aurel add support for ASS like subtitles in Matroska libavformat
2007-07-11 aurel add support for Matroska subtitle tracks libavformat
2007-07-11 aurel Move public API functions av_codec_get_tag() and av_codec_get_id() libavformat
2007-07-10 ramiro Remove OS/2 support libavformat
2007-07-09 mru avoid deprecation warnings for AVFrac from avformat.h libavformat
2007-07-09 diego ISO8859-1 --> UTF-8 libavformat
2007-07-09 aurel duration must not be scaled libavformat
2007-07-09 aurel properly set AVStream.language according to Matroska track header libavformat
2007-07-08 mru avoid uninitialised variable warning and clarify code libavformat
2007-07-08 mru update SectionCallback and PESCallback typedefs to match functions libavformat
2007-07-08 mru remove redundant declaration of mpegts_muxer libavformat
2007-07-08 mru kill uninitialised variable warning in mp3_read_probe() libavformat
2007-07-08 mru kill harmless 64-bit pointer cast warning libavformat
2007-07-08 mru bethsoftvid: use correct type for size passed to av_fast_realloc() libavformat
2007-07-08 romansh * Getting rid of the use of GCC language extensions libavformat
2007-07-08 mru remove deprecated codec_get_{bmp,wav}_{id,tag}() libavformat
2007-07-08 mru ogm: don't use deprecated codec_get_{bmp,wav}_id() libavformat
2007-07-08 mru nutdec: don't use deprecated codec_get_{bmp,wav}_id() libavformat
2007-07-08 mru remove redundant codec_get_bmp_tag() call in avi_write_header() libavformat
2007-07-07 mru use bytestream_get_* and AV_RLxx libavformat
2007-07-07 mru kill uninitialised variable warning in amr_read_packet() libavformat
2007-07-07 mru kill uninitialised variable warning in ac3_probe() libavformat
2007-07-07 mru remove unused functions libavformat
2007-07-06 diego Use AV_RB* macros where appropriate. libavformat
2007-07-06 lucabe Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c libavformat
2007-07-06 lucabe Add support for non-blocking input formats libavformat
2007-07-05 benoit check udp_read_packet return value not to access uninitialized memory libavformat
2007-07-05 mru update my email address libavformat
2007-07-05 diego license header consistency cosmetics libavformat
2007-07-05 diego Group all copyright and author notices together. libavformat
2007-07-05 diego URL update, move comment to a better place. libavformat
2007-07-02 diego Remove leading underscores from specifiers, they are reserved. libavformat
2007-07-02 diego spelling cosmetics libavformat
2007-07-02 diego Ignore .ho files. libavformat
2007-07-02 diego Add missing comment markers to #endif directive. libavformat
2007-06-27 benoit remove empty write trailer functions libavformat
2007-06-26 bcoudurier compute absolute data offset after reading blocksize libavformat
2007-06-25 bcoudurier this is named BlockSize in specs libavformat
2007-06-25 bcoudurier according to specs, offset is before blocksize libavformat
2007-06-25 bcoudurier support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is spec compliant libavformat
2007-06-25 ramiro Check for O_BINARY instead of a list of systems that need it libavformat
2007-06-25 ramiro Remove localtime_r implementation for systems that don't have it. libavformat
2007-06-25 romansh * clarifying the AVInputFormat::read_seek return value libavformat
2007-06-24 aurel cosmetics: indentation after last commit libavformat
2007-06-24 aurel drop blocks which are part of unsupported tracks libavformat
2007-06-24 mru remove duplicate #include libavformat
2007-06-24 reimar more av_strl* adjustments libavformat
2007-06-24 mru warnings-- libavformat
2007-06-24 mru whitespace cosmetics libavformat
2007-06-24 mru use AV_RL32 libavformat
2007-06-24 mru use more Vorbis metadata tags libavformat
2007-06-24 mru replace strncpy with av_strlcpy libavformat