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-01-04rtsp: Fix compiler warning for uninitialized variable.Jean First
2012-01-03wtvdec: use intfloat.h instead of intfloat_readwrite.hJean First
2012-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-02mp3enc: fix playback with mp3 encoded files on some devices.Clément Bœsch
2012-01-02flvdec: use av_uninit to silence compiler warningsJean First
2012-01-02y41p encoder and decoderPaul B Mahol
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
2012-01-02mov: av_dlog use PRId64 instead of %ldJean First
2012-01-02mxfdec: change av_log formatting %lx to PRIx64 and %li to PRIi64Jean First
2012-01-01mpegpsenc: Fix integer overflow of the muxrate calculation.Michael Niedermayer
2012-01-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-01Do not map asf metadata key WM/Track to track.Carl Eugen Hoyos
2011-12-31threads: default to automatic thread count detectionJanne Grunau
2011-12-31mxg: fix compiler warning for uninitialized variablesMichael Niedermayer
2011-12-31id3v2: fix compiler warning for uninitialized variablesJean First
2011-12-31lavf: ffio_limit(), treat avio_size()==0 as error.Michael Niedermayer
2011-12-31flvdec: Check avpriv_mpeg4audio_get_config() returnMichael Niedermayer
2011-12-31mpegts: remove unused variableJean First
2011-12-31movenc: remove unused variablesJean First
2011-12-31cache: use av_freep instead of av_free in cache_openJean First
2011-12-31cache: remove unused variable in cache_openJean First
2011-12-30flvdec: Add comment about the 5 second thresholdMichael Niedermayer
2011-12-30Use more designated initializers.Paul B Mahol
2011-12-30mp3enc: remove unused variablePaul B Mahol
2011-12-30flvdec: Print a warning in all failure cases of parse_keyframes_index()Michael Niedermayer
2011-12-30flvdec: Disable metadatacreator "MEGA" hackMichael Niedermayer
2011-12-30flvdec: Check index for being validMichael Niedermayer
2011-12-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-30nsvdec: Check av_malloc(string_size)Michael Niedermayer
2011-12-29issdemux: Check packet_size for validityMichael Niedermayer
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-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-27Make Interplay palette opaque and increase its dynamics.Carl Eugen Hoyos
2011-12-27dv: fix avpriv_dv_codec_profile with lowres > 0Marton Balint
2011-12-27id3v2: fix variable type for uncompress()Michael Niedermayer
2011-12-27Process compressed id3v2 tags.Adrian Drzewiecki
2011-12-26gxf: remove gxf_ prefix to timecode metadata keys.Clément Bœsch
2011-12-26dv: add timecode to metadataMatthieu Bouron
2011-12-25segafilm: fail earlier in case theres not enough bytestream left for aMichael Niedermayer
2011-12-25avio: Fix ffio_limit() when due to seeking past the end less than 0 bytes rem...Michael Niedermayer
2011-12-25asfdec: fix endless loop on EOFMichael Niedermayer