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-11-27ensure the ASS string in AVSubtitleRect is 0 terminatedAurelien Jacobs
2010-11-26Mobotix .mxg demuxerAnatoly Nenashev
2010-11-23Fix memleak: free palette data on close.Reimar Döffinger
2010-11-23100l, fix missing decrement on split PGS packets.Reimar Döffinger
2010-11-23In h264 decoder, fix decoding when nal end sequence is presentBaptiste Coudurier
2010-11-22Fail RLE decoding if insufficient data for a complete bitmap was decoded.Reimar Döffinger
2010-11-22Support PGS subtitles with RLE data split over mutiple packets.Mark Goodman
2010-11-22fix pointer truncation to int in avpicture_layout()Ramiro Polla
2010-11-22Re-implement avpicture_layout() using pixdesc and imgutils API.Stefano Sabatini
2010-11-22Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_string().Stefano Sabatini
2010-11-21Musepack SV8 supports "mono" files (though it still codes them as stereo),Kostya Shishkov
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-21Remove declaration of function:Stefano Sabatini
2010-11-21Move audio channel API from libavcodec to libavcore.Stefano Sabatini
2010-11-21Fix indentation.Reimar Döffinger
2010-11-21Add explanation and alternative implementation for strange xanReimar Döffinger
2010-11-21WC3/xan: move palette handling to decoder, avoiding need forReimar Döffinger
2010-11-21Add a av_grow_packet function, to be used by code that mergesReimar Döffinger
2010-11-20adpcm: Fix a comment in the trellis heap codeMartin Storsjö
2010-11-19adpcm: Only increment heap_pos after finding a good enough sampleMartin Storsjö
2010-11-19adpcm: Use a hash table to improve checking for duplicate samplesMartin Storsjö
2010-11-19Fix qdm2 decoder packet handling to match the apiBaptiste Coudurier
2010-11-19Order matters, fix test files linking.Stefano Sabatini
2010-11-16Make DNxHD encoder produce files that are strictly VC-3 compatibleBaptiste Coudurier
2010-11-1516l trocadero: Musepack SV7 decoder may skip more than 16 bits at theKostya Shishkov
2010-11-14minor bump and Changelog entry for r25747Aurelien Jacobs
2010-11-14minor bump and APIchanges for r25745Aurelien Jacobs
2010-11-14adpcm: Fix a commentMartin Storsjö
2010-11-13add missing files in previous commit (ASS encoder and decoder)Aurelien Jacobs
2010-11-13add ASS encoder and decoderAurelien Jacobs
2010-11-13allow passing subtitles header between decoder and encoderAurelien Jacobs
2010-11-12Fix visual artifacts in 4XM decoding on big-endian systemVitor Sessak
2010-11-12adpcm: Replace any of the leaf nodes in the heapMartin Storsjö
2010-11-12ReindentMartin Storsjö
2010-11-12adpcm: Store the trellis nodes in a heap instead of a sorted arrayMartin Storsjö
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-1210l: dx shouldn't exist.Alex Converse
2010-11-1210l: vorbisdec: declare dyAlex Converse
2010-11-12vorbisdec: Fix floor1 decodingGregory Maxwell
2010-11-11MJPEG/AVI1 to JPEG/JFIF bitstream filter.Nicolas George
2010-11-11Remove bitrate tolerance from libx264 interfaceJason Garrett-Glaser
2010-11-10In avcodec_pix_fmt_string() use local variable pixdesc rather thanStefano Sabatini
2010-11-10Make avcodec_pix_fmt_string() use the information in the pixel formatStefano Sabatini
2010-11-10Simplify: Remove impossible condition.Nicolas Kaiser
2010-11-10Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini
2010-11-08Reindent after last commit.Thilo Borgmann
2010-11-08Allow clean initialization of lut_status array by changing type to signed int.Thilo Borgmann
2010-11-08Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini
2010-11-07Optimize / simplify avcodec_get_pix_fmt_name() check.Stefano Sabatini
2010-11-07Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string().Stefano Sabatini