| Commit message (Expand) | Author | Age | Files | Lines |
* | rtmp: Return proper error code in handle_client_bw | Samuel Pitoiset | 2012-07-25 | 1 | -1/+1 |
* | rtmp: Return proper error codes in handle_chunk_size | Samuel Pitoiset | 2012-07-25 | 1 | -2/+2 |
* | rtmp: Factorize the code by adding handle_invoke | Samuel Pitoiset | 2012-07-25 | 1 | -66/+77 |
* | rtmp: Factorize the code by adding handle_chunk_size | Samuel Pitoiset | 2012-07-25 | 1 | -15/+30 |
* | rtmp: Factorize the code by adding handle_ping | Samuel Pitoiset | 2012-07-25 | 1 | -4/+16 |
* | rtmp: Factorize the code by adding handle_client_bw | Samuel Pitoiset | 2012-07-25 | 1 | -8/+18 |
* | rtmp: Factorize the code by adding handle_server_bw | Samuel Pitoiset | 2012-07-25 | 1 | -6/+17 |
* | rtmp: Add a new option 'rtmp_pageurl' | Samuel Pitoiset | 2012-07-25 | 1 | -0/+7 |
* | rtmp: Make the description of the rtmp_tcurl option more generic | Samuel Pitoiset | 2012-07-25 | 1 | -1/+1 |
* | sctp: add port missing error message | Jordi Ortiz | 2012-07-25 | 1 | -1/+5 |
* | tcp: add port missing error message | Jordi Ortiz | 2012-07-25 | 1 | -2/+5 |
* | rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE code | Martin Storsjö | 2012-07-24 | 2 | -0/+4 |
* | rtmp: Move the CONFIG_ condition into the if conditions | Samuel Pitoiset | 2012-07-24 | 1 | -8/+7 |
* | build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabled | Diego Biurrun | 2012-07-24 | 1 | -0/+1 |
* | rtp: Only choose static payload types if the sample rate and channels are right | Adriano Pallavicino | 2012-07-24 | 1 | -3/+11 |
* | wav: init st to NULL to avoid a false-positive warning. | Clément Bœsch | 2012-07-23 | 1 | -1/+1 |
* | RTMPTE protocol support | Samuel Pitoiset | 2012-07-23 | 5 | -6/+54 |
* | RTMPE protocol support | Samuel Pitoiset | 2012-07-23 | 8 | -8/+913 |
* | rtmp: Add ff_rtmp_calc_digest_pos() | Samuel Pitoiset | 2012-07-23 | 2 | -10/+27 |
* | rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it global | Samuel Pitoiset | 2012-07-23 | 2 | -33/+36 |
* | lavf: use conditional notation for default codec in muxer declarations. | Ronald S. Bultje | 2012-07-22 | 6 | -57/+18 |
* | matroskadec: return more correct error code on read error. | Anton Khirnov | 2012-07-22 | 1 | -1/+2 |
* | Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxer | Kostya Shishkov | 2012-07-22 | 1 | -1/+1 |
* | G.723.1 demuxer and decoder | Mohamed Naufal Basheer | 2012-07-22 | 4 | -1/+88 |
* | rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro. | Ronald S. Bultje | 2012-07-21 | 4 | -4/+4 |
* | mpegenc: remove disabled code | Diego Biurrun | 2012-07-21 | 1 | -116/+0 |
* | cafdec: allow larger ALAC magic cookie | Justin Ruggles | 2012-07-19 | 1 | -1/+1 |
* | avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxer | Justin Ruggles | 2012-07-19 | 4 | -47/+63 |
* | caf: use int64_t for num_packets | Justin Ruggles | 2012-07-19 | 1 | -2/+2 |
* | caf: fix 'pakt' chunk parsing | Justin Ruggles | 2012-07-19 | 1 | -2/+3 |
* | caf: support either old or new style ALAC magic kuki chunk | Justin Ruggles | 2012-07-19 | 1 | -4/+26 |
* | os_support: K&R formatting cosmetics | Diego Biurrun | 2012-07-17 | 1 | -49/+71 |
* | RTMPTS protocol support | Samuel Pitoiset | 2012-07-17 | 5 | -7/+57 |
* | RTMPS protocol support | Samuel Pitoiset | 2012-07-17 | 5 | -1/+27 |
* | rtmp: Rename rtmphttp to ffrtmphttp | Samuel Pitoiset | 2012-07-17 | 4 | -5/+5 |
* | rtmp: rtmp_parse_result() add case for video and audio packets to avoid undes... | Jordi Ortiz | 2012-07-16 | 1 | -0/+4 |
* | mpeg: remove disabled code | Diego Biurrun | 2012-07-16 | 1 | -41/+0 |
* | network: Always use our version of gai_strerror on windows | Martin Storsjö | 2012-07-15 | 2 | -2/+6 |
* | network: Undefine existing gai_strerror definitions | Martin Storsjö | 2012-07-15 | 1 | -0/+1 |
* | network: Extend the fallback gai_strerror implementation to handle more error... | Martin Storsjö | 2012-07-15 | 2 | -2/+26 |
* | build: Fix APE tag dependencies | Diego Biurrun | 2012-07-13 | 1 | -4/+4 |
* | MS Expression Encoder Screen decoder | Kostya Shishkov | 2012-07-13 | 1 | -0/+1 |
* | build: Fix MP2 muxer dependencies | Diego Biurrun | 2012-07-12 | 1 | -1/+1 |
* | build: Add missing build rules for the ISMV muxer | Diego Biurrun | 2012-07-12 | 1 | -0/+3 |
* | TechSmith Screen Codec 2 decoder | Kostya Shishkov | 2012-07-11 | 1 | -0/+1 |
* | rtsp: Add listen mode | Jordi Ortiz | 2012-07-10 | 5 | -39/+592 |
* | rtsp: Make rtsp_open_transport_ctx() non-static | Jordi Ortiz | 2012-07-10 | 2 | -3/+8 |
* | rtsp: Move rtsp_read_close | Jordi Ortiz | 2012-07-10 | 1 | -14/+14 |
* | rtsp: Parse the mode=receive/record parameter in transport lines | Jordi Ortiz | 2012-07-10 | 2 | -0/+11 |
* | mxfdec: fix off by one error. | Michael Niedermayer | 2012-07-10 | 1 | -1/+1 |