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
2011-07-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-07adts: Fix PCE copying.Alex Converse
2011-07-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-06Fix av_open_input_stream with uninitialized context pointer.Reimar Döffinger
2011-07-06lavf: deprecate AVStream.quality.Anton Khirnov
2011-07-06bink: pass Bink version to audio decoder through extradata instead of codec_tag.Kostya
2011-07-06Support fourcc YV24.ami_stuff
2011-07-06Support extension jls for jpeg-ls.Carl Eugen Hoyos
2011-07-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-05Add some missing mathematics.h #includes for av_rescale().Diego Biurrun
2011-07-05mxfenc: fix ignored drop flag in binary timecode representation.Clément Bœsch
2011-07-05mxfenc: fix ignored drop flag in binary timecode representation.Clément Bœsch
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04ogg: propagate return values and return more meaningful error valuesNicolas George
2011-07-04oggdec: Abort Ogg header parsing when encountering a data packet.Reimar Döffinger
2011-07-04mxfenc: small typo fixClément Bœsch
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include log.h in avutil.hMans Rullgard
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-07-04Remove return statements following infinite loops without breakMans Rullgard
2011-07-04RTSP: Doxygen comment cleanupDiego Biurrun
2011-07-03doxygen: Escape '\' in Doxygen documentation.Diego Biurrun
2011-07-03doxygen: Fix parameter names to match the function prototypes.Diego Biurrun
2011-07-03Move some conditionally used code below the appropriate #ifdef.Diego Biurrun
2011-07-03avidec: simplify convoluted flow in avi_load_index()Mans Rullgard
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02libavformat: Add an example how to use the metadata APIReinhard Tartler
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-07-02ALSA demuxer: use av_gettime and a timefilter.Nicolas George
2011-07-02avformat: doxify the Metadata APIReinhard Tartler
2011-07-02lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format.Anton Khirnov
2011-07-02lavf: use the correct pointer in av_open_input_stream().Anton Khirnov
2011-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02avidec: infer absolute vs relative index from first packetAlex Converse
2011-07-01avidec: Factor out the sync fucntionality.Alex Converse
2011-07-01matroskadec: matroska_read_seek after after EBML_STOP leads to failure.John Stebbins
2011-07-01lavf: bump minor and add APIchanges entry for av_get_output_timestampNicolas George
2011-07-01lavf: add an API to get output timestamps.Nicolas George
2011-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-30doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler
2011-06-30Add support for aac streams in mp4/mov without extradata.Benjamin Larsson
2011-06-30udp: Fix a compilation warningMartin Storsjö
2011-06-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-30matroskadec: forward parsing errors to caller.Ami Fischman
2011-06-30av_find_stream_info: simplify EAGAIN handling.Ami Fischman
2011-06-29ogg: fix double free when finding length of small chained oggs.Ronald S. Bultje
2011-06-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard