]> git.sesse.net Git - ffmpeg/history - libavformat
better warning
[ffmpeg] / libavformat /
2006-12-07 Måns Rullgårduse standard INT64_MAX instead of MAXINT64 (and MIN)
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-12-06 Baptiste Couduriercosmetics, remove braces, remove spaces just inside...
2006-12-06 Andy Parkinsdo not truncate pts/dts if value is AV_NOPTS_VALUE...
2006-12-06 Allan HsuDefines various common FLV format values between the...
2006-12-04 Ryan MartellMinor modifications to handle mms streaming.
2006-12-04 Baptiste Coudurierprobe with some success image files not containing...
2006-12-03 Kostya ShishkovDo not touch pkt->pts
2006-12-03 Kostya ShishkovSome VQA v1 files don't have audio stream
2006-12-02 Mike MelansonSimplify the Sega FILM/CPK demuxer to not modify the...
2006-12-01 Allan HsuFix wrong flags for S16LE and S16BE audio in FLV files.
2006-11-30 Loïc Le LoarerFix compile with --disable-muxers, patch by Loïc Le...
2006-11-29 Kostya ShishkovBetter VQA demuxer
2006-11-28 Aurelien Jacobsmatroska: scale timecode according to time_scale
2006-11-28 Baptiste Couduriermove source_package declaration in the loop and reset...
2006-11-28 Baptiste Coudurierreadjust dts if negative
2006-11-27 Aurelien Jacobscleanup the #ifdef mess in muxer/demuxer registration
2006-11-23 Aurelien JacobsNo need for special trick anymore for flac in matroska.
2006-11-22 Reimar DöffingerSet CODEC_TYPE_DATA for timecode tracks.
2006-11-22 Reimar DöffingerSet st->need_parsing = 2 for MPEG-content.
2006-11-21 Aurelien Jacobsadd support for FLAC in matroska
2006-11-21 Aurelien Jacobsmove common voc muxer and demuxer data to voc.c
2006-11-21 Aurelien Jacobssplit voc.c into vocdec.c and vocenc.c
2006-11-20 Aurelien Jacobsadd support for tta in matroska
2006-11-20 Aurelien Jacobscosmetics: reindent after last commit
2006-11-20 Aurelien Jacobsmatroska: split real video frames so that each packet...
2006-11-20 Aurelien Jacobsmatroska: properly handle real video extradata
2006-11-20 Aurelien Jacobssimplify free()+set to NULL using av_freep()
2006-11-19 Kostya ShishkovIdentation
2006-11-19 Kostya ShishkovDivide first audio buffer chunk into atomary bufffers.
2006-11-18 Diego BiurrunFix misplaced comment.
2006-11-18 Diego BiurrunClean up XAN DPCM hack and set codec_tag to 0 for XAN...
2006-11-17 Oded Shimonchange mpeg4 fourcc from "mp4s" to "mp4v"
2006-11-17 Oded Shimonupdate to libnut, use framecode table generator
2006-11-17 Oded Shimonupdate to libnut API, changes to frame_table_input
2006-11-16 Michael Niedermayerfix support for avis with sample_size > packet size
2006-11-16 Baptiste Coudurierparse video frame headers to get key flag
2006-11-16 Michael Niedermayer10l forgot (skip non keyframes after seeking between...
2006-11-16 Baptiste Coudurierprint error when unsupported sample rate is used with swf
2006-11-16 Michael Niedermayercheck max_pts_distance
2006-11-16 Michael Niedermayerskip non keyframes after seeking between syncpoint...
2006-11-16 Michael Niedermayerremove unused variables
2006-11-16 Michael Niedermayerremoving unused code
2006-11-16 Ryan Martellremove duplicate code, patch by Ryan Martell rdm4 A...
2006-11-16 Oded ShimonUpdate to libnut API, non-negative errors
2006-11-15 Oded Shimonupdate to libnut API, don't free the streams
2006-11-15 Diego BiurrunMinGW compilation fix, inet_aton and #includes depend...
2006-11-14 Måns Rullgårdrename HAVE_DLFCN to HAVE_DLFCN_H
2006-11-14 Michael Niedermayercheck for frames with 2*size > max_dist and no crc
2006-11-14 Michael Niedermayerresync from last syncpoint
2006-11-14 Michael Niedermayerremove skip spam
2006-11-14 Diego BiurrunMove BeOS-specific code into os_support.c.
2006-11-14 Oded Shimonupdate to libnut, add cache_syncpoints
2006-11-14 Baptiste Coudurieradd 422P@HL I-only universal label
2006-11-14 Zuxy MengUse common macro PUT_UTF8 in asf.c
2006-11-14 Michael Niedermayerindention
2006-11-14 Michael Niedermayerseeking with index
2006-11-14 Michael Niedermayerindex less seeking in O(log n) time
2006-11-14 Oded Shimonupdate to libnut API, rename nut.h->libnut.h
2006-11-14 Måns Rullgårdcheck for inet_aton in configure
2006-11-14 Måns Rullgårdsimplify
2006-11-14 Michael Niedermayersplit av_seek_frame_binary() so the code becomes idepen...
2006-11-14 Baptiste Coudurierpartial support for vobsub in mp4, used by nero, unsupp...
2006-11-14 Diego BiurrunRemove wrong/misleading comment.
2006-11-13 Måns Rullgårdrename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to...
2006-11-13 Kostya ShishkovSimplify VMD demuxer (but it still does not work right)
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-11-12 Aurelien JacobsAllows playback of truncated matroska files.
2006-11-12 Aurelien Jacobscosmetic: fix indentation after previous commit
2006-11-12 Aurelien JacobsFix avidec.c compilation when dv demuxer is disabled.
2006-11-12 Oded Shimonchange include "nut.h" to <nut.h> to make gcc pick...
2006-11-12 Michael Niedermayermore verbose r_frame_rate definition
2006-11-12 Michael Niedermayerfix checksum check (was my bug not libnut)
2006-11-12 Michael Niedermayerfix timestamp rounding in syncpoints
2006-11-12 Oded Shimonregister nut muxer if libnut is used
2006-11-12 Oded ShimonAdd libnut support until ffmpeg gets an independant...
2006-11-11 Måns Rullgårdmake some symbols static
2006-11-11 Michael Niedermayersimplify
2006-11-11 Michael Niedermayerdont do startcode search from last syncpoint if there...
2006-11-11 Michael Niedermayernut simple seeking first try
2006-11-11 Michael Niedermayerupdating nut demuxer to latest spec
2006-11-11 Steve L'HommeFix wrong comment.
2006-11-11 Steve L'HommeAdd A_AAC codec identifier support in matroska.
2006-11-11 Michael Niedermayerlibnut uses "MP3 " for mp3
2006-11-10 Baptiste Coudurierreport error when local tag has 0 size
2006-11-09 Baptiste Coudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-09 Baptiste Couduriersupport m1a hdlr mpeg elementary audio handler, fix...
2006-11-08 Måns Rullgårdrename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK
2006-11-08 Michael Niedermayerfix missdetection of mpeg-ps (ps2_interdite.mpg)
2006-11-08 Aurelien Jacobsadd support for AAC in matroska
2006-11-08 Aurelien Jacobsadd audio output sampling freqency reading in matroska
2006-11-08 Brian Brice * fixing a memory leak in DV format.
2006-11-08 Aurelien JacobsBetter way to detect cluster (fix files encoded with...
2006-11-08 Diego BiurrunRemove illegal FourCC values.
2006-11-08 Thijs Vermeirmpeg4probe patch by (Thijs Vermeir ; thijs vermeir...
2006-11-08 Michael Niedermayerutf8 title support for psp (untested)
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-11-07 Ryan Martelladd support for rtp/h264 streaming
2006-11-07 Aurelien JacobsAllow reading matroska title.
2006-11-06 Aurelien Jacobscosmetics: reindent after last commit
next