]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
Use PIX_FMT_NE() macro.
[frescor/ffmpeg.git] / libavformat /
2009-03-21 rbultjeRemove slash-skipping code because the function called...
2009-03-21 rbultjeReindent something where a if () --> { <-- is on a...
2009-03-21 rbultjeFree metadata if already allocated; fixes a memleak...
2009-03-21 rbultjeFix silly bug in hex_to_data() where it compares a...
2009-03-21 rbultjeRemove useless comment about something that is deprecat...
2009-03-21 rbultjeUse skip_spaces() in the "redir" demuxer instead of...
2009-03-21 rbultjeMerge functional code from get_word() and get_word_sep...
2009-03-21 rbultjeAllow (and parse) incoming server messages (notices...
2009-03-21 rbultjeAdd a @todo item to use ByteIOContext instead of URLCon...
2009-03-21 rbultjeRemove index writing in RM muxer, since it is broken...
2009-03-21 rbultjeDon't allow to sync on packets of zero-size length...
2009-03-21 rbultjeMove "- 12" statement up a bit. See "[PATCH] rmdec...
2009-03-21 kostyaMake Smacker audio decoder output audio in original...
2009-03-21 conradReindent
2009-03-21 conradFix Speex header parsing in ogg demuxer
2009-03-21 conradDocument ogg_codec's header function
2009-03-21 bcoudurierfix compilation when DEBUG_SEEK is defined
2009-03-21 bcoudurierfix valid seeking range
2009-03-21 bcoudurierprotect realloc overflow
2009-03-21 jbrseek backwards 4 bytes if 'fLaC' marker is not found
2009-03-20 cehoyosPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-03-20 bcoudurierresync ffm if error in stream
2009-03-20 bcouduriertypo, fix eof check
2009-03-20 bcoudurierdo not write ffm write index by default, detect if...
2009-03-20 rbultjeAdd byte reordering for the SIPRO audio codec. See...
2009-03-20 rbultjeAssign the x-pf-asf payload string to be decoded by...
2009-03-19 bcoudurierset avi fsize to INT64_MAX if riff tag end is not set...
2009-03-19 bcouduriermove max analyze duration check before considering...
2009-03-19 ramiroSupport raw TrueHD files
2009-03-19 ramiroSplit TrueHD decoder from MLP
2009-03-19 alexcMOV: Use the AOT enum for the mp4_audio_types mapping.
2009-03-18 reimarRename GUID typedef to ff_asf_guid to fix MinGW compila...
2009-03-18 reimarAdd a special guidcmp function to compare ASF guids...
2009-03-17 rbultjeFix wrong @file tag.
2009-03-17 rbultjeReindent after r18023.
2009-03-17 rbultjeAdd RTP/ASF header parsing, which is part of the SDP...
2009-03-17 diegocosmetics: fix indentation, patch by avcoder, ffmpeg...
2009-03-16 reimarExtend mov edit list support to work for a first paddin...
2009-03-16 mrurmdec: fix crash at end of file
2009-03-16 alexcCosmetics: Re-indent after last commit
2009-03-16 alexcMOV: Support stz2 "Compact Sample Size Box"
2009-03-16 rbultjeMore reindent, forgotten in previous commit.
2009-03-16 rbultjeParse index chunk so that seeking in modern .rm files...
2009-03-16 rbultjeReindent after r18010.
2009-03-16 rbultjeMark the first output audio frame as keyframe (separate...
2009-03-16 rbultjeRemove packet returning in ff_rm_parse_packet() if...
2009-03-16 rbultjeReindent after r18005.
2009-03-16 rbultjeMerge code for packet reading in "old" (.ra, audio...
2009-03-16 bcouduriercosmetics, remove useless braces
2009-03-16 bcouduriersimplify printing
2009-03-16 bcoudurierreindent
2009-03-16 bcoudurierfix trkn metadata parsing
2009-03-16 bcouduriermove read_udta_string up to avoid forward declaration
2009-03-16 bcouduriermore generic metadata handling
2009-03-16 bcoudurierdo not set isom if ctype is not set, happens in mov
2009-03-15 bcouduriersearch for hdlr atom in meta, some files do not store...
2009-03-15 rbultjeFix index generation in the way that it was supposed...
2009-03-15 bcouduriertypo in the mail, the 4am commit is always the worst
2009-03-15 bcouduriercosmetics
2009-03-15 bcoudurieradd my copyright in mov de/muxer
2009-03-15 bcoudurierallocate palette in codec directly
2009-03-15 bcouduriercosmetics, add some whitespaces and empty lines
2009-03-15 bcoudurierdo not modify sample_count, check against index entries
2009-03-14 bcoudurieruse utc time for timestamp and do not set it if not...
2009-03-14 bcoudurierswf timestamps are 16 bits
2009-03-14 bcoudurierremove unused fields in swf context
2009-03-14 bcoudurierdo not parse timestamp if bitexact is set, should fix...
2009-03-14 reimarEnable generic index creation and seeking for NUV demuxer.
2009-03-14 reimarAdd AVFMT_GENERIC_INDEX support also for formats that...
2009-03-14 reimarMake pcm_read_seek treat negative time stamps as 0...
2009-03-14 michaelDont loose user flags when passing calls from the new...
2009-03-14 michaeladd avformat_seek_file()
2009-03-13 reimarSet pkt->pos correctly (to the start of header of the...
2009-03-13 bcoudurierfix swf seeking by fixing new stream detection
2009-03-13 reimarSimplify RoQ demuxer pts calculation by using a appropr...
2009-03-12 reimarSet video width/height and create audio stream in read_...
2009-03-11 bcoudurierreindent
2009-03-11 bcoudurierkeep original tag when stream copying subs with ipod...
2009-03-11 bcoudurieripod supports both subs tags
2009-03-11 bcoudurierreindent
2009-03-11 bcoudurierwrite correct atoms based on tag and not format, fixes...
2009-03-11 bcoudurieruse correct codec tag list for ipod format
2009-03-11 bcoudurieragain 10l, typo, put_byte instead of put_buffer
2009-03-11 bcoudurierattempt to try to generate an random umid
2009-03-11 bcoudurierfix subs track height, set track->height to codec heigh...
2009-03-11 compnsn40 avi fourcc decodes with ffodivx
2009-03-10 rbultjeCorrectly skip complete INDX chunks, i.e. read the...
2009-03-09 rbultjePrevent (negative) overflow of rm->remaining_len. This...
2009-03-09 rbultjeRevert to r17908.
2009-03-09 rbultjeMove MOVContext and related structures from mov.c to...
2009-03-09 reimarReorder arguments for av_fifo_generic_read to be more...
2009-03-09 rbultjePrevent (negative) overflow of rm->remaining_len. This...
2009-03-09 rbultjeReplace separate packet parsing for "old_format" .ra...
2009-03-09 rbultjeMove frame discarding out of the ff_rm_parse_packet...
2009-03-09 reimarMark all packets from nuv demuxer as keyframes in order...
2009-03-09 reimar100l, to start reading from the first frame we must...
2009-03-09 reimarSet AVPacket pos also for audio packets in nuv demuxer.
2009-03-09 bcoudurierreindent
2009-03-09 bcoudurierchange path pattern to be similar to existing files...
2009-03-09 bcouduriermerge struct declaration and definition
next