34024 Commits (112971af2667b11e8bd3d3d7e6629a0fa8b8151c)
 

Author SHA1 Message Date
Samuel Pitoiset 46743a859c rtmp: Don't send every flv packet in a separate HTTP request in RTMPT 13 years ago
Martin Storsjö bbc8038614 rtsp: Send mode=record instead of mode=receive 13 years ago
Ronald S. Bultje db28b01dcf dirac: replace compound literal with normal initialiser 13 years ago
Justin Ruggles f61ce90caa lavr: add x86-optimized functions for mixing 1-to-2 s16p with flt coeffs 13 years ago
Justin Ruggles 29f7490c46 lavr: add x86-optimized functions for mixing 1-to-2 fltp with flt coeffs 13 years ago
John Stebbins 3971be0eb5 Add Dolby/DPLII downmix support to libavresample 13 years ago
Mans Rullgard 9fcda25e35 vorbisdec: replace div/mod in loop with a counter 13 years ago
Mans Rullgard 7457ebee3a fate: vorbis: add 5.1 surround test 13 years ago
Martin Storsjö d77f4afa98 rtpenc: Allow requesting H264 RTP packetization mode 0 13 years ago
Martin Storsjö becc3c629b configure: Sort the library listings in the help text alphabetically 13 years ago
Ronald S. Bultje d9669eab0b dwt: remove variable-length arrays 13 years ago
Samuel Pitoiset 8e50c57dcb RTMPT protocol support 13 years ago
Martin Storsjö 35127bf156 http: Properly handle chunked transfer-encoding for replies to post data 13 years ago
Martin Storsjö eb564b23a3 http: Fail reading if the connection has gone away 13 years ago
Martin Storsjö eb3918c1fd amr: Mark an array const 13 years ago
Martin Storsjö 634e874de5 amr: More space cleanup 13 years ago
Martin Storsjö e9ef88fbd2 rtpenc: Fix memory leaks in the muxer open function 13 years ago
Martin Storsjö 5f26d4d448 amr: Cosmetic cleanup 13 years ago
Martin Storsjö 44fdf37c94 mov_chan: Fix operator precedence by adding parentheses 13 years ago
Diego Biurrun f404c7dcd7 doc: Add missing protocols to list of supported protocols. 13 years ago
Jordi Ortiz a7cc78cb11 tcp: Check the listen call 13 years ago
Anton Khirnov ae702edf43 flacdec: read attached pictures. 13 years ago
Anton Khirnov a5db8e4a1a lavf: don't segfault when a NULL filename is passed to avformat_open_input() 13 years ago
Janne Grunau fbc5740566 af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64 13 years ago
Janne Grunau 1cdcf043ca segment: remove unnecessary <strings.h> include 13 years ago
Mans Rullgard 16b8525963 fate: add snow hpel tests 13 years ago
Diego Biurrun d246c18ea6 Avoid C99 variable declarations within for statements. 13 years ago
Samuel Pitoiset 7dc747f50b rtmp: Read and handle incoming packets while writing data 13 years ago
Luca Barbato d2d193c9b6 doc: document THREAD_TYPE fate variable 13 years ago
Martin Storsjö d1beee0701 rtpdec: Don't require frames to start with a Mode A packet 13 years ago
Anton Khirnov 9034b0ed66 avconv: don't try to free threads that were not initialized. 13 years ago
Samuel Pitoiset 8517e9c476 rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time 13 years ago
Samuel Pitoiset 9477c035a7 rtmp: Set the client buffer time to 3s instead of 0.26s 13 years ago
Samuel Pitoiset c2d38beab2 rtmp: Handle server bandwidth packets 13 years ago
Samuel Pitoiset 9ff930aace rtmp: Display a verbose message when an unknown packet type is received 13 years ago
Anton Khirnov 9cdf74f904 lavfi/audio: use av_samples_copy() instead of custom code. 13 years ago
Anton Khirnov ce03b0881a configure: add all filters hardcoded into avconv to avconv_deps 13 years ago
Anton Khirnov 24b2f4ed21 avfiltergraph: remove a redundant call to avfilter_get_by_name(). 13 years ago
Anton Khirnov 2f296e39a1 lavfi: allow building without swscale. 13 years ago
Diego Biurrun a488028362 build: Do not delete tests/vsynth2 directory, which is no longer created. 13 years ago
Anton Khirnov 9baeff9506 lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs 13 years ago
Anton Khirnov 9d0bfc5052 lavfi: make AVFilterPad opaque after two major bumps. 13 years ago
Anton Khirnov 84b9fbe055 lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name(). 13 years ago
Anton Khirnov 6d58358a3a lavfi: make avfilter_get_video_buffer() private on next bump. 13 years ago
Sean McGovern 8772997d10 jack: update to new latency range API as the old one has been deprecated 13 years ago
Martin Storsjö 0533868642 rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r 13 years ago
Diego Biurrun af10feadc2 ppc: Rename H.264 optimization template file for consistency. 13 years ago
Anton Khirnov d625136877 lavfi: add channelsplit audio filter. 13 years ago
Justin Ruggles 4795362660 golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls() 13 years ago
Ronald S. Bultje 404410a53a sws: fix planar RGB input conversions for 9/10/16 bpp. 13 years ago