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
2007-04-27Don't compile RTSP_DEMUXER if not requestedAlex Beregszaszi
2007-04-27properly compile code for REDIR_DEMUXERAlex Beregszaszi
2007-04-26cosmetics: Remove trailing whitespace and tabs.Diego Biurrun
2007-04-26cosmetics: sort()Diego Biurrun
2007-04-26move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi
2007-04-26cosmetics in resolve_hostAlex Beregszaszi
2007-04-26remove unused rtsp_callbackAlex Beregszaszi
2007-04-26proper dependency on mpegts_demuxer for rtp_muxerDiego Biurrun
2007-04-26remove no more true commentBaptiste Coudurier
2007-04-26cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier
2007-04-26use dprintf with AVFormatContext and simplifyBaptiste Coudurier
2007-04-26Fix reading PTSs and DTSs in libavformat, by reverting r8465.Luca Abeni
2007-04-26remove now obsolete and no more true commentsBaptiste Coudurier
2007-04-26Support for seeking in TTA files.David Conrad
2007-04-25add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.movBaptiste Coudurier
2007-04-25add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.movBaptiste Coudurier
2007-04-25add rgb suffix to rawvideo muxerBenoit Fouet
2007-04-24more format abbreviationsBenoit Fouet
2007-04-24correct comment about seek functionBaptiste Coudurier
2007-04-24Remove unused code + variable, fixes a warning.Diego Biurrun
2007-04-22dont assert(0) due to buggy rm demuxerMichael Niedermayer
2007-04-22fix av_seek_frame_generic() so that it doesnt fail if theMichael Niedermayer
2007-04-22init packet before calling the demuxerMichael Niedermayer
2007-04-22Change from using a seek table internal to the TTA demuxer to using the stand...David Conrad
2007-04-21long -> intBaptiste Coudurier
2007-04-21cosmetics: mov_mp4 -> mp4Baptiste Coudurier
2007-04-21clean and simplify esds reading functionBaptiste Coudurier
2007-04-21remove broken ctab codeBaptiste Coudurier
2007-04-21use INT64_MAXBaptiste Coudurier
2007-04-21remove possibly broken wince cruftAlex Beregszaszi
2007-04-18Atrac3 decoder.Benjamin Larsson
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-15Make the declaration of AVInputFormat ac3_demuxer conditionalDiego Biurrun
2007-04-15Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun
2007-04-13timestamps generation improvement when parsing aviJoakim Plate
2007-04-12spellingDiego Biurrun
2007-04-12DVR-MS probe audio formatJohn Donaghy
2007-04-10add D-10 PAL 40 audio essence container ulBaptiste Coudurier
2007-04-10add D-10 PAL 40 ulBaptiste Coudurier
2007-04-10cosmetics: indentationAurelien Jacobs
2007-04-09add support for seeking to a keyframe instead of a random frameAurelien Jacobs
2007-04-09add an intermediate variable (prepare for next patch)Aurelien Jacobs
2007-04-09add support for seeking in matroska filesAurelien Jacobs
2007-04-09move matroska_find_track_by_num() upper in the fileAurelien Jacobs
2007-04-09cluster position is relative to segment_startAurelien Jacobs
2007-04-09properly set streams start_timeAurelien Jacobs
2007-04-09remove unused context fieldAurelien Jacobs
2007-04-09remove wrong and no more used packet reordering codeAurelien Jacobs
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-04-09Make some functions which aren't used outside their declaring source fileStefan Huehner