33833 Commits (97ce1ba8673636c96d3cc002bb76221c60324d95)
 

Author SHA1 Message Date
Justin Ruggles 97ce1ba867 lavr: Add x86-optimized functions for s32 to flt conversion 13 years ago
Justin Ruggles 5904f25b9f lavr: Add x86-optimized functions for s32 to s16 conversion 13 years ago
Justin Ruggles d721f67d0a lavr: Add x86-optimized functions for s16 to flt conversion 13 years ago
Justin Ruggles 1168e29df1 lavr: Add x86-optimized function for s16 to s32 conversion 13 years ago
Martin Storsjö 579fd87b46 rtpenc: Support packetizing iLBC 13 years ago
Martin Storsjö 89c3960544 rtpdec: Add a depacketizer for iLBC 13 years ago
Martin Storsjö a2b251a05e Implement the iLBC storage file format 13 years ago
Martin Storsjö 9e74db6850 mov: Support muxing/demuxing iLBC 13 years ago
Martin Storsjö 3641b0489c Add support for iLBC decoding/encoding via the external library libilbc 13 years ago
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