| Commit message (Expand) | Author | Age | Files | Lines |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -0/+1 |
* | build: allow non-standard variations of linker -l/-L flags | Mans Rullgard | 2012-08-29 | 1 | -1/+1 |
* | sdp: Use static const char arrays instead of pointers to strings | Martin Storsjö | 2012-08-28 | 1 | -2/+2 |
* | sdp: Include profile-level-id for H264 | Martin Storsjö | 2012-08-28 | 1 | -0/+12 |
* | rtpdec_h264: Don't set the pixel format | Samuel Pitoiset | 2012-08-28 | 1 | -1/+0 |
* | rtsp: Free the rtpdec context properly | Martin Storsjö | 2012-08-27 | 1 | -1/+1 |
* | rtmp: support strict rtmp servers | Samuel Pitoiset | 2012-08-22 | 1 | -4/+7 |
* | libavformat: add const to AVCodec pointers | Mans Rullgard | 2012-08-18 | 1 | -2/+2 |
* | swf(dec): replace CODEC_ID with AV_CODEC_ID | Anton Khirnov | 2012-08-18 | 2 | -9/+9 |
* | dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE | Anton Khirnov | 2012-08-18 | 1 | -2/+4 |
* | rtmpdh: Do not generate the same private key every time when using libnettle | Samuel Pitoiset | 2012-08-17 | 1 | -1/+9 |
* | rtp: remove ff_rtp_get_rtcp_file_handle(). | Jordi Ortiz | 2012-08-17 | 2 | -10/+0 |
* | rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_han... | Jordi Ortiz | 2012-08-17 | 1 | -4/+16 |
* | avio: add (ff)url_get_multi_file_handle() for getting more than one fd | Jordi Ortiz | 2012-08-17 | 3 | -8/+46 |
* | rtmp: Use int instead of ssize_t | Martin Storsjö | 2012-08-16 | 1 | -3/+3 |
* | rtmp: Add support for receiving incoming streams | Jordi Ortiz | 2012-08-16 | 2 | -7/+510 |
* | Add some more missing includes after removing the implicit common.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | rtmp: Automatically compute the hash for SWFVerification | Samuel Pitoiset | 2012-08-15 | 2 | -1/+135 |
* | rtmp: Add support for SWFVerification | Samuel Pitoiset | 2012-08-15 | 2 | -1/+67 |
* | rtmp: Gracefully ignore _checkbw errors by tracking them | Samuel Pitoiset | 2012-08-14 | 1 | -4/+16 |
* | rtmp: Do not send _checkbw calls as notifications | Samuel Pitoiset | 2012-08-14 | 2 | -10/+1 |
* | rtmp: handle bytes read reports | Luca Barbato | 2012-08-13 | 1 | -0/+3 |
* | lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc... | Martin Storsjö | 2012-08-12 | 1 | -0/+13 |
* | lavf: Initialize the stream info timestamps in avformat_new_stream | Martin Storsjö | 2012-08-12 | 1 | -0/+6 |
* | id3v2: Match PIC mimetype/format case-insensitively | Mohammad Alsaleh | 2012-08-12 | 1 | -1/+1 |
* | rtmp: split chunk_size var into in_chunk_size and out_chunk_size | Jordi Ortiz | 2012-08-11 | 1 | -10/+17 |
* | rtmp: Factorize the code by adding find_tracked_method | Samuel Pitoiset | 2012-08-11 | 1 | -14/+26 |
* | lavf: simplify is_intra_only() by using codec descriptors. | Anton Khirnov | 2012-08-11 | 1 | -25/+9 |
* | dict: add av_dict_count() | Mans Rullgard | 2012-08-10 | 2 | -2/+2 |
* | rtmp: Factorize the code by adding handle_invoke_error | Samuel Pitoiset | 2012-08-09 | 1 | -7/+16 |
* | rtmp: Factorize the code by adding handle_invoke_status | Samuel Pitoiset | 2012-08-09 | 1 | -24/+34 |
* | rtmp: Factorize the code by adding handle_invoke_result | Samuel Pitoiset | 2012-08-09 | 1 | -69/+78 |
* | ffmenc: replace if/abort with assert() | Mans Rullgard | 2012-08-09 | 1 | -2/+3 |
* | swf: Move shared table out of the header file | Diego Biurrun | 2012-08-09 | 5 | -10/+35 |
* | swf: Move swf_audio_codec_tags table to the only place it is used | Diego Biurrun | 2012-08-09 | 2 | -9/+9 |
* | rtmp: Add message tracking | Samuel Pitoiset | 2012-08-09 | 1 | -138/+160 |
* | rtsp: Support mpegts in raw udp packets | Martin Storsjö | 2012-08-09 | 3 | -2/+33 |
* | rtsp: Support receiving plain data over UDP without any RTP encapsulation | Martin Storsjö | 2012-08-09 | 2 | -4/+22 |
* | rtpdec: Remove an unused include | Martin Storsjö | 2012-08-09 | 1 | -1/+0 |
* | rtpenc: Remove an av_abort() that depends on user-supplied data | Martin Storsjö | 2012-08-09 | 1 | -12/+9 |
* | rtmp: send check_bw as notification | Luca Barbato | 2012-08-08 | 2 | -1/+10 |
* | id3v2: Support v2.2 PIC | Mohammad Alsaleh | 2012-08-08 | 1 | -0/+2 |
* | rtmp: Add a new option 'rtmp_subscribe' | Samuel Pitoiset | 2012-08-07 | 2 | -7/+16 |
* | rtmp: Add support for subscribing live streams | Samuel Pitoiset | 2012-08-07 | 1 | -0/+31 |
* | rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macro | Samuel Pitoiset | 2012-08-07 | 1 | -104/+23 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 218 | -2283/+2283 |
* | mpc8: set packet duration and stream start time instead of tracking frames | Justin Ruggles | 2012-08-06 | 1 | -4/+3 |
* | lavf: Declare an AVRational struct without a struct literal | Martin Storsjö | 2012-08-06 | 1 | -1/+1 |
* | rtmppkt: Add missing libavcodec/bytestream.h include. | Alex Rønne Petersen | 2012-08-02 | 1 | -0/+1 |
* | rtmp: add functions for reading AMF values | Jordi Ortiz | 2012-08-02 | 2 | -0/+87 |