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-01-12riff: remove references to sonic codec idsAnton Khirnov
2012-01-11gsm demuxer: use generic seeking instead of a gsm-specific function.Justin Ruggles
2012-01-11gsm demuxer: return packets with only 1 gsm block at a time.Justin Ruggles
2012-01-11wtv: fix memleaks during normal operationJanne Grunau
2012-01-10ipmovie: fix pts for CODEC_ID_INTERPLAY_DPCMJustin Ruggles
2012-01-10sierravmd: fix audio ptsJustin Ruggles
2012-01-10movenc: Don't store a nonzero creation time if nothing was set by the callerMartin Storsjö
2012-01-08build: Skip compiling network.h and rtsp.h if networking is not enabled.Diego Biurrun
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2012-01-07vqf: recognize more metadata chunksPaul B Mahol
2012-01-07tta: Fix returned error code at EOFMichael Niedermayer
2012-01-07tta: fix off be 1 error in the end detection.Michael Niedermayer
2012-01-07ipmovie: Add param change side data if the video dimensions have changedPaul B Mahol
2012-01-07electronicarts: check bytes per sample for validityJanne Grunau
2012-01-06vqf: add more known extensionsPaul B Mahol
2012-01-06spdifenc: use special alignment for DTS-HD length_codeAnssi Hannula
2012-01-06ipmovie: do not read audio packets before the codec is knownJanne Grunau
2012-01-06avio: Only do implicit network initialization for network protocolsMartin Storsjö
2012-01-06avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2012-01-06matroskadec: Fix a bug where a pointer was cached to an array that might late...Chris Evans
2012-01-05mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.Alex Converse
2012-01-05lavf: cosmetics, reformat av_read_frame().Anton Khirnov
2012-01-05lavf: refactor av_read_frame() to make it easier to understand.Anton Khirnov
2012-01-05mtv: Make sure audio_subsegments is not 0Shitiz Garg
2012-01-05flvdec: Fix compiler warning for uninitialized variablesJean First
2012-01-05rtsp: Fix compiler warning for uninitialized variableJean First
2012-01-04avio: exit early in fill_buffer without read_packetJanne Grunau
2012-01-04adx: add an adx muxerJustin Ruggles
2012-01-04adx: add AVFMT_GENERIC_INDEX to demuxer flags.Justin Ruggles
2012-01-03lavf: flush decoders in avformat_find_stream_info().Anton Khirnov
2012-01-02Fix a bunch of typos.Diego Biurrun
2012-01-02Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun
2012-01-02mpegenc: simplify muxrate calculationJanne Grunau
2012-01-02rawdec: Set start_time to 0 for raw audio files.Reimar Döffinger
2012-01-02Detect 'yuv2' as rawvideo also in avi.Carl Eugen Hoyos
2011-12-31threads: default to automatic thread count detectionJanne Grunau
2011-12-29applehttpproto: Apply the same reload interval changes as for the demuxerAndrey Utkin
2011-12-29applehttp: Use half the target duration as interval if the playlist didn't up...Martin Storsjö
2011-12-29applehttp: Use the last segment duration as reload intervalAndrey Utkin
2011-12-28mpegts: adjustable minimum PES payloadJindřich Makovička
2011-12-28mpegts: properly output large audio packetsJindřich Makovička
2011-12-28avformat: Add SMJPEG demuxer.Paul B Mahol
2011-12-23build: fix standalone compilation of OMA muxerDiego Biurrun
2011-12-23build: fix standalone compilation of Microsoft XMV demuxerDiego Biurrun
2011-12-23build: fix standalone compilation of Core Audio Format demuxerDiego Biurrun
2011-12-22mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse
2011-12-22asfdec: add side data to ASFStream packet instead of output packet.Justin Ruggles
2011-12-22idroqdec: set AVFMTCTX_NOHEADER and create streams as they occur.Justin Ruggles
2011-12-22flvdec: Add param change side data if the sample rate or channels have changedMartin Storsjö
2011-12-22libavformat: Add a utility function for adding parameter change side dataMartin Storsjö