Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-22handle id3v2 'genre' tag formated as '%d'Aurelien Jacobs
2009-03-22Remove alpha channel from default colorspace tables, since it is unused. SeeRonald S. Bultje
2009-03-22Add a @todo with a comment from Kostya so we don't forget to optimize that atRonald S. Bultje
2009-03-22Add AURA 1 and 2 codec IDs and register their FOURCCsKostya Shishkov
2009-03-22allocate tracks instead of using MAX_STREAMSBaptiste Coudurier
2009-03-22since code now use get_bits_long, allocate padding bufferBaptiste Coudurier
2009-03-22avoid creating a new stream not referenced in pmt since it cannot be associat...Baptiste Coudurier
2009-03-22reset codec width/height for h264 forcing decoder to parse extradataBaptiste Coudurier
2009-03-22Remove slash-skipping code because the function called right after thatRonald S. Bultje
2009-03-22Reindent something where a if () --> { <-- is on a newline rather than on theRonald S. Bultje
2009-03-21Free metadata if already allocated; fixes a memleak if the header occurs twiceRonald S. Bultje
2009-03-21Fix silly bug in hex_to_data() where it compares a string pointer for whetherRonald S. Bultje
2009-03-21Remove useless comment about something that is deprecated. See summary inRonald S. Bultje
2009-03-21Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++".Ronald S. Bultje
2009-03-21Merge functional code from get_word() and get_word_sep() into a singleRonald S. Bultje
2009-03-21Allow (and parse) incoming server messages (notices) interleaved with TCPRonald S. Bultje
2009-03-21Add a @todo item to use ByteIOContext instead of URLContext at some point inRonald S. Bultje
2009-03-21Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje
2009-03-21Don't allow to sync on packets of zero-size length, since these are neverRonald S. Bultje
2009-03-21Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-lengthRonald S. Bultje
2009-03-21Make Smacker audio decoder output audio in original bit depthDaniel Verkamp
2009-03-21ReindentDavid Conrad
2009-03-21Fix Speex header parsing in ogg demuxerDavid Conrad
2009-03-21Document ogg_codec's header functionDavid Conrad
2009-03-21fix compilation when DEBUG_SEEK is definedBaptiste Coudurier
2009-03-21fix valid seeking rangeBaptiste Coudurier
2009-03-21protect realloc overflowBaptiste Coudurier
2009-03-21seek backwards 4 bytes if 'fLaC' marker is not foundJustin Ruggles
2009-03-20PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp
2009-03-20resync ffm if error in streamBaptiste Coudurier
2009-03-20typo, fix eof checkBaptiste Coudurier
2009-03-20do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier
2009-03-20Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codecRonald S. Bultje
2009-03-20Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add aRonald S. Bultje
2009-03-20set avi fsize to INT64_MAX if riff tag end is not set and file size is not av...Baptiste Coudurier
2009-03-20move max analyze duration check before considering new packetBaptiste Coudurier
2009-03-20Support raw TrueHD filesRamiro Polla
2009-03-20Split TrueHD decoder from MLPRamiro Polla
2009-03-19MOV: Use the AOT enum for the mp4_audio_types mapping.Alex Converse
2009-03-18Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger
2009-03-18Add a special guidcmp function to compare ASF guids, to avoid the manyReimar Döffinger
2009-03-17Fix wrong @file tag.Ronald S. Bultje
2009-03-17Reindent after r18023.Ronald S. Bultje
2009-03-17Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje
2009-03-17cosmetics: fix indentation, patch by avcoder, ffmpeg gmail comavcoder
2009-03-16Extend mov edit list support to work for a first padding entry withReimar Döffinger
2009-03-16rmdec: fix crash at end of fileMåns Rullgård
2009-03-16Cosmetics: Re-indent after last commitAlex Converse
2009-03-16MOV: Support stz2 "Compact Sample Size Box"Alex Converse
2009-03-16More reindent, forgotten in previous commit.Ronald S. Bultje