| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. | Diego Biurrun | 2011-11-28 | 8 | -13/+0 |
* | md5proto: Fix order of operations. | Alex Converse | 2011-11-27 | 1 | -1/+1 |
* | musepack: fix signed shift overflow in mpc_read_packet() | Mans Rullgard | 2011-11-27 | 1 | -3/+3 |
* | mov: Make format string match variable type. | Alex Converse | 2011-11-26 | 1 | -2/+2 |
* | Generalize RIFF INFO tag support; support reading INFO tag in wav | Victor Vasiliev | 2011-11-26 | 8 | -73/+102 |
* | adx: rename ff_adx_decode_header() to avpriv_adx_decode_header() | Justin Ruggles | 2011-11-26 | 1 | -2/+3 |
* | avformat: add CRI ADX format demuxer | Justin Ruggles | 2011-11-26 | 4 | -1/+113 |
* | adx: add an ADX parser. | Justin Ruggles | 2011-11-26 | 1 | -0/+1 |
* | sol: use AV_RL32 instead of raw pointer cast | Mans Rullgard | 2011-11-26 | 1 | -3/+2 |
* | nullenc: drop AVFMT_RAWPICTURE from the flags | Luca Barbato | 2011-11-25 | 1 | -1/+1 |
* | cdg: skip packets that don't contain a cdg command. | Justin Ruggles | 2011-11-23 | 1 | -1/+8 |
* | crcenc: add flags | Anton Khirnov | 2011-11-23 | 2 | -0/+2 |
* | md5enc: add flags | Anton Khirnov | 2011-11-23 | 1 | -0/+2 |
* | mov: Remove some redundant and obsolete comments. | Alex Converse | 2011-11-22 | 1 | -21/+0 |
* | doxy: structure libavformat groups | Luca Barbato | 2011-11-22 | 1 | -0/+34 |
* | pthread: do not touch has_b_frames | Janne Grunau | 2011-11-22 | 1 | -5/+0 |
* | httpproxy: Specify the object files needed in the Makefile | Martin Storsjö | 2011-11-20 | 1 | -0/+1 |
* | rtmp: do not hardcode invoke numbers | Josh Allmann | 2011-11-18 | 1 | -4/+5 |
* | avio: Mark the old interrupt callback mechanism as deprecated | Martin Storsjö | 2011-11-18 | 3 | -2/+17 |
* | applehttp: Fix seeking in streams not starting at DTS=0 | Panagiotis H.M. Issaris | 2011-11-18 | 1 | -1/+9 |
* | http: Don't use the normal http proxy mechanism for https | Martin Storsjö | 2011-11-18 | 1 | -0/+1 |
* | tls: Handle connection via a http proxy | Martin Storsjö | 2011-11-18 | 1 | -0/+17 |
* | http: Reorder two code blocks | Martin Storsjö | 2011-11-18 | 1 | -7/+8 |
* | http: Add a new protocol for opening connections via http proxies | Martin Storsjö | 2011-11-18 | 3 | -1/+117 |
* | http: Split out the non-chunked buffer reading part from http_read | Martin Storsjö | 2011-11-18 | 1 | -19/+25 |
* | segafilm: add support for raw videos | Matthew Hoops | 2011-11-18 | 1 | -1/+14 |
* | rtpdec: only use RTCP for PTS when synchronizing multiple streams | John Brooks | 2011-11-18 | 1 | -1/+1 |
* | rtpdec: unwrap RTP timestamps for PTS calculation | John Brooks | 2011-11-18 | 3 | -1/+10 |
* | tls: Use TLSv1_client_method for OpenSSL | Martin Storsjö | 2011-11-17 | 1 | -1/+1 |
* | avformat: Accept the ISO8601 separate format as input, too | Martin Storsjö | 2011-11-16 | 1 | -3/+8 |
* | avformat: Interpret times in ff_iso8601_to_unix_time as UTC | Martin Storsjö | 2011-11-16 | 1 | -1/+2 |
* | lavf: fix multiplication overflow in avformat_find_stream_info() | Mans Rullgard | 2011-11-15 | 1 | -1/+1 |
* | lavf: simplify format_child_class_next() | Luca Barbato | 2011-11-14 | 1 | -14/+17 |
* | lavf: pass options from AVFormatContext to avio. | Anton Khirnov | 2011-11-13 | 2 | -6/+17 |
* | avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards | Martin Storsjö | 2011-11-13 | 5 | -8/+14 |
* | avio: add avio_open2, taking an interrupt callback and options | Martin Storsjö | 2011-11-13 | 5 | -3/+83 |
* | avio: add support for passing options to protocols. | Anton Khirnov | 2011-11-13 | 18 | -38/+98 |
* | avio: add and use ffurl_protocol_next(). | Anton Khirnov | 2011-11-13 | 2 | -8/+18 |
* | avformat: Pass the interrupt callback on to chained muxers/demuxers | Martin Storsjö | 2011-11-13 | 2 | -0/+3 |
* | avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc | Martin Storsjö | 2011-11-13 | 18 | -40/+67 |
* | avformat: Use ff_check_interrupt | Martin Storsjö | 2011-11-13 | 8 | -10/+13 |
* | avio: Add an internal utility function for checking the new interrupt callback | Martin Storsjö | 2011-11-13 | 2 | -0/+14 |
* | avio: Add AVIOInterruptCB | Martin Storsjö | 2011-11-13 | 3 | -0/+29 |
* | VBLE Decoder | Derek Buitenhuis | 2011-11-11 | 1 | -0/+1 |
* | vqf/twinvq: pass vqf COMM chunk info in extradata | Justin Ruggles | 2011-11-11 | 1 | -3/+11 |
* | vqf: do not set bits_per_coded_sample for TwinVQ. | Justin Ruggles | 2011-11-11 | 1 | -1/+0 |
* | rtpdec: Simplify finalize_packet | John Brooks | 2011-11-11 | 1 | -3/+5 |
* | http: Handle proxy authentication | Martin Storsjö | 2011-11-11 | 2 | -24/+53 |
* | http: Print an error message for Authorization Required, too | Martin Storsjö | 2011-11-11 | 1 | -1/+2 |
* | AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio) | Mike Melanson | 2011-11-11 | 1 | -0/+1 |