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
2017-03-23lavf: Drop deprecated hint to set muxer timebaseVittorio Giovara
2017-03-23lavf: Drop deprecated AVFract type and related fieldVittorio Giovara
2017-03-23lavf: Drop deprecated bitexact functionalityVittorio Giovara
2017-03-23Bump major versions of all librariesVittorio Giovara
2017-03-22flvdec: Set avg_frame_rate for video streamsCarl Eugen Hoyos
2017-03-21rtsp: Move message parsing to a separate functionLuca Barbato
2017-03-20rtmp: Move RTMP digest calculation to a separate fileDiego Biurrun
2017-03-16matroskaenc: add support for Spherical Video elementsJames Almer
2017-03-09Add Cineform HD DecoderKieran Kunhya
2017-03-07mkv: Export bounds and padding from spherical metadataVittorio Giovara
2017-03-07mkv: Add support for Spherical Video elementsJames Almer
2017-03-07mov: Export bounds and padding from spherical metadataVittorio Giovara
2017-03-07spherical: Add tiled equirectangular type and projection-specific propertiesVittorio Giovara
2017-03-07mov: Validate cubemap layoutVittorio Giovara
2017-03-07mov: Validate spherical metadata versionVittorio Giovara
2017-03-07mov: Ignore old spherical metadata when newer version is presentVittorio Giovara
2017-03-07mov: Fix spherical metadata_source parsingAaron Colwell
2017-03-01Add Apple Pixlet decoderPaul B Mahol
2017-02-28rtsp: Lazily set up the pollfd array onceLuca Barbato
2017-02-27rtsp: Lazily allocate the pollfd arrayLuca Barbato
2017-02-27rtsp: Move the pollfd setup out of the for loopLuca Barbato
2017-02-27rtsp: Factor out packet readingLuca Barbato
2017-02-25apetag: account for header size if present when returning the start positionJames Almer
2017-02-25apetag: fix flag value to signal footer presenceJames Almer
2017-02-24asfdec: fix reading files larger than 2GBJohn Stebbins
2017-02-22matroskaenc: factor ts_offset into block timecode computationJohn Stebbins
2017-02-20dv: Don't return EIO upon EOFJohn Stebbins
2017-02-15asfdec: Account for different Format Data sizesAlexandra Hájková
2017-02-15mov: Do not try to parse multiple stsd for the same trackLuca Barbato
2017-02-11Use the new AVIOContext destructor.Anton Khirnov
2017-02-11avio: add a destructor for AVIOContextAnton Khirnov
2017-02-11mov: Rework stsc index validationVittorio Giovara
2017-02-10hlsenc: Correctly write down all 16 bytes in hexLuca Barbato
2017-02-07Use bitstream_init8() where appropriateDiego Biurrun
2017-02-04asfdec: Use the ASF stream count when iteratingJohn Stebbins
2017-02-03rtmp: Correctly handle the Window Acknowledgement Size packetsMartin Storsjö
2017-02-03rtmp: Rename packet types to closer match the specMartin Storsjö
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2017-01-31h261dec: Convert to the new bitstream readerAlexandra Hájková
2017-01-31golomb: Convert to the new bitstream readerDiego Biurrun
2017-01-31mov: Avoid memcmp of uninitialised dataMark Thompson
2017-01-31dashenc: add webm supportPeter Große
2017-01-31dashenc: use avio_dynbuf instead of packet_write callbackPeter Große
2017-01-31dashenc: copy language and role metadata from streams assigned to setsPeter Große
2017-01-31dashenc: default to one AdaptationSet per streamPeter Große
2017-01-31dashenc: allow assigning all streams of a media type to an AdaptationSetPeter Große
2017-01-31dashenc: add support for assigning streams to AdaptationSetsPeter Große
2017-01-31dashenc: calculate stream bitrate from first segment if not availablePeter Große
2017-01-31dashenc: separate segments based on current segment durationPeter Große
2017-01-31dashenc: add option to provide UTC timing sourcePeter Große