Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-16movenc: Don't set a default sample duration when creating ismvMartin Storsjö
2012-02-16rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö
2012-02-16bethsoftvid: synchronize video timestamps with audio sample rateJustin Ruggles
2012-02-16bethsoftvid: add audio stream only after getting the first audio packetJustin Ruggles
2012-02-16bethsoftvid: Set video packet duration instead of accumulating pts.Justin Ruggles
2012-02-16bethsoftvid: set packet key frame flag for audio and I-frame video packets.Justin Ruggles
2012-02-16bethsoftvid: fix read_packet() return codes.Justin Ruggles
2012-02-16bethsoftvid: pass palette in side data instead of in a separate packet.Justin Ruggles
2012-02-16sdp: Ignore RTCP packets when autodetecting RTP streamsMartin Storsjö
2012-02-16libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö
2012-02-16rtsp: Make rtsp_demuxer_class staticMartin Storsjö
2012-02-15CDXL demuxer and decoderPaul B Mahol
2012-02-15hls: Re-add legacy applehttp name to preserve interface compatibility.Alex Converse
2012-02-14hlsproto: Rename the functions and contextMartin Storsjö
2012-02-14hlsproto: Encourage users to try the hls demuxer instead of the protoMartin Storsjö
2012-02-14libavformat: Rename the applehttp protocol to hlsMartin Storsjö
2012-02-14hls: Rename the functions and contextMartin Storsjö
2012-02-14libavformat: Rename the applehttp demuxer to hlsMartin Storsjö
2012-02-14rtpdec: Support H263 in RFC 2190 formatMartin Storsjö
2012-02-14movenc: Support muxing VC1Martin Storsjö
2012-02-14librtmp: Add "lib" prefix to librtmp URLProtocol declarations.Diego Biurrun
2012-02-14movenc: Use defines instead of hardcoded numbers for RTCP typesMartin Storsjö
2012-02-14smjpegdec: implement seekingPaul B Mahol
2012-02-14rtpdec: Use 4 byte startcodes for H.264Matthew Szatmary
2012-02-13matroskadec: Mark variable as av_unused.Diego Biurrun
2012-02-13Move some conditionally used variables into the block where they are used.Diego Biurrun
2012-02-13Drop some completely unnecessary av_unused attributes.Diego Biurrun
2012-02-13movenc: Support muxing wmapro in ismv/ismaMartin Storsjö
2012-02-13mpegtsenc: Add an AVOption for forcing a new PAT/PMT/SDT to be writtenMartin Storsjö
2012-02-13build: Set correct dependencies for rtmp* protocols implemented by librtmp.Diego Biurrun
2012-02-12lavf: fix aspect ratio mismatch message.Andrey Utkin
2012-02-11cafdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11yop: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11tta: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11tmv: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11r3d: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11nsvdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11mpc8: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11jvdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11filmstripdec: Check return value of avio_seek and avoid modifying state if it...Joakim Plate
2012-02-11ffmdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11dv: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11bink: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-10rtpenc: Write a log message if the max packet size is too smallMartin Storsjö
2012-02-10dv: Move a table used only by the demuxer out of a shared header.Alex Converse
2012-02-10dv: Fix small overread in audio frequency table.Alex Converse
2012-02-09WavPack demuxer: set packet durationPaul B Mahol
2012-02-09mxfdec: Ignore the last entry in Avid's index table segmentsTomas Härdin
2012-02-09mxfdec: Sanity-check SampleRateTomas Härdin
2012-02-09mxfdec: Handle small EditUnitByteCountTomas Härdin