aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2008-06-25Prevent invalid timestamps from being stored.Michael Niedermayer
2008-06-25Add support for mp3 contained in omaBenjamin Larsson
2008-06-25Rearrange parameter logicBenjamin Larsson
2008-06-25Add more codec IDs and tags.Benjamin Larsson
2008-06-25make av_find_stream_info find frame_size for aac tooBaptiste Coudurier
2008-06-25Make av_find_stream_info() find the frame_size for vorbis.Michael Niedermayer
2008-06-25Fill missing pts in during muxing when we know that they are equal to dts.Michael Niedermayer
2008-06-25We cannot calculate the duration of vorbis packets even if we do know theMichael Niedermayer
2008-06-25Remove improper usage of AV_TIME_BASE_QLuca Abeni
2008-06-24Prevent duration calculation code from generating random durations forMichael Niedermayer
2008-06-24Do not set sample_rate = 90000 for mp2 and mp3 audio over RTPLuca Abeni
2008-06-23Remove unused variable, fixes the warning:Diego Biurrun
2008-06-22chinese avs demuxing support, demux AVSFileFormat.mp4Baptiste Coudurier
2008-06-22matroskadec: decode track private data if neededEvgeniy Stepanov
2008-06-22matroskadec: move buffer decoding code to a separate functionEvgeniy Stepanov
2008-06-22matroskadec: fix a memory leakAurelien Jacobs
2008-06-22cosmetics, pts->dtsBaptiste Coudurier
2008-06-22store dts in ffm headersBaptiste Coudurier
2008-06-22remove pts set hack, this is no more correctBaptiste Coudurier
2008-06-22enable feeder threadsBaptiste Coudurier
2008-06-22do not reset ffm pts, this avoids setting last pts to 0 and screwing up seekingBaptiste Coudurier
2008-06-20uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier
2008-06-20factorize read_header failure freeing codeBaptiste Coudurier
2008-06-20Check if there is at least a stream before writing trailer.Art Clarke
2008-06-19remove useless close funcsBaptiste Coudurier
2008-06-19remove useless close funcBaptiste Coudurier
2008-06-19remove useless close funcBaptiste Coudurier
2008-06-19ffm has no per stream priv_data anymoreBaptiste Coudurier
2008-06-19Fix neverending loop which might happen when sending high-bitrate MPEG2Luca Abeni
2008-06-18Parse 'dats' as data.Florian Echtler
2008-06-18free private streamcontext when closing demuxer, fix memory leak, patch by Ar...Art Clarke
2008-06-16matroskadec: remove some useless codeAurelien Jacobs
2008-06-15set correct ftyp minor version for 3gp/2Baptiste Coudurier
2008-06-14invert mode_mov conditionBaptiste Coudurier
2008-06-14simplifyBaptiste Coudurier
2008-06-14change 3gp/3g2 brands if h264 is presentBaptiste Coudurier
2008-06-14simplify ipod brand selectionBaptiste Coudurier
2008-06-14fix warning, write_ftyp return int nowBaptiste Coudurier
2008-06-14put avc1 brand in compat list when h264 is presentBaptiste Coudurier
2008-06-13I think we are also compliant to iso2.Michael Niedermayer
2008-06-13Add isom to the compatible brands.Michael Niedermayer
2008-06-13Calculate ftyp size instead of hardcoding it.Michael Niedermayer
2008-06-12simplify MODE_3G2Michael Niedermayer
2008-06-12Change MODE_* to 1<<c so several can be set at the same time.Michael Niedermayer
2008-06-12cosmetics, reindentBaptiste Coudurier
2008-06-12don't write double sets of metadata in mov, only write usual onesBaptiste Coudurier
2008-06-11matroskadec: set cur_dts after seekJoakim Plate
2008-06-11indentBaptiste Coudurier
2008-06-11support for 3gp metadataBaptiste Coudurier
2008-06-11move utf8 code before udta func, will be used by 3gp tagsBaptiste Coudurier