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-02-27Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1Reimar Döffinger
2009-02-27Detect the case when the time base is exact but far finer than necessary toReimar Döffinger
2009-02-27Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer
2009-02-27cosmetics: vertical alignmentAurelien Jacobs
2009-02-27use new metadata API in rpl demuxerAurelien Jacobs
2009-02-27use new metadata API in wc3 demuxerAurelien Jacobs
2009-02-27Mark as "internal but installed" the avio.h file.Stefano Sabatini
2009-02-27Add a @file notice to avio.h.Stefano Sabatini
2009-02-26move static tables from asf.h to non-static tables in asf.cAurelien Jacobs
2009-02-26rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs
2009-02-26fix a memleak in av_metadata_set()Aurelien Jacobs
2009-02-26Implement marker bit, which is used for several RTP payloads currentlyRonald S. Bultje
2009-02-26Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothingRonald S. Bultje
2009-02-26Document rtsp.h, see "[PATCH] document rtsp.h" thread.Ronald S. Bultje
2009-02-26movenc: add muxing of language along with metadata tags when availableAurelien Jacobs
2009-02-26return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs
2009-02-26cosmetics: indentationAurelien Jacobs
2009-02-26use new metadata API in mov muxerAurelien Jacobs
2009-02-26don't trigger metadata compatibility code when user app already set metadataAurelien Jacobs
2009-02-26dv probeBaptiste Coudurier
2009-02-26Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles
2009-02-26cosmetics: add a comment in flac_write_header().Justin Ruggles
2009-02-26Add support for full header extradata to raw FLAC muxer.Justin Ruggles
2009-02-26Use a shared function to validate FLAC extradata.Justin Ruggles
2009-02-26Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles
2009-02-25spelling/wording/grammar cosmeticsDiego Biurrun
2009-02-25untypoMichael Niedermayer
2009-02-25fix index edit rate, inverse num and denBaptiste Coudurier
2009-02-25simplify, use codec->block_alignBaptiste Coudurier
2009-02-25set channel number even for inactive channelsBaptiste Coudurier
2009-02-25do not set frame start bit since marked as not used and factorizeBaptiste Coudurier
2009-02-25AVInputFormat.reed_seek2()Michael Niedermayer
2009-02-25Add timestamp computation if values are exported by decoder.Ivan Schreter
2009-02-24Change duration computation to use time_base instead of TB/2.Ivan Schreter
2009-02-24Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer
2009-02-24Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the sameMichael Niedermayer
2009-02-23start track id at 2, track id 1 for timecodeBaptiste Coudurier
2009-02-23Allow av_find_stream_info() to be aborted.Michael Niedermayer
2009-02-22consistent naming of Chinese AVS raw demuxerStefan Gehrer
2009-02-22Support playback of incorrectly cut DV files where the headers do notReimar Döffinger
2009-02-22check av_get_packet return valueBaptiste Coudurier
2009-02-22return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable w...Baptiste Coudurier
2009-02-22parse aac extradata to fetch channels and sample rate, patch from NetgemBaptiste Coudurier
2009-02-22Waste less space for printing timebases.Michael Niedermayer
2009-02-22Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje
2009-02-22Print all timebases (idea from netgem)Michael Niedermayer
2009-02-21Check for alloc failures.Michael Niedermayer
2009-02-21Check for EOF during index reading.Michael Niedermayer
2009-02-21Use context variable repeat_pict for frame duration computation andIvan Schreter
2009-02-21Handle chunks with the MSB in size set correctly that is unsigned.Michael Niedermayer