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
2012-02-14movenc: Support muxing VC1Martin Storsjö
2012-02-13movenc: Support muxing wmapro in ismv/ismaMartin Storsjö
2012-01-30movenc: cosmetics: Get rid of camelCase identifiersMartin Storsjö
2012-01-27movenc: Allow writing to a non-seekable output if using empty moovMartin Storsjö
2012-01-27movenc: Support adding isml (smooth streaming live) metadataMartin Storsjö
2012-01-27lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov
2012-01-26movenc: Don't require frame_size to be set for modes other than movMartin Storsjö
2012-01-26movenc: Reindent a blockMartin Storsjö
2012-01-25movenc: Write the sample rate instead of time scale in the stsd atomMartin Storsjö
2012-01-25movenc: Add a separate ismv/isma (smooth streaming) muxerMartin Storsjö
2012-01-25movenc: Allow the caller to decide on fragmentationMartin Storsjö
2012-01-25movenc: Add support for writing fragmented mov filesMartin Storsjö
2012-01-25movenc: Add a separate start_ptsMartin Storsjö
2012-01-10movenc: Don't store a nonzero creation time if nothing was set by the callerMartin Storsjö
2011-12-22mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse
2011-12-16movenc: Rudimentary IODs support.Alex Converse
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-12-11movenc: Use the actual converted sample for RTP hintingMartin Storsjö
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-10movenc: write 'chan' tag for AC-3 in MOVJustin Ruggles
2011-12-10mov: add support for reading and writing the 'chan' tagJustin Ruggles
2011-12-10movenc: simplify handling of pcm vs. adpcm vs. other compressed codecsJustin Ruggles
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-05movenc: Set a correct packet size for AMR-NB mode 15, "no data"Carl Eugen Hoyos
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-05lavc/lavf: use unique private classes.Anton Khirnov
2011-09-19movenc: fix NULL reference in mov_write_tkhd_tagAnton Khirnov
2011-09-17movenc: create an alternate group for each media typeAnton Khirnov
2011-09-16Fixed size given to init_get_bits().Laurent Aimar
2011-08-22movenc: use libx264 by default when possible for mov, mp4 and pspAnton Khirnov
2011-08-16movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warningsAnton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-13lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov
2011-07-12lavf: deprecate AVFormatContext.timestampAnton Khirnov
2011-07-10lavc: make avcodec_alloc_context3 officially public.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-06-10movenc: Add RTP muxer/hinter optionsMartin Storsjö
2011-06-10movenc: Pass the RTP AVFormatContext to the SDP generationMartin Storsjö
2011-06-10sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-05-31improved 'edts' atom writing supportGil Pedersen
2011-05-27movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö
2011-05-27movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö
2011-05-13movenc: always write esds descriptor length using 4 bytes.Baptiste Coudurier
2011-05-12movenc: fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier
2011-05-12movenc: fix adpcm mono muxing.Alex Converse
2011-05-04Replace strncpy() with av_strlcpy().Alex Converse