]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
Calculate the correct blocksize for flash adpcm. Patch by Baptiste
[frescor/ffmpeg.git] / libavformat /
2007-07-18 benoitremove useless check
2007-07-18 benoitfix emulated inet_aton so that it fails for invalid...
2007-07-17 diegotypo fixes
2007-07-16 ramiroMinGW has those include files.
2007-07-16 ramiroMove av_gettime() back to lavf/utils.c
2007-07-16 ramiroMinGW has gettimeofday() since mingw-runtime-3.10
2007-07-16 aureladd support for S_ASS and S_SSA codec string
2007-07-16 alex.memleak fix by Ronald Bultje. OK'd by Luca.
2007-07-15 michaelremove likely wrong reseting of align_iframe
2007-07-14 aurelAvoid using undefined symbols.
2007-07-14 aurelAllow selecting only the vc1 demuxer.
2007-07-14 aurelAllow selecting only the mpegtsraw demuxer.
2007-07-14 aurelThe dxa demuxer depends on riff.o.
2007-07-14 aurelThe dv1394 demuxer depends on dv.o.
2007-07-14 aurelAll those demuxers don't depend on riff.o anymore.
2007-07-14 aurelAll those demuxers use pcm_read_seek() and thus depend...
2007-07-14 aurelThe c93 demuxer depends on vocdec.o.
2007-07-14 mruavoid division by zero in av_find_stream_info() when...
2007-07-13 bcoudurierSmartjog granted permission to relicense as LGPL 2.1
2007-07-13 bcoudurierround timestamps up, k2 broadcast server seems to need it
2007-07-13 alexh264_rtp_extra_data is not only used for debug purposes...
2007-07-13 alexremove uneeded include as assert is never used
2007-07-13 alexRemove broken assert. ebml_read_element_id can handle...
2007-07-13 alexfix compilation with assert
2007-07-12 lu_zerortsp multicast fix by Thijs Vermeir $1$2@gmail.com
2007-07-11 aureladd support for ASS like subtitles in Matroska
2007-07-11 aureladd support for Matroska subtitle tracks
2007-07-11 aurelMove public API functions av_codec_get_tag() and av_cod...
2007-07-10 ramiroRemove OS/2 support
2007-07-09 mruavoid deprecation warnings for AVFrac from avformat.h
2007-07-09 diegoISO8859-1 --> UTF-8
2007-07-09 aurelduration must not be scaled
2007-07-09 aurelproperly set AVStream.language according to Matroska...
2007-07-08 mruavoid uninitialised variable warning and clarify code
2007-07-08 mruupdate SectionCallback and PESCallback typedefs to...
2007-07-08 mruremove redundant declaration of mpegts_muxer
2007-07-08 mrukill uninitialised variable warning in mp3_read_probe()
2007-07-08 mrukill harmless 64-bit pointer cast warning
2007-07-08 mrubethsoftvid: use correct type for size passed to av_fas...
2007-07-08 romansh * Getting rid of the use of GCC language extensions
2007-07-08 mruremove deprecated codec_get_{bmp,wav}_{id,tag}()
2007-07-08 mruogm: don't use deprecated codec_get_{bmp,wav}_id()
2007-07-08 mrunutdec: don't use deprecated codec_get_{bmp,wav}_id()
2007-07-08 mruremove redundant codec_get_bmp_tag() call in avi_write_...
2007-07-07 mruuse bytestream_get_* and AV_RLxx
2007-07-07 mrukill uninitialised variable warning in amr_read_packet()
2007-07-07 mrukill uninitialised variable warning in ac3_probe()
2007-07-07 mruremove unused functions
2007-07-06 diegoUse AV_RB* macros where appropriate.
2007-07-06 lucabeSupport for the AVFMT_FLAG_NONBLOCK flag (non-blocking...
2007-07-06 lucabeAdd support for non-blocking input formats
2007-07-05 benoitcheck udp_read_packet return value not to access uninit...
2007-07-05 mruupdate my email address
2007-07-05 diegolicense header consistency cosmetics
2007-07-05 diegoGroup all copyright and author notices together.
2007-07-05 diegoURL update, move comment to a better place.
2007-07-02 diegoRemove leading underscores from specifiers, they are...
2007-07-02 diegospelling cosmetics
2007-07-02 diegoAdd missing comment markers to #endif directive.
2007-06-27 benoitremove empty write trailer functions
2007-06-26 bcouduriercompute absolute data offset after reading blocksize
2007-06-25 bcoudurierthis is named BlockSize in specs
2007-06-25 bcoudurieraccording to specs, offset is before blocksize
2007-06-25 bcouduriersupport files with COMM chunk after SSND, fix invalid_n...
2007-06-25 ramiroCheck for O_BINARY instead of a list of systems that...
2007-06-25 ramiroRemove localtime_r implementation for systems that...
2007-06-25 romansh * clarifying the AVInputFormat::read_seek return...
2007-06-24 aurelcosmetics: indetation after last commit
2007-06-24 aureldrop blocks which are part of unsupported tracks
2007-06-24 mruremove duplicate #include
2007-06-24 reimarmore av_strl* adjustments
2007-06-24 mruwarnings--
2007-06-24 mruwhitespace cosmetics
2007-06-24 mruuse AV_RL32
2007-06-24 mruuse more Vorbis metadata tags
2007-06-24 mrureplace strncpy with av_strlcpy
2007-06-24 mrureplace the uses of old string functions that Reimar...
2007-06-24 reimarCosmetics: use consistent indentation by four spaces
2007-06-24 reimarDV muxer should not only fail for more that 3 streams...
2007-06-23 mruremove old unused string functions
2007-06-23 mruuse new string functions
2007-06-23 aurelsimplify
2007-06-23 aurelremove useless empty function
2007-06-23 aurelcosmetics: too much blank lines
2007-06-23 aureluse intreadwrite functions in matroskadec
2007-06-23 aureluse intreadwrite functions in vocdec
2007-06-23 mruremove useless #ifndef CONFIG_NOCUTILS
2007-06-23 mrusimplify stristart()
2007-06-23 mrucosmetic: combine declaration and initialisation
2007-06-23 mrusimplify pstrcpy()
2007-06-22 mrusimplify strstart()
2007-06-21 bcoudurieruse allformats.h
2007-06-21 bcoudurierremove now useless ifdef
2007-06-21 bcouduriersplit mpeg ps and variants muxer and demuxer, I'll...
2007-06-20 reimarFix @file in matroskadec.c, it was still matroska.c
2007-06-19 benoitcomment endif directive token
2007-06-17 gpoirieradd a comment to indicate which #endif belong to which...
2007-06-17 mruadd multiple inclusion guards to headers
2007-06-16 mruinclude all prerequisites in header files
2007-06-16 mrufix some printf format specifiers
next