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-23cafdec: replace deprecated get_strz()Paul B Mahol
2012-01-23cafenc: replace deprecated av_dbl2int()Paul B Mahol
2012-01-23libavformat/libavformat.v: fix application name in commentMichael Niedermayer
2012-01-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-23Revert "movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs"Michael Niedermayer
2012-01-22riff: fix invalid av_freep() calls on EOF in ff_read_riff_infoJanne Grunau
2012-01-22mxfdec: fix memleak on av_realloc failuresJanne Grunau
2012-01-22mxfdec: Do not parse slices or DeltaEntryArrays.Tomas Härdin
2012-01-22mxfdec: hybrid demuxing/seeking solutionJanne Grunau
2012-01-22mxfdec: Add Avid's essence element key.Tomas Härdin
2012-01-22mfxdec: Separate mxf_essence_container_uls for audio and video.Carl Eugen Hoyos
2012-01-22mxfdec: Compute packet offsets properly.Tomas Härdin
2012-01-22mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hack.Tomas Härdin
2012-01-22mxfdec: use av_dlog() for 'no corresponding source package found'Tomas Härdin
2012-01-22mxfdec: Make mxf->partitions sorted by offset.Tomas Härdin
2012-01-22mxfdec: parse ThisPartitionTomas Härdin
2012-01-22mxfdec: Speed up metadata and index parsing.Tomas Härdin
2012-01-22mxfdec: Make sure DataDefinition is consistent between material track and sou...Tomas Härdin
2012-01-22mxfdec: add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxfTomas Härdin
2012-01-22mxfdec: Add hack that adjusts the n_delta calculation when system items are p...Tomas Härdin
2012-01-22mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays.Janne Grunau
2012-01-22mxfdec: Move FooterPartition to MXFContext and make sure it is never zero.Tomas Härdin
2012-01-22mxfdec: check return value of avio_seekJoakim Plate
2012-01-22mxfdec: skip to end of structural setsPhilip de Nier
2012-01-22mxfdec: parse MXF partitionsTomas Härdin
2012-01-22avidec: fix "avidec.c:362: warning: st may be used uninitialized in this func...Michael Niedermayer
2012-01-22mpegpsmux: Fix integer overflow with huge VBV sizes.Michael Niedermayer
2012-01-22img2: add j2c file extensionJean First
2012-01-22rtsp: Use a random offset for trying to open UDP ports for RTPDmitry Volyntsev
2012-01-22rtsp: Allow specifying the UDP port range via AVOptionsMartin Storsjö
2012-01-22rtsp: Remove a leftover, currently pointless checkDmitry Volyntsev
2012-01-22error_detection: put the old error detection constants back.Michael Niedermayer
2012-01-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-22rtpdec: Use our own SSRC in the SDES field when sending RRsMartin Storsjö
2012-01-21Support decoding Avid DS Uncompressed (SUDS).Carl Eugen Hoyos
2012-01-21lavf: rename fer option and document resulting (f_)err_detect optionsDustin Brody
2012-01-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-21movenc: Reorder entries in the MOVIentry struct, for tigheter packingMartin Storsjö
2012-01-21rtsp: Remove extern declarations for variables that don't existMartin Storsjö
2012-01-21Add a tool that uses avio to read and write, doing a plain copy of dataMartin Storsjö
2012-01-20lavf: force single-threaded decoding in avformat_find_stream_infoJanne Grunau
2012-01-20avidec: migrate last of lavf from FF_ER_* to AV_EF_*Dustin Brody
2012-01-19Add "S263" FourCCami_stuff
2012-01-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-18lavf: free packets for muxers implementing interleave_packet().Anton Khirnov
2012-01-18lavf: fix and extend av_interleaved_write_frame() doxy.Anton Khirnov
2012-01-18mov: Remove dead stores for spherical coordinates for channel position.Alex Converse
2012-01-18fix rtp 916 issue, patch 2Dmitry Volyntsev
2012-01-18fix rtp 916 issueDmitry Volyntsev
2012-01-17mxfdec: Consider OPAtom files that don't have exactly one EC to be OP1aTomas Härdin