summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* latmdec: fix audio specific config parsingJanne Grunau2011-12-03
* Do not memcpy raw video frames when using null muxerMans Rullgard2011-12-02
* asf: use packet dts as approximation of ptsJohn Stebbins2011-12-02
* asf: do not call av_read_frameLuca Barbato2011-12-02
* rtsp: Initialize the media_type_mask in the rtp guessing demuxerMartin Storsjö2011-12-02
* rtpenc: Add support for G726 audioMartin Storsjö2011-12-01
* rtpdec: Interpret the different G726 names as bits_per_coded_sampleMartin Storsjö2011-12-01
* rtpenc: Change rtp_send_samples to handle sample sizes other than even bytesMartin Storsjö2011-12-01
* rtpenc: Cast a rescaling parameter to int64_tMartin Storsjö2011-12-01
* pmpdec: don't use deprecated av_set_pts_info.Anton Khirnov2011-12-01
* Add PlayStation Portable PMP format demuxerReimar Döffinger2011-12-01
* proto: Realign struct initializersMartin Storsjö2011-12-01
* proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-01
* mmsh: Properly clean up if the second ffurl_alloc failedMartin Storsjö2011-12-01
* rtmp: Clean up properly if the handshake failedMartin Storsjö2011-12-01
* md5proto: Remove the get_file_handle functionMartin Storsjö2011-12-01
* applehttpproto: Use the close function if the open function failsMartin Storsjö2011-12-01
* http: Make sure proxyauth is initializedMartin Storsjö2011-12-01
* rtpdec: Templatize the code for different g726 bitrate variantsMartin Storsjö2011-11-30
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* rtpdec: Add support for G726 audioMiroslav Slugeň2011-11-30
* rtpdec: Add an init function that can do custom codec context initializationMartin Storsjö2011-11-30
* matroskadec: don't set codec timebase.Anton Khirnov2011-11-30
* rmdec: don't set codec timebase.Anton Khirnov2011-11-30
* lavf: estimate frame duration from r_frame_rate.Anton Khirnov2011-11-30
* adtsenc: Check frame size.Alex Converse2011-11-28
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
* md5proto: Fix order of operations.Alex Converse2011-11-27
* musepack: fix signed shift overflow in mpc_read_packet()Mans Rullgard2011-11-27
* mov: Make format string match variable type.Alex Converse2011-11-26
* Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev2011-11-26
* adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles2011-11-26
* avformat: add CRI ADX format demuxerJustin Ruggles2011-11-26
* adx: add an ADX parser.Justin Ruggles2011-11-26
* sol: use AV_RL32 instead of raw pointer castMans Rullgard2011-11-26
* nullenc: drop AVFMT_RAWPICTURE from the flagsLuca Barbato2011-11-25
* cdg: skip packets that don't contain a cdg command.Justin Ruggles2011-11-23
* crcenc: add flagsAnton Khirnov2011-11-23
* md5enc: add flagsAnton Khirnov2011-11-23
* mov: Remove some redundant and obsolete comments.Alex Converse2011-11-22
* doxy: structure libavformat groupsLuca Barbato2011-11-22
* pthread: do not touch has_b_framesJanne Grunau2011-11-22
* httpproxy: Specify the object files needed in the MakefileMartin Storsjö2011-11-20
* rtmp: do not hardcode invoke numbersJosh Allmann2011-11-18
* avio: Mark the old interrupt callback mechanism as deprecatedMartin Storsjö2011-11-18
* applehttp: Fix seeking in streams not starting at DTS=0Panagiotis H.M. Issaris2011-11-18
* http: Don't use the normal http proxy mechanism for httpsMartin Storsjö2011-11-18
* tls: Handle connection via a http proxyMartin Storsjö2011-11-18
* http: Reorder two code blocksMartin Storsjö2011-11-18
* http: Add a new protocol for opening connections via http proxiesMartin Storsjö2011-11-18