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-04-17Remove 2 ++ from check_pes() that are useless, found by CSA.Michael Niedermayer
2009-04-17Remove unused variable from flv_read_metabody() found by CSA.Michael Niedermayer
2009-04-17Remove nonsensical assignment from asf_read_seek() found by CSA.Michael Niedermayer
2009-04-17Move declarations in sync() closer to where they are used.Michael Niedermayer
2009-04-17Remove unused variable from asf_read_header() found by CSA.Michael Niedermayer
2009-04-17Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,Ronald S. Bultje
2009-04-17Moving variable declarations in asf_build_simple_index() to clarify&prettify ...Michael Niedermayer
2009-04-16Remove unused audio_pts field from ea demuxer structReimar Döffinger
2009-04-16Remove unused code from Westwood VQA/AUD demuxer.Reimar Döffinger
2009-04-16Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglistRonald S. Bultje
2009-04-16Clarify which exact variant of ISO 639 is used. (The ISO spec explicitlyMichael Niedermayer
2009-04-15Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,Ronald S. Bultje
2009-04-15Ensure that there's pages to read for duration calculation in the ogg demuxerDavid Conrad
2009-04-14Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje
2009-04-14Increase the SDP buffer size (again!) and also increase the temporaryRonald S. Bultje
2009-04-13Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-13seek inside buffer when offset is exactly at the end, fix seeking with memory...Baptiste Coudurier
2009-04-13Set frame defaults in try_decode_frame.Baptiste Coudurier
2009-04-13reindentBaptiste Coudurier
2009-04-12remove useless wrapperBaptiste Coudurier
2009-04-12Move ea demuxer messages that are irrelevant to ordinary users fromReimar Döffinger
2009-04-12remove useless wrapperBaptiste Coudurier
2009-04-12Slightly improve/correct description of wc3_pal_lookupReimar Döffinger
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-12Disable metadata reading. Yes, I would like to know what this code is good forMichael Niedermayer
2009-04-12replace DEBUG_SI with DEBUG and use dprintfBaptiste Coudurier
2009-04-12Set stream type to ac3 if registration descriptor is present.Baptiste Coudurier
2009-04-12simplify registration descriptor parsing with bytestream get functionsBaptiste Coudurier
2009-04-12Ok, ts demuxer is more complicated than I thoughtBjörn Axelsson
2009-04-12fix end of buffer check, fix hang_read_header.h264.tsBaptiste Coudurier
2009-04-12fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samplesBaptiste Coudurier
2009-04-12Simplify packet duplication code in ff_interleave_add_packet.Reimar Döffinger
2009-04-12Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign...Reimar Döffinger
2009-04-12wc3movie: return partial packets if not all data can be read.Reimar Döffinger
2009-04-12Explain the purpose of the wc3_pal_lookup and the formula that was used toReimar Döffinger
2009-04-11Use get_le32/get_be32 in wc3movie demuxer instead of reading everything intoReimar Döffinger
2009-04-11Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger
2009-04-11ReindentReimar Döffinger
2009-04-11Make electronicarts demuxer return partial frames, this is the defaultReimar Döffinger
2009-04-10Replace rand() usage by av_lfg_get().Diego Biurrun
2009-04-10cosmetics: Align output columns.Diego Biurrun
2009-04-10remove useless duplication of what av_new_stream() already doesAurelien Jacobs
2009-04-10Add 'PNG1' to PNG fourcc codes.Thilo Borgmann
2009-04-10Make try_decode_frame() use the new avcodec_decode_* API.Thilo Borgmann
2009-04-10AAC packetiser cleanup: use consts instead of #definesLuca Abeni
2009-04-10AAC packetiser cleanup: remove check for a condition that cannot happenLuca Abeni
2009-04-10Fix two checks in the AAC packetiser, which were too conservativeMartin Storsjö
2009-04-09Fix memleak in nuv demuxer: free packet already allocated packet whenReimar Döffinger
2009-04-09Correctly set packet size for partial video packets in nuv demuxer.Reimar Döffinger