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-08-03move code which adds a AVPacket into the packet buffer into its own functionMichael Niedermayer
2007-07-31fill title, author, copyright and comment fields by parsing udta atomBenoit Fouet
2007-07-31deal with the case where one of pts,dts has wrapped but the other has notMichael Niedermayer
2007-07-30kill antiwrapping code, i do not think this did anything goodMichael Niedermayer
2007-07-30treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side ef...Baptiste Coudurier
2007-07-30support silly PCM variant used by zork nemesisMichael Niedermayer
2007-07-28Merge get_str() and get_str8() functions.Ronald S. Bultje
2007-07-28Fix get_str/get_str8() to also work if the target string is not long enough toRonald S. Bultje
2007-07-28cosmetics: misc typo fixesDiego Biurrun
2007-07-28Add EBML ID for Segment UIDDavid Conrad
2007-07-27detect voxware (closes issue39)Michael Niedermayer
2007-07-27try exact match before case insensitive match in codec_get_idMichael Niedermayer
2007-07-27ignore invalid packet_obj_sizeMichael Niedermayer
2007-07-27Introduce an SDP generatorLuca Abeni
2007-07-26cosmetics: alignmentAurelien Jacobs
2007-07-26replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs
2007-07-26Avoid misdetecting acelp in ASF as MP3.Michael Niedermayer
2007-07-25add proper support for subtitles muxing/stream copyingAurelien Jacobs
2007-07-25use the most appropriate codec id for A_MPEG/L1 and L2Aurelien Jacobs
2007-07-25reorder matroska codec tags so that the encoder picks up the appropriate tagAurelien Jacobs
2007-07-20Replace ENOSYS by ENOTSUP as in this case the problem is not really a functionPanagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris
2007-07-19Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-07-19Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun
2007-07-19use sscanf to parse addressBenoit Fouet
2007-07-18remove useless checkBenoit Fouet
2007-07-18fix emulated inet_aton so that it fails for invalid addressesJoakim Plate
2007-07-17typo fixesDiego Biurrun
2007-07-17MinGW has those include files.Ramiro Polla
2007-07-17Move av_gettime() back to lavf/utils.cRamiro Polla
2007-07-17MinGW has gettimeofday() since mingw-runtime-3.10Ramiro Polla
2007-07-16add support for S_ASS and S_SSA codec stringAurelien Jacobs
2007-07-16.memleak fix by Ronald Bultje. OK'd by Luca.Alex Beregszaszi
2007-07-15remove likely wrong reseting of align_iframeMichael Niedermayer
2007-07-14Avoid using undefined symbols.Aurelien Jacobs
2007-07-14Allow selecting only the vc1 demuxer.Aurelien Jacobs
2007-07-14Allow selecting only the mpegtsraw demuxer.Aurelien Jacobs
2007-07-14The dxa demuxer depends on riff.o.Aurelien Jacobs
2007-07-14The dv1394 demuxer depends on dv.o.Aurelien Jacobs
2007-07-14All those demuxers don't depend on riff.o anymore.Aurelien Jacobs
2007-07-14All those demuxers use pcm_read_seek() and thus depend on raw.o.Aurelien Jacobs
2007-07-14The c93 demuxer depends on vocdec.o.Aurelien Jacobs
2007-07-14avoid division by zero in av_find_stream_info() when no time base is setMåns Rullgård
2007-07-13Smartjog granted permission to relicense as LGPL 2.1Baptiste Coudurier
2007-07-13round timestamps up, k2 broadcast server seems to need itBaptiste Coudurier
2007-07-13h264_rtp_extra_data is not only used for debug purposes, asserts are using it...Alex Beregszaszi
2007-07-13remove uneeded include as assert is never usedAlex Beregszaszi
2007-07-13Remove broken assert. ebml_read_element_id can handle level_up set to NULL.Alex Beregszaszi