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-03latmdec: fix audio specific config parsingJanne Grunau
2011-12-02Do not memcpy raw video frames when using null muxerMans Rullgard
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-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-01pmpdec: don't use deprecated av_set_pts_info.Anton Khirnov
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-01rtpdec: Templatize the code for different g726 bitrate variantsMartin Storsjö
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-30matroskadec: don't set codec timebase.Anton Khirnov
2011-11-30rmdec: don't set codec timebase.Anton Khirnov
2011-11-30lavf: estimate frame duration from r_frame_rate.Anton Khirnov
2011-11-28adtsenc: Check frame size.Alex Converse
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
2011-11-28md5proto: Fix order of operations.Alex Converse
2011-11-27musepack: fix signed shift overflow in mpc_read_packet()Mans Rullgard
2011-11-27mov: Make format string match variable type.Alex Converse
2011-11-27Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev
2011-11-27adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles
2011-11-27avformat: add CRI ADX format demuxerJustin Ruggles
2011-11-27adx: add an ADX parser.Justin Ruggles
2011-11-26sol: use AV_RL32 instead of raw pointer castMans Rullgard
2011-11-25nullenc: drop AVFMT_RAWPICTURE from the flagsLuca Barbato
2011-11-24cdg: skip packets that don't contain a cdg command.Justin Ruggles
2011-11-24crcenc: add flagsAnton Khirnov
2011-11-23md5enc: add flagsAnton Khirnov
2011-11-22mov: Remove some redundant and obsolete comments.Alex Converse
2011-11-22doxy: structure libavformat groupsLuca Barbato
2011-11-22pthread: do not touch has_b_framesJanne Grunau
2011-11-20httpproxy: Specify the object files needed in the MakefileMartin Storsjö
2011-11-18rtmp: do not hardcode invoke numbersJosh Allmann
2011-11-18avio: Mark the old interrupt callback mechanism as deprecatedMartin Storsjö
2011-11-18applehttp: Fix seeking in streams not starting at DTS=0Panagiotis H.M. Issaris
2011-11-18http: Don't use the normal http proxy mechanism for httpsMartin Storsjö
2011-11-18tls: Handle connection via a http proxyMartin Storsjö
2011-11-18http: Reorder two code blocksMartin Storsjö
2011-11-18http: Add a new protocol for opening connections via http proxiesMartin Storsjö