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-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
2015-06-30mpegts: Add jpeg2000 stream typeJohn Högberg
2015-06-28riff: Validate the wav header size before trying to parse itLuca Barbato
2015-06-28asf: Do not skip data streamsLuca Barbato
2015-06-28mpjpeg: Check stream allocationLuca Barbato
2015-06-28lavf: Replace the ASF demuxerAlexandra Hájková
2015-06-24segafilm: Remove deplanarization hackPaul B Mahol
2015-06-24PCM signed 16-bit big-endian planar decoderPaul B Mahol
2015-06-22DirectDraw Surface image decoderVittorio Giovara
2015-06-22Hap decoder and encoderVittorio Giovara
2015-06-22udp: Fix local_port managementLuca Barbato
2015-06-20mp3: enable packed main_data decoding in MP4nu774
2015-06-15nut: Drop doxygen markersLuca Barbato
2015-06-15riff: Add MNM4 FourCC as mpeg4Vittorio Giovara
2015-06-14tls_gnutls: fix hang on disconnectionwm4
2015-06-12flv: Name an enum and use its typeVittorio Giovara
2015-06-12segment: Check open_null_ctx() return valueVittorio Giovara
2015-06-10movenc: fixes a questionable valgrind uninitialized value warningJanne Grunau