]> git.sesse.net Git - ffmpeg/history - libavformat
Remove unnecessary CFLAGS variable from output_example link command.
[ffmpeg] / libavformat /
2009-03-26 Ramiro PollaUse intptr_t when casting pointers to int.
2009-03-25 Diego BiurrunMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-25 Baptiste Coudurierset wrong_dts for iMovie created files which has huge...
2009-03-24 Ronald S. Bultjestrchr(string, '\0') returns non-NULL, and is thus...
2009-03-22 Diego BiurrunRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 Aurelien Jacobshandle id3v2 'genre' tag formated as '%d'
2009-03-22 Ronald S. BultjeRemove alpha channel from default colorspace tables...
2009-03-22 Ronald S. BultjeAdd a @todo with a comment from Kostya so we don't...
2009-03-22 Kostya ShishkovAdd AURA 1 and 2 codec IDs and register their FOURCCs
2009-03-22 Baptiste Coudurierallocate tracks instead of using MAX_STREAMS
2009-03-22 Baptiste Couduriersince code now use get_bits_long, allocate padding...
2009-03-22 Baptiste Coudurieravoid creating a new stream not referenced in pmt since...
2009-03-21 Baptiste Coudurierreset codec width/height for h264 forcing decoder to...
2009-03-21 Ronald S. BultjeRemove slash-skipping code because the function called...
2009-03-21 Ronald S. BultjeReindent something where a if () --> { <-- is on a...
2009-03-21 Ronald S. BultjeFree metadata if already allocated; fixes a memleak...
2009-03-21 Ronald S. BultjeFix silly bug in hex_to_data() where it compares a...
2009-03-21 Ronald S. BultjeRemove useless comment about something that is deprecat...
2009-03-21 Ronald S. BultjeUse skip_spaces() in the "redir" demuxer instead of...
2009-03-21 Ronald S. BultjeMerge functional code from get_word() and get_word_sep...
2009-03-21 Ronald S. BultjeAllow (and parse) incoming server messages (notices...
2009-03-21 Ronald S. BultjeAdd a @todo item to use ByteIOContext instead of URLCon...
2009-03-21 Ronald S. BultjeRemove index writing in RM muxer, since it is broken...
2009-03-21 Ronald S. BultjeDon't allow to sync on packets of zero-size length...
2009-03-21 Ronald S. BultjeMove "- 12" statement up a bit. See "[PATCH] rmdec...
2009-03-21 Daniel VerkampMake Smacker audio decoder output audio in original...
2009-03-21 David ConradReindent
2009-03-21 David ConradFix Speex header parsing in ogg demuxer
2009-03-21 David ConradDocument ogg_codec's header function
2009-03-21 Baptiste Coudurierfix compilation when DEBUG_SEEK is defined
2009-03-21 Baptiste Coudurierfix valid seeking range
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...
next