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
2015-09-15rtpdec: Increase the max size of the jitter buffer to 500 packetsMartin Storsjö
2015-09-13lavf: Update to the new crypto APIVittorio Giovara
2015-09-12asfdec: add more checks for size left in asf packet bufferAlexandra Hájková
2015-09-10ogg: Do not try to use the parser if it is not presentLuca Barbato
2015-09-06asfdec: alloc enough space for storing name in asf_read_metadata_objAlexandra Hájková
2015-09-06mov: Allow more than one keyframe per trunMartin Storsjö
2015-09-04riff: Add AVj2 fourcc for Avid jpeg2000Vittorio Giovara
2015-09-03mux: Make sure that the data is actually writtenSean McGovern
2015-09-03file: properly forward errors from file_read() and file_write()Sean McGovern
2015-09-02DXV decoderVittorio Giovara
2015-08-28Bump major versions of all librariesVittorio Giovara
2015-08-28Postpone API-incompatible changes until the next bumpVittorio Giovara
2015-08-28lavc: Drop deprecated destruct_packet related functionsVittorio Giovara
2015-08-25webm: Explicitly select libvpx, libopus and libvorbis encodersLuca Barbato
2015-08-25hlsenc: Support outputting specific versionsLuca Barbato
2015-08-16asfdec: prevent the memory leak in the asf_read_metada_objAlexandra Hájková
2015-08-16hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato
2015-08-12movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö
2015-08-10movenc: Place the sidx index after the initial moov/mdat pairMartin Storsjö
2015-08-10movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö
2015-08-10movenc: Check that frag_info entries exist in mov_write_sidx_tagMartin Storsjö
2015-08-04asf: Use time_t where neededLuca Barbato
2015-08-04asfdec: read values properlyAlexandra Hájková
2015-08-02asfdec: prevent the memory leak while reading metadataAlexandra Hájková
2015-07-31asfdec: remove improper assignement that caused wrong timestampsAlexandra Hájková
2015-07-31asfdec: do not export empty metadataAlexandra Hájková
2015-07-31asfdec: free AVDictionaries properly when closing the demuxerAlexandra Hájková
2015-07-30rtsp: Only interpret $ as interleaved packet indicator at the start of repliesMartin Storsjö
2015-07-30hls: Save and forward avio optionsLuca Barbato
2015-07-30http: Add the trailing endlines if they are missingLuca Barbato
2015-07-30rtmpproto: free hmac context properlyJames Almer
2015-07-29rtmpproto: use AVHMAC instead of a custom implementationJames Almer
2015-07-27asfdec: do not align Data Object when Broadcast Flag is setAlexandra Hájková
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27asfdec: interpret the first flag in an asf packet as length flagAlexandra Hájková
2015-07-23asfdec: remove the wrong conditionAlexandra Hájková
2015-07-23asfdec: increment nb_streams right after the stream allocationAlexandra Hájková
2015-07-23asfdec: set nb_streams to 0 in the asf_read_closeAlexandra Hájková
2015-07-22asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0Alexandra Hájková
2015-07-22asfdec: close the demuxer properly when read_header is failingAlexandra Hájková
2015-07-22asfdec: factor out seeking to the Data Object outside whileAlexandra Hájková
2015-07-20Add a quality factor packet side dataVittorio Giovara
2015-07-19asfdec: make nb_sub to be unsigned intAlexandra Hájková
2015-07-19asfdec: read the replicated data in a separate functionAlexandra Hájková
2015-07-19asfdec: convert condition for the replicated data reading to be saferAlexandra Hájková
2015-07-19asfdec: do not read replicated data when their length is 0Alexandra Hájková
2015-07-17Revert "mov: Double-check that alias path is not an absolute path"Vittorio Giovara
2015-07-15mpegts: Mark the muxer as supporting variable fpsLuca Barbato