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
2009-05-16Fix the M bit for multi-packet NALs.Yao Peter
2009-05-16oma: fix build if memcmp() is a macroMåns Rullgård
2009-05-16move increment after debug printBaptiste Coudurier
2009-05-15write 'stps' for mpeg-2 open gop in .movBaptiste Coudurier
2009-05-15free Track and unset priv_data to avoid double free, fix memleakBaptiste Coudurier
2009-05-15reindentBaptiste Coudurier
2009-05-15remove unneeded length checksBaptiste Coudurier
2009-05-15use flags field and remove key_frame fieldBaptiste Coudurier
2009-05-15change cts type to int, save some spaceBaptiste Coudurier
2009-05-14Use skip_bits_long() for large skipsDavid Conrad
2009-05-14Add PCE support to the ADTS muxer.Alex Converse
2009-05-13parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier
2009-05-13align and update doxygenBaptiste Coudurier
2009-05-13remove commentBaptiste Coudurier
2009-05-13Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier
2009-05-13factorize av_set_pts_infoBaptiste Coudurier
2009-05-13cosmetics, alignmentBaptiste Coudurier
2009-05-13Fix bandwith vs. bandwiDth typo.Diego Biurrun
2009-05-13v210 mov fourccBaptiste Coudurier
2009-05-12v210 avi fourcc, v210_720p.aviBaptiste Coudurier
2009-05-12Per-stream language-tags extraction in asfdec.Cyril Comparon
2009-05-11Use chroma_sample_location in reading/writing yuv4mpegDavid Conrad
2009-05-11move free data in the video caseBaptiste Coudurier
2009-05-11write a single pes for video frames, some proprietary player needs itBaptiste Coudurier
2009-05-11rgb555le, rgb565le, rgb565be, bgr24 in .mov muxingBaptiste Coudurier
2009-05-11bgra in .mov muxingBaptiste Coudurier
2009-05-11correct pixfmt for argbBaptiste Coudurier
2009-05-11rgba in .mov muxingBaptiste Coudurier
2009-05-10Remove unused code found by CSABenjamin Larsson
2009-05-10ensure first pts is set, according to specsBaptiste Coudurier
2009-05-10remove useless max_payload_size variableBaptiste Coudurier
2009-05-10do not write dts if pts is not setBaptiste Coudurier
2009-05-10fix total bitrate computation, based on patch by corp186, chasedouglas at gma...Baptiste Coudurier
2009-05-07Warning fix: Make ogg_stream.codec constDaniel Verkamp
2009-05-07Add 8088flex TMV file demuxer.Daniel Verkamp
2009-05-06Add floating point audio decoding to WavPack decoder.Laurent Aimar
2009-05-05dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034Baptiste Coudurier
2009-05-05more dvcprohd .mov fourcc, see #1034Baptiste Coudurier
2009-05-03Remove dead assignments found by CSABenjamin Larsson
2009-04-28Convert names to the FFmpeg style.Stefano Sabatini
2009-04-27Add avlanguage helpers in libavformat.Cyril Comparon
2009-04-23avoid possibly uninitialized return valueIvo van Poorten
2009-04-22NSV : Add TOC2 parsing and seeking support.Jai Menon
2009-04-22It should be #if, not #ifdefAndreas Öman
2009-04-22Require 4 instead of 3 frames for detecting mp3,Michael Niedermayer
2009-04-22Add raw MLP muxer.Ramiro Polla
2009-04-21Fix crash when receiving from SDPLuca Abeni
2009-04-20Add zygo fourcc.Michael Niedermayer
2009-04-19Mark gsize variable as av_unused, fixes the warning:Diego Biurrun
2009-04-19Revert previous removal of gsize variable. It breaks seeking.Diego Biurrun