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
2008-01-20new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan
2008-01-19init uid to 0Baptiste Coudurier
2008-01-19indentationBaptiste Coudurier
2008-01-19correctly handle sony mpeg4 extradataBaptiste Coudurier
2008-01-19check if read child returned errorBaptiste Coudurier
2008-01-19simplify with matching lenBaptiste Coudurier
2008-01-19simplify and detect better non frame wrapped mappingsBaptiste Coudurier
2008-01-19cosmetics: read_metadata -> readBaptiste Coudurier
2008-01-19cosmeticsBaptiste Coudurier
2008-01-19remove unused crypto context uidBaptiste Coudurier
2008-01-19support dynamically allocated local tags, used by encrypted filesBaptiste Coudurier
2008-01-19check malloc returnBaptiste Coudurier
2008-01-19add some dv container ulsBaptiste Coudurier
2008-01-19simplify by checking min matching lenBaptiste Coudurier
2008-01-18Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje
2008-01-17Fix forgotten braces from r11039Roberto Togni
2008-01-17Consider initial EOR in the back_ptr calculation.Michael Niedermayer
2008-01-17Replace idiotic (what moron wrote that code?) "buffer overflow" message byMichael Niedermayer
2008-01-17Remove some spaces to keep certain people's eyes from hurting.Diego Biurrun
2008-01-17misc spelling/grammar fixesDiego Biurrun
2008-01-15Make avc_find_startcode non-static, so that it can be used from otherLuca Abeni
2008-01-14Suppress runaway index on streamed inputMichel Bardiaux
2008-01-13Add support for S8 PCM (codec 2)Roberto Togni
2008-01-13user specifyable maximum amount of memory to use for the index.Paul Kelly
2008-01-12AlignmentVíctor Paesa
2008-01-12Link to libraries in dependency order.Víctor Paesa
2008-01-12Set pts/dts in raw (yuv,rgb,pcm) demuxers.Michael Niedermayer
2008-01-12Write 0 instead of seeking forward (and leaving bytes uninitalized),Michael Niedermayer
2008-01-12add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs
2008-01-12Matroska muxer needs to format all NAL units, not only extradata.Aurelien Jacobs
2008-01-11Do not install rtp.h (which should have never been part of the public API)Luca Abeni
2008-01-11matroskaenc now depends on avc.oAurelien Jacobs
2008-01-11Use the isom avcc formatting for h264 extradata in matroska.Aurelien Jacobs
2008-01-11Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs
2008-01-11extract isom_write_avcc into a functionAurelien Jacobs
2008-01-11Add one more parameter to avc_parse_nal_units so that it allows not toAurelien Jacobs
2008-01-11Check return value of avc_parse_nal_units().Aurelien Jacobs
2008-01-10Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),Ronald S. Bultje
2008-01-10Make rtp_parse_packet() always call the vfunc of the dynamic payload handlerRonald S. Bultje
2008-01-10Pass a proper context to av_log()Luca Abeni
2008-01-09Fix random typos.Diego Biurrun
2008-01-09url_write is part of the public API so it may not be under ifdef.Guillaume LecrefECERF
2008-01-08check av_new_stream return valueBaptiste Coudurier
2008-01-08check av_new_stream return valueBaptiste Coudurier
2008-01-08Linux Media Labs MPEG-4 (LMLM4) demuxerIvo van Poorten
2008-01-08Implement read_timestamp and enable seeking in PVA files.Ivo van Poorten
2008-01-08cosmeticsIvo van Poorten
2008-01-08remove unnecessary checkIvo van Poorten
2008-01-08use ff_parse_pes_pts for parsing an MPEG-PES timestampIvo van Poorten
2008-01-08Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so itIvo van Poorten