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
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-03-03avformat: gather aspect ratio from rv30/40 in find_stream_infoMichael Niedermayer
2013-03-03Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2013-03-03movenc: Do not flag secondary audio and subtitle tracks as enabled.Michael Niedermayer
2013-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-02rtpdec: Initialize some variables to silence compiler warningsMartin Storsjö
2013-03-02Avoid huge memory allocations from asf demuxer.Carl Eugen Hoyos
2013-03-02Merge commit 'e671d3ad6cd7fe1d02e9b35b889a25d8c059fce9'Michael Niedermayer
2013-03-02Merge commit 'c91c63b5380bf79655c09320774a022f84d76fd5'Michael Niedermayer
2013-03-02flvdec: Check the return value of a mallocMartin Storsjö
2013-03-02flvdec: Don't read the VP6 header byte when setting codec type based on metadataMartin Storsjö
2013-02-28lavf/avio: check for : in filenames for protocols.Nicolas George
2013-02-28lavf: rescale duration for chained muxers.Nicolas George
2013-02-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-28Revert "lavf/utils: add support for special characters encoding in URL"Michael Niedermayer
2013-02-28lavf/utils: add support for special characters encoding in URLSenthilnathan M
2013-02-28lavf/concatdec: define "ffcat" and "ffconcat" extensionsStefano Sabatini
2013-02-27lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö
2013-02-27lavf: Handle the environment variable no_proxy more properlyMartin Storsjö
2013-02-27oggdec: chained oggs have timestamp discontinuitiesMichael Niedermayer
2013-02-25pmpdec: make i unsigned, avoid undefined behavior of i++Michael Niedermayer
2013-02-25pmpdec: fix integer overflowMichael Niedermayer
2013-02-24hls: do not access pb->opaque for custom IO.Reimar Döffinger
2013-02-24Merge commit '56daf10e0313c5e36f43e773f457d2a99ff0df10'Michael Niedermayer
2013-02-24lavf/concatdec: add the "duration" directive.Nicolas George
2013-02-24tools: add seek_print.Nicolas George
2013-02-24lavf/avio: check that the protocol supports the open mode.Nicolas George
2013-02-24pmpdec: check packet sizesMichael Niedermayer
2013-02-24pmpdec: fix signednessMichael Niedermayer
2013-02-24pmpdec: read index before creating audio streamsMichael Niedermayer
2013-02-24pmpdec: check for EOF while reading index.Reimar Döffinger
2013-02-24avformat: Allocate duration_error separatelyMichael Niedermayer
2013-02-24matroskaenc: fix cue tracknum off by 1 errorMichael Niedermayer
2013-02-23rtmpproto: increase APP_MAX_LENGTHMichael Niedermayer
2013-02-23rtmpproto: Check APP_MAX_LENGTHMichael Niedermayer
2013-02-23mov: use the format context for logging.Anton Khirnov
2013-02-22cafenc: do not leak caf->pkt_sizesPaul B Mahol
2013-02-22mxg: do not leak mxg->bufferPaul B Mahol
2013-02-22matroska: fix missing ,Andrea3000
2013-02-21Use SMPTE standard notation when showing mxf Universal Labels.Carl Eugen Hoyos
2013-02-21lavf/microdvd: fix muxing.Clément Bœsch
2013-02-21lavf/swfdec: remove 8-bit audio FIXME.Clément Bœsch
2013-02-21lavf/swfdec: support 8-bits PCM audio.Clément Bœsch
2013-02-21lavf/swfdec: factorize the creation of a new stream.Clément Bœsch
2013-02-20mov: fix self referencing timecode tracksMichael Niedermayer
2013-02-20lavf/matroskaenc: avoid assert failure in case of cuepoints with duplicated PTSStefano Sabatini
2013-02-18nutenc: only write an index if there are syncpointsMichael Niedermayer
2013-02-18ff_gen_search: Fix finding the maximum timestamp in a really small fileMichael Niedermayer
2013-02-18ff_read_timestamp: check stream_index before using it as array indexMichael Niedermayer
2013-02-17Revert "swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.f...Carl Eugen Hoyos