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-03aac_latm: reconfigure decoder on audio specific config changesJanne Grunau
2011-12-03latmdec: fix audio specific config parsingJanne Grunau
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-12-03avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles
2011-12-03Update developers documentation with coding conventions.Victor Vasiliev
2011-12-03svq1dec: avoid undefined get_bits(0) callMans Rullgard
2011-12-02ARM: h264dsp_neon cosmeticsMans Rullgard
2011-12-02ARM: make some NEON macros reusableJanne Grunau
2011-12-02Do not memcpy raw video frames when using null muxerMans Rullgard
2011-12-02fate: update asf seektestLuca Barbato
2011-12-02vp8: flush buffers on size changes.Aaron Colwell
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