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
2010-07-19aviobuf: Do short seeks forward by reading and skipping data instead of a pro...Reinhard Tartler
2010-06-29Add VP80 fourccGoogle
2010-06-26Doxygen av_codec_get_id() and av_codec_get_tag().Reinhard Tartler
2010-06-15Add compatibility wrappers for functions moved from lavf to lavcReinhard Tartler
2010-06-15revert r23610, better patch is pendingReinhard Tartler
2010-06-15add symver hacks for gnu linkersReinhard Tartler
2010-06-09Add WebM muxerJames Zern
2010-05-29Samsung uses SIPP as FourCC for MPEG-4 ASP.Reinhard Tartler
2010-05-29matroska: Add V_VP8Google
2010-05-29Display a more descriptive log message when probe buffer limit is Reinhard Tartler
2010-05-29matroskaenc: Write codec time base as default duration for video tracks.Reinhard Tartler
2010-05-28Reduce the score for the aea demuxer probing function.Reinhard Tartler
2010-05-28Fix detection of some stereo atrac files by not comparing theReinhard Tartler
2010-05-28write 3gp perf tag for artist metadataReinhard Tartler
2010-05-28change author metadata to artist in mov de/muxerReinhard Tartler
2010-05-25matroskaenc: Don't write track timecode scaleReinhard Tartler
2010-05-25matroskadec: Allow unknown EBML doctypeReinhard Tartler
2010-05-25matroskadec: Support webm doctypeJames Zern
2010-05-24Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the manyDiego Biurrun
2010-05-23In ogg muxer, pack multiple frames into one page, much lower overheadReinhard Tartler
2010-05-22Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINTMartin Storsjö
2010-05-22Use a heuristic for describing the RTP packets using sample dataMartin Storsjö
2010-05-22Add initial support for RTP hinting in the mov muxerMartin Storsjö
2010-05-22Make mov_write_packet non-static, add ff_ prefixMartin Storsjö
2010-05-22Move the mov muxer structures to a separate headerMartin Storsjö
2010-05-22Add a flag for enabling RTP hintingMartin Storsjö
2010-05-22Make ff_sdp_write_media a lavf-internal functionMartin Storsjö
2010-05-22Disable non interleaved avi code when there is no index available.Reinhard Tartler
2010-05-22Fix a crash when opening WMS RTSP streamsReinhard Tartler
2010-05-22In ts demuxer, output pes packet as soon as they are complete.Janne Grunau
2010-05-22set avg frame rate in mkv demuxerReinhard Tartler
2010-05-21Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.Reinhard Tartler
2010-05-21Make the nut demuxer issue a more meaningful error message if itReinhard Tartler
2010-05-19Favor chunk size over hitting the correct position after reading the chunk si...Reinhard Tartler
2010-05-19movenc: Write QuickTime chaptersReinhard Tartler
2010-05-19movenc: Swap positions of mov_write_header and mov_write_packetReinhard Tartler
2010-05-19mov: Read nero chaptersReinhard Tartler
2010-05-13update version string in changelogReinhard Tartler
2010-05-05movenc: Write QuickTime chaptersDavid Conrad
2010-05-05movenc: Swap positions of mov_write_header and mov_write_packetDavid Conrad
2010-05-05mov: Read nero chaptersDavid Conrad
2010-05-04Do not use pkt->size when it is potentially uninitialized.Thierry Foucu
2010-05-01Fix off-by-one errors in description of score_max argument forReimar Döffinger
2010-05-01Export av_probe_input_format2.Reimar Döffinger
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2010-04-28Fix FourCC when remuxing VP6F, regression introduced in r22941.Anssi Hannula
2010-04-27Reindent after rr22977.Sebastian Vater
2010-04-27Make the IFF demuxer a little more standards-compliant, e.g. respect the sizeSebastian Vater
2010-04-27Make file_open() return the error code set in errno if open() fails,Stefano Sabatini
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini