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
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
2015-07-13mp3: Forward seeking errorsLuca Barbato
2015-07-13asfdec: prevent memory leaks found with Coverity ScanAlexandra Hájková
2015-07-12asfdec: always reset packet state after seekingHendrik Leppkes
2015-07-11riff: Validate bitrateAndreas Cadhalpun
2015-07-11mp3: Make the seek more robustLuca Barbato
2015-07-11riff: Use the correct logging contextLuca Barbato
2015-07-10asfdec: Fix reading from the pipeAlexandra Hájková
2015-07-09lavf/hevc: pad the RBSP buffer as required by the bistream readerAnton Khirnov
2015-07-04mpjpeg: Write the Content-lengthFrank Heckenbach
2015-07-04mpjpeg: Simplify using avio_printfLuca Barbato
2015-07-03lavc: Move deprecation warning disabling to files including the tableVittorio Giovara
2015-07-03asfdec: prevent the infinite loop in detect unknown_subobjectAlexandra Hájková
2015-07-03asfdec: prevent possible memory leak in the asf_read_metadata_objAlexandra Hájková
2015-07-01mov: Log format rather than fourcc in stsd in trace modeVittorio Giovara
2015-07-01mov: Adjust variable types to fix format warningsVittorio Giovara
2015-07-01dump: Use the correct abs() versionVittorio Giovara
2015-06-30mov: Preserve the metadata even when bit-exactness is requestedLuca Barbato