30993 Commits (ea0323b0fad2a0f2884329105a52f694f3a327cd)
 

Author SHA1 Message Date
Martin Storsjö 9f1dae944e http: Add a new protocol for opening connections via http proxies 13 years ago
Martin Storsjö bf7723a640 http: Split out the non-chunked buffer reading part from http_read 13 years ago
Matthew Hoops ddf9b510e7 segafilm: add support for raw videos 13 years ago
John Brooks 525c5b08fb rtpdec: only use RTCP for PTS when synchronizing multiple streams 13 years ago
John Brooks 12348ca25e rtpdec: unwrap RTP timestamps for PTS calculation 13 years ago
Alex Converse bb4b0ad83b vp5: Fix illegal read. 13 years ago
Thierry Foucu e0966eb140 vp6: Fix illegal read. 13 years ago
Martin Storsjö 92db95e9ca tls: Use TLSv1_client_method for OpenSSL 13 years ago
Martin Storsjö 268fb3f985 mpegaudiodec: Don't use a nonexistent log context for av_dlog 13 years ago
Martin Storsjö 18579f08e7 avformat: Accept the ISO8601 separate format as input, too 13 years ago
Martin Storsjö 4a83541650 avformat: Interpret times in ff_iso8601_to_unix_time as UTC 13 years ago
Martin Storsjö 627067118c avutil: Add av_timegm as a public function 13 years ago
Mike Melanson 747283a078 cinepak: Add another special case so that it can handle the following file: 13 years ago
Kostya Shishkov ffc638c283 lagarith: add some RGBA decoding support 13 years ago
Nathan Caldwell 39616fc307 lagarith: Add correct line prediction for RGB 13 years ago
Mans Rullgard 52767d891c lavf: fix multiplication overflow in avformat_find_stream_info() 13 years ago
Justin Ruggles f1d1516e55 cosmetics: indentation 13 years ago
Justin Ruggles 1158745a2d mpegaudiodec: init static tables in AVCodec.init_static_data() 13 years ago
Mans Rullgard 3f5d6a665a binkvideo: simplify and remove invalid shifts 13 years ago
Luca Barbato 2625b621ce pulse: compute frame_duration once and fix it 13 years ago
Luca Barbato caf27e37b6 lavf: simplify format_child_class_next() 13 years ago
Sebastien Zwickert ac3dbb4d58 hwaccel: OS X Video Decoder Acceleration (VDA) support. 13 years ago
Janne Grunau d8a091698a doc: add support for an optional navigation bar in texi2html pages 13 years ago
Anton Khirnov 32caa7b13c lavf: pass options from AVFormatContext to avio. 13 years ago
Martin Storsjö 9d77a8faf9 avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards 13 years ago
Martin Storsjö 1dee0aca74 avio: add avio_open2, taking an interrupt callback and options 13 years ago
Anton Khirnov ddffc2fdc3 avio: add support for passing options to protocols. 13 years ago
Anton Khirnov 163a31136d avio: add and use ffurl_protocol_next(). 13 years ago
Martin Storsjö 6ef350c16b avformat: Pass the interrupt callback on to chained muxers/demuxers 13 years ago
Martin Storsjö 6f1b7b3944 avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc 13 years ago
Martin Storsjö 9957cdbfd5 avformat: Use ff_check_interrupt 13 years ago
Martin Storsjö c4a090ddb5 avio: Add an internal utility function for checking the new interrupt callback 13 years ago
Martin Storsjö 6aa0b98fb2 avio: Add AVIOInterruptCB 13 years ago
Luca Barbato 58b68d6b36 texi2html: remove stray \n 13 years ago
Luca Barbato 84fb63ed23 doc: prettyfy the texi2html documentation 13 years ago
Ronald S. Bultje 8283f90a52 swscale: handle unaligned buffers in yuv2plane1 13 years ago
Janne Grunau 29ae0565d9 vble: remove vble_error_close 13 years ago
Derek Buitenhuis c433a3f9a5 VBLE Decoder 13 years ago
Justin Ruggles b656c4d08e tta: use an integer instead of a pointer to iterate output samples 13 years ago
Justin Ruggles 5c210e2cb9 shorten: do not modify samples pointer when interleaving 13 years ago
Justin Ruggles befc473c00 mpc7: only support stereo input. 13 years ago
Justin Ruggles 8dbc6d03c0 dpcm: do not try to decode empty packets 13 years ago
Justin Ruggles e79da63282 dpcm: remove unneeded buf_size==0 check. 13 years ago
Justin Ruggles 9d06037d48 twinvq: add SSE/AVX optimized sum/difference stereo interleaving 13 years ago
Justin Ruggles 7b966566da vqf/twinvq: pass vqf COMM chunk info in extradata 13 years ago
Justin Ruggles ca482ce420 vqf: do not set bits_per_coded_sample for TwinVQ. 13 years ago
Justin Ruggles a8a6da4a0e twinvq: check for allocation failure in init_mdct_win() 13 years ago
Sean McGovern 124e56454d swscale: add padding to conversion buffer. 13 years ago
John Brooks b8a1b880ee rtpdec: Simplify finalize_packet 13 years ago
Martin Storsjö b911518d1c http: Handle proxy authentication 13 years ago