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-03movdec: Avoid av_malloc(0) in stssAlex Converse
2012-02-02movdec: Parse the dvc1 atomMartin Storsjö
2012-02-02movdec: fix dts generation in fragmented filesJanne Grunau
2012-01-31movdec: Ignore sample_degradation_priority bits when checking first_sample_flagsMartin Storsjö
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-25movdec: Calculate an average bit rate for fragmented streams, tooMartin Storsjö
2012-01-18mov: Remove dead stores for spherical coordinates for channel position.Alex Converse
2012-01-16mov, mxfdec: Employ more meaningful return values.Daniel Huang
2012-01-05mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.Alex Converse
2011-12-22mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-10mov: add support for reading and writing the 'chan' tagJustin Ruggles
2011-12-05mov: Don't av_malloc(0).Alex Converse
2011-12-05mov: Allow empty stts atom.Alex Converse
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-27mov: Make format string match variable type.Alex Converse
2011-11-22mov: Remove some redundant and obsolete comments.Alex Converse
2011-11-13avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö
2011-11-05movdec: Set frame_size for AMRCarl Eugen Hoyos
2011-10-29mov: Avoid divide by zero in edit list dts handlingBenjamin Larsson
2011-10-21mov: add support for hdvd and pgapmetadata atomsRaivo Hool
2011-10-21mov: rename function _stik, some indentation cosmeticsRaivo Hool
2011-10-21mov: rename function _int8 to remove ambiguity, some indentation cosmeticsRaivo Hool
2011-10-21mov: parse the gnre atomRaivo Hool
2011-10-20lavf: use avpriv_ prefix for some dv functions.Anton Khirnov
2011-10-20lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-17mov: add support for TV metadata atoms tves, tvsn and stikRaivo Hool
2011-10-14mov: 10l: Terminate string with 0 not '0'Alex Converse
2011-10-14mov: Prevent illegal writes when chapter titles are very short.Alex Converse
2011-10-11mov: do not misreport empty sttsLuca Barbato
2011-10-11mov: cosmetics, fix for and if spacingLuca Barbato
2011-10-11mov: read album_artist atomRaivo Hool
2011-10-11mov: fix disc/track numbers and totalsRaivo Hool
2011-09-21Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov
2011-08-25mp4: Handle non-trivial ES Descriptors.Alex Converse
2011-07-21mov: add clcp type track as Subtitle stream.Thierry Foucu
2011-07-17lavf: use designated initialisers for all (de)muxers.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-07-04Remove return statements following infinite loops without breakMans Rullgard
2011-06-20mov: Fix empty edit detection.Yusuke Nakamura
2011-06-10mov: Fix wrong timestamp generation for fragmented movies that have time offs...Yusuke Nakamura
2011-06-09movdec: Add support for the 'wfex' atom.Alex Converse
2011-06-08mov: Remove leftover crufty debug statement with references to a local file.Diego Biurrun
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-06-02Remove unused variablesMans Rullgard
2011-05-12mov: Support edit list atom version 1.Yusuke Nakamura