]> git.sesse.net Git - ffmpeg/history - libavformat
Take over sole maintainership for all FLAC-related stuff
[ffmpeg] / libavformat /
2009-03-21 Baptiste Coudurierprotect realloc overflow
2009-03-21 Justin Rugglesseek backwards 4 bytes if 'fLaC' marker is not found
2009-03-20 Daniel VerkampPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-03-20 Baptiste Coudurierresync ffm if error in stream
2009-03-20 Baptiste Couduriertypo, fix eof check
2009-03-20 Baptiste Coudurierdo not write ffm write index by default, detect if...
2009-03-20 Ronald S. BultjeAdd byte reordering for the SIPRO audio codec. See...
2009-03-20 Ronald S. BultjeAssign the x-pf-asf payload string to be decoded by...
2009-03-19 Baptiste Coudurierset avi fsize to INT64_MAX if riff tag end is not set...
2009-03-19 Baptiste Couduriermove max analyze duration check before considering...
2009-03-19 Ramiro PollaSupport raw TrueHD files
2009-03-19 Ramiro PollaSplit TrueHD decoder from MLP
2009-03-19 Alex ConverseMOV: Use the AOT enum for the mp4_audio_types mapping.
2009-03-18 Reimar DöffingerRename GUID typedef to ff_asf_guid to fix MinGW compila...
2009-03-18 Reimar DöffingerAdd a special guidcmp function to compare ASF guids...
2009-03-17 Ronald S. BultjeFix wrong @file tag.
2009-03-17 Ronald S. BultjeReindent after r18023.
2009-03-17 Ronald S. BultjeAdd RTP/ASF header parsing, which is part of the SDP...
2009-03-17 avcodercosmetics: fix indentation, patch by avcoder, ffmpeg...
2009-03-16 Reimar DöffingerExtend mov edit list support to work for a first paddin...
2009-03-16 Måns Rullgårdrmdec: fix crash at end of file
2009-03-16 Alex ConverseCosmetics: Re-indent after last commit
2009-03-16 Alex ConverseMOV: Support stz2 "Compact Sample Size Box"
2009-03-16 Ronald S. BultjeMore reindent, forgotten in previous commit.
2009-03-16 Ronald S. BultjeParse index chunk so that seeking in modern .rm files...
2009-03-16 Ronald S. BultjeReindent after r18010.
2009-03-16 Ronald S. BultjeMark the first output audio frame as keyframe (separate...
2009-03-16 Ronald S. BultjeRemove packet returning in ff_rm_parse_packet() if...
2009-03-16 Ronald S. BultjeReindent after r18005.
2009-03-16 Ronald S. BultjeMerge code for packet reading in "old" (.ra, audio...
2009-03-16 Baptiste Couduriercosmetics, remove useless braces
2009-03-16 Baptiste Couduriersimplify printing
2009-03-16 Baptiste Coudurierreindent
2009-03-16 Baptiste Coudurierfix trkn metadata parsing
2009-03-16 Baptiste Couduriermove read_udta_string up to avoid forward declaration
2009-03-16 Baptiste Couduriermore generic metadata handling
2009-03-16 Baptiste Coudurierdo not set isom if ctype is not set, happens in mov
2009-03-15 Baptiste Couduriersearch for hdlr atom in meta, some files do not store...
2009-03-15 Ronald S. BultjeFix index generation in the way that it was supposed...
2009-03-15 Baptiste Couduriertypo in the mail, the 4am commit is always the worst
2009-03-15 Baptiste Couduriercosmetics
2009-03-15 Baptiste Coudurieradd my copyright in mov de/muxer
2009-03-15 Baptiste Coudurierallocate palette in codec directly
2009-03-15 Baptiste Couduriercosmetics, add some whitespaces and empty lines
2009-03-15 Baptiste Coudurierdo not modify sample_count, check against index entries
2009-03-14 Baptiste Coudurieruse utc time for timestamp and do not set it if not...
2009-03-14 Baptiste Coudurierswf timestamps are 16 bits
2009-03-14 Baptiste Coudurierremove unused fields in swf context
2009-03-14 Baptiste Coudurierdo not parse timestamp if bitexact is set, should fix...
2009-03-14 Reimar DöffingerEnable generic index creation and seeking for NUV demuxer.
2009-03-14 Reimar DöffingerAdd AVFMT_GENERIC_INDEX support also for formats that...
2009-03-14 Reimar DöffingerMake pcm_read_seek treat negative time stamps as 0...
2009-03-14 Michael NiedermayerDo not lose user flags when passing calls from the...
2009-03-14 Michael Niedermayeradd avformat_seek_file()
2009-03-13 Reimar DöffingerSet pkt->pos correctly (to the start of header of the...
2009-03-13 Baptiste Coudurierfix swf seeking by fixing new stream detection
2009-03-13 Reimar DöffingerSimplify RoQ demuxer pts calculation by using a appropr...
2009-03-12 Reimar DöffingerSet video width/height and create audio stream in read_...
2009-03-11 Baptiste Coudurierreindent
2009-03-11 Baptiste Coudurierkeep original tag when stream copying subs with ipod...
2009-03-11 Baptiste Coudurieripod supports both subs tags
2009-03-11 Baptiste Coudurierreindent
2009-03-11 Baptiste Coudurierwrite correct atoms based on tag and not format, fixes...
2009-03-11 Baptiste Coudurieruse correct codec tag list for ipod format
2009-03-11 Baptiste Coudurieragain 10l, typo, put_byte instead of put_buffer
2009-03-11 Baptiste Coudurierattempt to try to generate an random umid
2009-03-11 Baptiste Coudurierfix subs track height, set track->height to codec heigh...
2009-03-11 Ben Littlersn40 avi fourcc decodes with ffodivx
2009-03-10 Ronald S. BultjeCorrectly skip complete INDX chunks, i.e. read the...
2009-03-09 Ronald S. BultjePrevent (negative) overflow of rm->remaining_len. This...
2009-03-09 Ronald S. BultjeRevert to r17908.
2009-03-09 Ronald S. BultjeMove MOVContext and related structures from mov.c to...
2009-03-09 Reimar DöffingerReorder arguments for av_fifo_generic_read to be more...
2009-03-09 Ronald S. BultjePrevent (negative) overflow of rm->remaining_len. This...
2009-03-09 Ronald S. BultjeReplace separate packet parsing for "old_format" .ra...
2009-03-09 Ronald S. BultjeMove frame discarding out of the ff_rm_parse_packet...
2009-03-09 Reimar DöffingerMark all packets from nuv demuxer as keyframes in order...
2009-03-09 Reimar Döffinger100l, to start reading from the first frame we must...
2009-03-09 Reimar DöffingerSet AVPacket pos also for audio packets in nuv demuxer.
2009-03-09 Baptiste Coudurierreindent
2009-03-09 Baptiste Coudurierchange path pattern to be similar to existing files...
2009-03-09 Baptiste Couduriermerge struct declaration and definition
2009-03-09 Baptiste Coudurierwrite map packet every 100 packets according to specs
2009-03-09 Baptiste Coudurierwrite flt packet, might need some tweaking but it works
2009-03-09 Baptiste Couduriercorrectly interleave audio and video according to specs
2009-03-09 Baptiste Coudurierwrite timecode track in gxf
2009-03-08 Baptiste Couduriercompute media info in write_header
2009-03-08 Baptiste Coudurierfactorize write packet
2009-03-08 Baptiste Coudurierremove unneeded and empty user data
2009-03-08 Baptiste Coudurieruniformize variable names and remove duplicating fields...
2009-03-08 Baptiste Coudurierremove useless fields
2009-03-08 Reimar DöffingerReplace all uses of the replaced av_fifo_read by av_fif...
2009-03-08 Michael NiedermayerAllocate AVFifoBuffer through the fifo API to reduce...
2009-03-07 Vitor SessakVQF demuxer
2009-03-07 Ronald S. Bultjertpmap is case-insensitive, see comment from Luca in...
2009-03-06 Alex ConverseADTS: Increased protection against writing illegal...
2009-03-06 Michael NiedermayerAdd my name to copyright & author as requested by the...
2009-03-06 Michael NiedermayerAdd code to the self test to print jitter & drift.
2009-03-06 Ronald S. BultjeOops, very silly typo.
2009-03-06 Justin Rugglesflacdec: Parse the metadata header in the raw FLAC...
next