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-12-02doc: improve general documentation for MacOSXLuca Barbato
2011-12-02asf: use packet dts as approximation of ptsJohn Stebbins
2011-12-02asf: do not call av_read_frameLuca Barbato
2011-12-02rtsp: Initialize the media_type_mask in the rtp guessing demuxerMartin Storsjö
2011-12-02Cleaned up alacenc.cNathan Adil Maxson
2011-12-02rtpenc: Add support for G726 audioMartin Storsjö
2011-12-02rtpdec: Interpret the different G726 names as bits_per_coded_sampleMartin Storsjö
2011-12-02rtpenc: Change rtp_send_samples to handle sample sizes other than even bytesMartin Storsjö
2011-12-02rtpenc: Cast a rescaling parameter to int64_tMartin Storsjö
2011-12-02h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje
2011-12-01ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard
2011-12-01ARM: NEON put/avg_pixels8/16 cosmeticsMans Rullgard
2011-12-01ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard
2011-12-01ARM: clean up NEON put/avg_pixels macrosMans Rullgard
2011-12-01fate: split acodec-pcm into individual testsJustin Ruggles
2011-12-01swscale: #include "libavutil/mathematics.h"Reinhard Tartler
2011-12-01pmpdec: don't use deprecated av_set_pts_info.Anton Khirnov
2011-12-01rv34: align temporary block of "dct" coefsMans Rullgard
2011-12-01Add PlayStation Portable PMP format demuxerReimar Döffinger
2011-12-01proto: Realign struct initializersMartin Storsjö
2011-12-01proto: Use .priv_data_size to allocate the private contextMartin Storsjö
2011-12-01mmsh: Properly clean up if the second ffurl_alloc failedMartin Storsjö
2011-12-01rtmp: Clean up properly if the handshake failedMartin Storsjö
2011-12-01md5proto: Remove the get_file_handle functionMartin Storsjö
2011-12-01applehttpproto: Use the close function if the open function failsMartin Storsjö
2011-12-01http: Make sure proxyauth is initializedMartin Storsjö
2011-12-01vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b...Michael Niedermayer
2011-12-01vble: remove flags copy, its not used in any speed relevant code.Michael Niedermayer
2011-12-01vble: merge len and val arraysDerek Buitenhuis
2011-12-01vble: remove unused variable len.Michael Niedermayer
2011-12-01rtpdec: Templatize the code for different g726 bitrate variantsMartin Storsjö
2011-12-01rv40: move loop filter to rv34dsp contextJanne Grunau
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-30rtpdec: Add support for G726 audioMiroslav Slugeň
2011-11-30rtpdec: Add an init function that can do custom codec context initializationMartin Storsjö
2011-11-30avconv: make copy_tb on by default.Anton Khirnov
2011-11-30matroskadec: don't set codec timebase.Anton Khirnov
2011-11-30rmdec: don't set codec timebase.Anton Khirnov
2011-11-30avconv: compute next_pts from input packet duration when possible.Anton Khirnov
2011-11-30lavf: estimate frame duration from r_frame_rate.Anton Khirnov
2011-11-30avconv: update InputStream.pts in the streamcopy case.Anton Khirnov
2011-11-29indeo3: check per-plane data buffer against input buffer bounds.Aneesh Dogra
2011-11-29avconv: Handle audio sync for non-S16 sample formats.Alex Converse
2011-11-29pthread: don't increment index on zero-sized packets.Aaron Colwell
2011-11-28adtsenc: Check frame size.Alex Converse
2011-11-28txd: Fix order of operations.Alex Converse
2011-11-28APIchanges: fill in some blanksMans Rullgard
2011-11-28timer: fix misspelling of "decicycles"Mans Rullgard
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
2011-11-28indeo3: cosmeticsKostya Shishkov