31118 Commits (94267ddfb25ccb6ebd9f22249894586279499aea)
 

Author SHA1 Message Date
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
Martin Storsjö b01f5ba207 http: Print an error message for Authorization Required, too 13 years ago
Anton Khirnov e1e22851c1 AVOptions: don't return an invalid option when option list is empty 13 years ago
Mike Melanson 45fcb86cf8 AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio) 13 years ago
Luca Barbato 299809defb doc: update libavfilter documentation 13 years ago
Martin Storsjö 371d15ec36 tls: Use the URLContext as logging context 13 years ago
Alex Converse c9e5ac3380 aes: Avoid illegal read and don't generate more key than we use. 13 years ago
Alex Converse 88b2436911 mpc7: Fix memset call in mpc7_decode_frame function 13 years ago
Justin Ruggles 164fca39bd atrac1: use correct context for av_log() 13 years ago
Justin Ruggles c298b2b8db apedec: consume the whole packet when copying to the decoder buffer. 13 years ago
Justin Ruggles de157f2118 apedec: do not needlessly copy s->samples to nblocks. 13 years ago
Justin Ruggles 4315c7d35a apedec: check output buffer size after calculating actual output size 13 years ago
Justin Ruggles ad17207b51 apedec: remove unneeded entropy decoder normalization. 13 years ago
Justin Ruggles 59f4d1b8bb truespeech: use memmove() in truespeech_update_filters() 13 years ago
Justin Ruggles 41899b9acb vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check 13 years ago
Justin Ruggles e551a6f49a vorbisdec: remove unneeded buf_size==0 check 13 years ago
Justin Ruggles f666276fa6 vorbisdec: return proper error codes instead of made-up ones 13 years ago
Martin Storsjö f2d0015531 http: Don't add a Range: bytes=0- header for POST 13 years ago
Laurent Aimar 2305742b2a sunrast: Check for invalid/corrupted bitstream 13 years ago
Martin Storsjö 6149485f6c http: Change the chunksize AVOption into chunked_post 13 years ago
Anton Khirnov a251928060 http: Add encoding/decoding flags to the AVOptions 13 years ago
Anton Khirnov 492cc1bef3 avconv: remove some codec-specific hacks 13 years ago
Anton Khirnov dc86ca1ab5 crypto: add decoding flag to options. 13 years ago
Anton Khirnov 34ff0e2915 tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCK 13 years ago
Anton Khirnov 3b384502f2 http: use different classes for http and https. 13 years ago
Martin Storsjö 8ef79f42ca http: Change an error log message to a warning 13 years ago