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
2008-08-01Add missing header #includes.Diego Biurrun
2008-07-31downgrade mov negative ctts log message to warning, patch by Art Clarke, acla...Art Clarke
2008-07-31Only reset buffer state if seeking is successful; update seek reg ref.Baptiste Coudurier
2008-07-31check url_fseek return valueBaptiste Coudurier
2008-07-31check url_fseek return value, update seek reg testsBaptiste Coudurier
2008-07-31skip flv video info / command frame packets, fix issue #546Baptiste Coudurier
2008-07-31change assert test due to the new reducing of time_base in av_set_pts_info, f...Baptiste Coudurier
2008-07-30EA Demuxer: make rev2 flag optionalPeter Ross
2008-07-30add a bunch of new xdcam hd422 fourccsBaptiste Coudurier
2008-07-30more hdv fourccsBaptiste Coudurier
2008-07-30update hdv fourcc descriptionsBaptiste Coudurier
2008-07-29Fix a typo in sdp_write_header(): change "IPV4", which is not a validStefano Sabatini
2008-07-28Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.Michael Niedermayer
2008-07-28Improve long names for FFM muxer and demuxer:Stefano Sabatini
2008-07-27matroska: add support for A_QUICKTIME/QDM2 codecAurelien Jacobs
2008-07-27matroska: add support for V_QUICKTIME track typeAurelien Jacobs
2008-07-26Detect IDR less H.264 correctly.Michael Niedermayer
2008-07-26Support 32-bit floating point audio samples in Sun AU demuxerPeter Ross
2008-07-25Fix handling of old nuv files where an aspect of 1 actually means 4/3Joakim Plate
2008-07-24aspect stored in nuv files must be converted from display- to sample-aspect.Joakim Plate
2008-07-24cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun
2008-07-24Use tkhd matrix for proper display in mov.John Schmiederer
2008-07-23SMPTE 421M Annex L (aka .rcv) muxerKostya Shishkov
2008-07-19add ogv extensionBaptiste Coudurier
2008-07-19cosmetics, remove spaceBaptiste Coudurier
2008-07-19update swf video frame number when muxing done, fix #439Baptiste Coudurier
2008-07-18Fix a mem leak in av_find_stream_info().Erik Hovland
2008-07-18MPEGTS: Improve probe functionMåns Rullgård
2008-07-18cosmetics, remove spaceBaptiste Coudurier
2008-07-18Return max score when ftyp atom is encountered.Baptiste Coudurier
2008-07-17Try to fix FATE after my time_base simplification change.Michael Niedermayer
2008-07-16cosmetics: Fix mxf codec long name.Diego Biurrun
2008-07-16OGG: Add padding at end of Vorbis headersSiarhei Siamashka
2008-07-15Make flic probe check a few more things.Michael Niedermayer
2008-07-15Move the codec_id overriding at a slightly better place.Michael Niedermayer
2008-07-14Remove common factors from timebase in av_set_pts_info().Michael Niedermayer
2008-07-14gifdec.c was removed, purge its entry from the Makefile.Diego Biurrun
2008-07-13RTP: use dprintf(), allow compilation with -DDEBUGMåns Rullgård
2008-07-13ASF: use dprintf(), allow compilation with -DDEBUGMåns Rullgård
2008-07-13Remove gif demuxer, the code contains a gif decoder and lzw decoder neitherMichael Niedermayer
2008-07-13Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly whichMichael Niedermayer
2008-07-13Remove old hackish codec probe system.Michael Niedermayer
2008-07-13Use strcmp() instead of strncmp() in set_codec_from_probe_data().Michael Niedermayer
2008-07-12indentMichael Niedermayer
2008-07-12Only try to probe the codec when the available data has roughly doubledMichael Niedermayer
2008-07-12Add mpegvideo and H.264 to the codec probe.Michael Niedermayer
2008-07-12h264_probe()Michael Niedermayer
2008-07-12indentMichael Niedermayer
2008-07-12New codec probing system try #1.Michael Niedermayer
2008-07-12command_streams are type data not unknown.Michael Niedermayer