log

age author description
2007-07-16 ramiro Move av_gettime() back to lavf/utils.c libavformat
2007-07-16 ramiro MinGW has gettimeofday() since mingw-runtime-3.10 libavformat
2007-07-16 aurel add support for S_ASS and S_SSA codec string libavformat
2007-07-16 alex .memleak fix by Ronald Bultje. OK'd by Luca. libavformat
2007-07-15 michael remove likely wrong reseting of align_iframe libavformat
2007-07-14 aurel Avoid using undefined symbols. libavformat
2007-07-14 aurel Allow selecting only the vc1 demuxer. libavformat
2007-07-14 aurel Allow selecting only the mpegtsraw demuxer. libavformat
2007-07-14 aurel The dxa demuxer depends on riff.o. libavformat
2007-07-14 aurel The dv1394 demuxer depends on dv.o. libavformat
2007-07-14 aurel All those demuxers don't depend on riff.o anymore. libavformat
2007-07-14 aurel All those demuxers use pcm_read_seek() and thus depend on raw.o. libavformat
2007-07-14 aurel The c93 demuxer depends on vocdec.o. libavformat
2007-07-14 mru avoid division by zero in av_find_stream_info() when no time base is set libavformat
2007-07-13 bcoudurier Smartjog granted permission to relicense as LGPL 2.1 libavformat
2007-07-13 bcoudurier round timestamps up, k2 broadcast server seems to need it libavformat
2007-07-13 alex h264_rtp_extra_data is not only used for debug purposes, asserts are using it also libavformat
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