]> git.sesse.net Git - ffmpeg/history - libavformat
merge decl & init
[ffmpeg] / libavformat /
2008-06-26 Michael Niedermayermerge decl & init
2008-06-26 Michael NiedermayerGet rid of weird pre reading code.
2008-06-26 Michael NiedermayerRemove debugging trash.
2008-06-26 Michael NiedermayerAnother variable that did nothing at all
2008-06-26 Michael Niedermayerremove code that discards streams randomly
2008-06-26 Michael Niedermayervertical align
2008-06-26 Michael NiedermayerRemove a dozen unused variables.
2008-06-26 Michael Niedermayerunused var
2008-06-26 Michael NiedermayerFix exploitable code.
2008-06-26 Michael NiedermayerRemove start_time guessing code.
2008-06-26 Michael NiedermayerAlso print flags with FF_FDEBUG_TS.
2008-06-25 Michael NiedermayerPrevent invalid timestamps from being stored.
2008-06-25 Benjamin LarssonAdd support for mp3 contained in oma
2008-06-25 Benjamin LarssonRearrange parameter logic
2008-06-25 Benjamin LarssonAdd more codec IDs and tags.
2008-06-25 Baptiste Couduriermake av_find_stream_info find frame_size for aac too
2008-06-25 Michael NiedermayerMake av_find_stream_info() find the frame_size for...
2008-06-25 Michael NiedermayerFill missing pts in during muxing when we know that...
2008-06-25 Michael NiedermayerWe cannot calculate the duration of vorbis packets...
2008-06-25 Luca AbeniRemove improper usage of AV_TIME_BASE_Q
2008-06-24 Michael NiedermayerPrevent duration calculation code from generating rando...
2008-06-24 Luca AbeniDo not set sample_rate = 90000 for mp2 and mp3 audio...
2008-06-23 Diego BiurrunRemove unused variable, fixes the warning:
2008-06-22 Baptiste Coudurierchinese avs demuxing support, demux AVSFileFormat.mp4
2008-06-22 Evgeniy Stepanovmatroskadec: decode track private data if needed
2008-06-22 Evgeniy Stepanovmatroskadec: move buffer decoding code to a separate...
2008-06-22 Aurelien Jacobsmatroskadec: fix a memory leak
2008-06-22 Baptiste Couduriercosmetics, pts->dts
2008-06-22 Baptiste Coudurierstore dts in ffm headers
2008-06-22 Baptiste Coudurierremove pts set hack, this is no more correct
2008-06-22 Baptiste Coudurierenable feeder threads
2008-06-22 Baptiste Coudurierdo not reset ffm pts, this avoids setting last pts...
2008-06-20 Baptiste Coudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-20 Baptiste Coudurierfactorize read_header failure freeing code
2008-06-20 Art ClarkeCheck if there is at least a stream before writing...
2008-06-19 Baptiste Coudurierremove useless close funcs
2008-06-19 Baptiste Coudurierremove useless close func
2008-06-19 Baptiste Coudurierremove useless close func
2008-06-19 Baptiste Coudurierffm has no per stream priv_data anymore
2008-06-19 Luca AbeniFix neverending loop which might happen when sending...
2008-06-18 Florian EchtlerParse 'dats' as data.
2008-06-18 Art Clarkefree private streamcontext when closing demuxer, fix...
2008-06-16 Aurelien Jacobsmatroskadec: remove some useless code
2008-06-15 Baptiste Coudurierset correct ftyp minor version for 3gp/2
2008-06-14 Baptiste Coudurierinvert mode_mov condition
2008-06-14 Baptiste Couduriersimplify
2008-06-14 Baptiste Coudurierchange 3gp/3g2 brands if h264 is present
2008-06-14 Baptiste Couduriersimplify ipod brand selection
2008-06-14 Baptiste Coudurierfix warning, write_ftyp return int now
2008-06-14 Baptiste Coudurierput avc1 brand in compat list when h264 is present
2008-06-13 Michael NiedermayerI think we are also compliant to iso2.
2008-06-13 Michael NiedermayerAdd isom to the compatible brands.
2008-06-13 Michael NiedermayerCalculate ftyp size instead of hardcoding it.
2008-06-12 Michael Niedermayersimplify MODE_3G2
2008-06-12 Michael NiedermayerChange MODE_* to 1<<c so several can be set at the...
2008-06-12 Baptiste Couduriercosmetics, reindent
2008-06-12 Baptiste Coudurierdon't write double sets of metadata in mov, only write...
2008-06-11 Joakim Platematroskadec: set cur_dts after seek
2008-06-11 Baptiste Coudurierindent
2008-06-11 Baptiste Couduriersupport for 3gp metadata
2008-06-11 Baptiste Couduriermove utf8 code before udta func, will be used by 3gp...
2008-06-11 Baptiste Coudurierwrite usual brand for ipod format
2008-06-11 Baptiste Couduriersimplify
2008-06-11 Baptiste Coudurierfactorize psp metadata
2008-06-11 Baptiste Couduriercosmetics
2008-06-11 Baptiste Couduriercosmetics
2008-06-11 Baptiste Couduriersupport alac in ipod m4a format, tested on quicktime
2008-06-09 Baptiste Coudurierm4v/m4a are usual itunes/ipod/iphone extensions
2008-06-09 Baptiste Coudurierindent
2008-06-09 Baptiste Coudurierrework udta handling, if any track set bitexact, don...
2008-06-09 Baptiste Coudurier10l, add parentheses
2008-06-09 Baptiste Coudurierindent
2008-06-09 Baptiste Coudurierremove obsolete requirements, quicktime 6 is from 2002...
2008-06-09 Baptiste Couduriercosmetics
2008-06-09 Michael NiedermayerMake timestamp debugging work nicer.
2008-06-09 Albert Astals CidFix compilation with -DDEBUG, patch by Albert Astals...
2008-06-09 Baptiste Coudurierremove now unneeded vars
2008-06-09 Baptiste Coudurierpass dts and pts through ffm, should fix streaming...
2008-06-09 Baptiste Coudurierpass extradata through ffm
2008-06-09 Baptiste Coudurierremove ugly ffm_nopts hack, use AVFormatContext->timestamp
2008-06-08 Benjamin LarssonOma demuxer
2008-06-07 Baptiste Coudurierfix pts handling in ffm
2008-06-07 Baptiste CoudurierReset reading state after successful seek.
2008-06-06 Ramiro PollaRemove wrappers of pcm_read_seek().
2008-06-06 Ramiro PollaRemove wrappers of pcm_read_seek().
2008-06-06 Baptiste Couduriercosmetics, rename first to header, more explicit name
2008-06-06 Baptiste Couduriercosmetics, rename first to header, more explicit name
2008-06-06 Diego BiurrunRemove Fabrice's copyright from the Makefiles. They...
2008-06-06 Ramiro PollaRemove useless img_read_close().
2008-06-06 Ramiro PollaRemove unneeded NULL at end of struct.
2008-06-06 Ramiro PollaMerge declaration and initialization.
2008-06-05 Stefano Sabatinicosmetics: s/Id/id/ in libavformat where Id refers...
2008-06-04 Aurelien Jacobsmatroskadec: remove some useless code
2008-06-04 Aurelien Jacobscosmetics: indentation
2008-06-04 Aurelien Jacobsmatroskadec: don't remove dummy level when none was...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-06-03 Aurelien JacobsEnsure the first audio stream is selected as the defaul...
2008-06-03 Aurelien Jacobsadjust comment to reality
2008-06-03 Aurelien Jacobsmatroskadec: sane default value for track->time_scale
2008-06-03 Baptiste Coudurieradd pretty common .m2t as ts extension
next