]> git.sesse.net Git - ffmpeg/history - libavformat
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas
[ffmpeg] / libavformat /
2008-07-04 Michael NiedermayerAll id3 parsers are buggy, 0 termination fix 1 of n...
2008-07-04 Diego Biurrunspelling cosmetics
2008-07-03 Ronald S. BultjeReindent after r14059, see "[PATCH] allow empty params for
2008-07-03 Ronald S. BultjeAllow NULL for read_header in AVInputFormat. See discus...
2008-07-02 Luca AbeniReindent after last commit
2008-07-02 Luca AbeniFix A/V synch for RTP streams that do not contain MPEG1...
2008-06-28 Baptiste Coudurierinclude track id in error message
2008-06-28 Reimar DöffingerChange mtv_read_packet so it does not break after seeki...
2008-06-28 Reimar DöffingerFix pkt->pos to really point at start of packet for...
2008-06-28 Baptiste Couduriercosmetics
2008-06-28 Baptiste Couduriercosmetics, align vertically
2008-06-27 Baptiste Coudurierunset Track sets, relying in AVStream->priv_data and...
2008-06-27 Stefan Gehrerfix size of header data
2008-06-27 Baptiste Coudurierclarify error message about codec tag
2008-06-27 Baptiste Couduriergive context to av_log
2008-06-27 Luca AbeniDo not free the priv_data field of AVStream on close...
2008-06-26 Michael Niedermayerindent
2008-06-26 Michael NiedermayerInform the user about unhandled sectors.
2008-06-26 Michael Niedermayermemleak
2008-06-26 Michael NiedermayerDo not completely bail out for invalid params, just...
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
next