30917 Commits (ddffc2fdc351d60ca190b016cccff4acff27823f)
 

Author SHA1 Message Date
  Anton Khirnov ddffc2fdc3 avio: add support for passing options to protocols. 14 years ago
  Anton Khirnov 163a31136d avio: add and use ffurl_protocol_next(). 14 years ago
  Martin Storsjö 6ef350c16b avformat: Pass the interrupt callback on to chained muxers/demuxers 14 years ago
  Martin Storsjö 6f1b7b3944 avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc 14 years ago
  Martin Storsjö 9957cdbfd5 avformat: Use ff_check_interrupt 14 years ago
  Martin Storsjö c4a090ddb5 avio: Add an internal utility function for checking the new interrupt callback 14 years ago
  Martin Storsjö 6aa0b98fb2 avio: Add AVIOInterruptCB 14 years ago
  Luca Barbato 58b68d6b36 texi2html: remove stray \n 14 years ago
  Luca Barbato 84fb63ed23 doc: prettyfy the texi2html documentation 14 years ago
  Ronald S. Bultje 8283f90a52 swscale: handle unaligned buffers in yuv2plane1 14 years ago
  Janne Grunau 29ae0565d9 vble: remove vble_error_close 14 years ago
  Derek Buitenhuis c433a3f9a5 VBLE Decoder 14 years ago
  Justin Ruggles b656c4d08e tta: use an integer instead of a pointer to iterate output samples 14 years ago
  Justin Ruggles 5c210e2cb9 shorten: do not modify samples pointer when interleaving 14 years ago
  Justin Ruggles befc473c00 mpc7: only support stereo input. 14 years ago
  Justin Ruggles 8dbc6d03c0 dpcm: do not try to decode empty packets 14 years ago
  Justin Ruggles e79da63282 dpcm: remove unneeded buf_size==0 check. 14 years ago
  Justin Ruggles 9d06037d48 twinvq: add SSE/AVX optimized sum/difference stereo interleaving 14 years ago
  Justin Ruggles 7b966566da vqf/twinvq: pass vqf COMM chunk info in extradata 14 years ago
  Justin Ruggles ca482ce420 vqf: do not set bits_per_coded_sample for TwinVQ. 14 years ago
  Justin Ruggles a8a6da4a0e twinvq: check for allocation failure in init_mdct_win() 14 years ago
  Sean McGovern 124e56454d swscale: add padding to conversion buffer. 14 years ago
  John Brooks b8a1b880ee rtpdec: Simplify finalize_packet 14 years ago
  Martin Storsjö b911518d1c http: Handle proxy authentication 14 years ago
  Martin Storsjö b01f5ba207 http: Print an error message for Authorization Required, too 14 years ago
  Anton Khirnov e1e22851c1 AVOptions: don't return an invalid option when option list is empty 14 years ago
  Mike Melanson 45fcb86cf8 AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio) 14 years ago
  Luca Barbato 299809defb doc: update libavfilter documentation 14 years ago
  Martin Storsjö 371d15ec36 tls: Use the URLContext as logging context 14 years ago
  Alex Converse c9e5ac3380 aes: Avoid illegal read and don't generate more key than we use. 14 years ago
  Alex Converse 88b2436911 mpc7: Fix memset call in mpc7_decode_frame function 14 years ago
  Justin Ruggles 164fca39bd atrac1: use correct context for av_log() 14 years ago
  Justin Ruggles c298b2b8db apedec: consume the whole packet when copying to the decoder buffer. 14 years ago
  Justin Ruggles de157f2118 apedec: do not needlessly copy s->samples to nblocks. 14 years ago
  Justin Ruggles 4315c7d35a apedec: check output buffer size after calculating actual output size 14 years ago
  Justin Ruggles ad17207b51 apedec: remove unneeded entropy decoder normalization. 14 years ago
  Justin Ruggles 59f4d1b8bb truespeech: use memmove() in truespeech_update_filters() 14 years ago
  Justin Ruggles 41899b9acb vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check 14 years ago
  Justin Ruggles e551a6f49a vorbisdec: remove unneeded buf_size==0 check 14 years ago
  Justin Ruggles f666276fa6 vorbisdec: return proper error codes instead of made-up ones 14 years ago
  Martin Storsjö f2d0015531 http: Don't add a Range: bytes=0- header for POST 14 years ago
  Laurent Aimar 2305742b2a sunrast: Check for invalid/corrupted bitstream 14 years ago
  Martin Storsjö 6149485f6c http: Change the chunksize AVOption into chunked_post 14 years ago
  Anton Khirnov a251928060 http: Add encoding/decoding flags to the AVOptions 14 years ago
  Anton Khirnov 492cc1bef3 avconv: remove some codec-specific hacks 14 years ago
  Anton Khirnov dc86ca1ab5 crypto: add decoding flag to options. 14 years ago
  Anton Khirnov 34ff0e2915 tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCK 14 years ago
  Anton Khirnov 3b384502f2 http: use different classes for http and https. 14 years ago
  Martin Storsjö 8ef79f42ca http: Change an error log message to a warning 14 years ago
  Martin Storsjö 7590061eb7 http: Remove the now unused ff_http_set_headers custom function 14 years ago