| Commit message (Expand) | Author | Age | Files | Lines |
* | Dump RTMP packet contents in debug mode | Kostya Shishkov | 2009-12-11 | 3 | -0/+124 |
* | 5l trocadero: don't forget to free packet in gen_connect() | Martin Storsjö | 2009-12-11 | 1 | -0/+1 |
* | Do not try to interact with RTMP server after "stop" command was received. | Martin Storsjö | 2009-12-11 | 1 | -0/+10 |
* | (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. | Carl Eugen Hoyos | 2009-12-10 | 1 | -0/+1 |
* | Support Etymonix MPEG-2 video codec, fixes issue 1603. | Carl Eugen Hoyos | 2009-12-10 | 1 | -0/+1 |
* | add dvcs to dvvideo, fixes issue 1604 | Ben Littler | 2009-12-09 | 1 | -0/+1 |
* | Support AVI1 and AVI2 in avi as MJPEG. | Carl Eugen Hoyos | 2009-12-08 | 1 | -0/+2 |
* | Raise threshold of h263 probe by 1 to avoid misdetection. | Michael Niedermayer | 2009-12-08 | 1 | -1/+2 |
* | Add out commented av_log to debug h263_probe. | Michael Niedermayer | 2009-12-08 | 1 | -0/+1 |
* | Also print the number of invalid packets in the debug output. | Michael Niedermayer | 2009-12-08 | 1 | -1/+1 |
* | Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ... | Michael Niedermayer | 2009-12-08 | 1 | -1/+1 |
* | AU : demuxed packet size should be sample size aligned. | Jai Menon | 2009-12-07 | 1 | -2/+4 |
* | cosmetics: insert space between codeword and left parenthesis | Kostya Shishkov | 2009-12-06 | 1 | -3/+3 |
* | Do not send invokes to RTMP server if we are not connected to it. | Sergiy | 2009-12-06 | 1 | -2/+4 |
* | Calls to url_fseek should have their return value checked in | Sean Soria | 2009-12-06 | 1 | -1/+3 |
* | cosmetics: reindent after last commit | Kostya Shishkov | 2009-12-04 | 1 | -78/+78 |
* | Implement RTMP output (publishing FLV stream to RTMP server). | Sergiy | 2009-12-04 | 2 | -14/+242 |
* | Compress headers for output RTMP packets. | Sergiy | 2009-12-04 | 1 | -1/+25 |
* | Remove duplicating variable | Kostya Shishkov | 2009-12-03 | 1 | -1/+0 |
* | 5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for it | Kostya Shishkov | 2009-12-03 | 1 | -1/+1 |
* | Send connect() and createStream() in RTMP system channel, not video channel. | Sergiy | 2009-12-03 | 1 | -2/+2 |
* | Move "app" string into RTMP protocol context. | Sergiy | 2009-12-03 | 1 | -10/+11 |
* | RTMP packets with one-byte header use previous packet timestamp difference, so | Sergiy | 2009-12-03 | 2 | -5/+10 |
* | Update Changelog, documentation, and libavformat minor version number for | Ramiro Polla | 2009-12-03 | 1 | -2/+2 |
* | Add another known RTMP channel ID to enum. | Sergiy | 2009-12-02 | 1 | -0/+1 |
* | Move is_input flag into RTMP protocol context. | Sergiy | 2009-12-02 | 1 | -4/+4 |
* | print error message when image2 muxer fail to compute frame filename | Baptiste Coudurier | 2009-12-01 | 1 | -1/+3 |
* | Change ret type to int64_t because url_fseek returns int64_t. | Sean Soria | 2009-12-01 | 1 | -1/+2 |
* | use AVFormatContext in av_log, better than AVCodecContext when multiple strea... | Baptiste Coudurier | 2009-12-01 | 1 | -7/+9 |
* | Write timestamp deltas, not timestamps, for RTMP packets with partial header | Kostya Shishkov | 2009-12-01 | 1 | -3/+6 |
* | Full-header RTMP packets contain real timestamp, others contain timestamp | Kostya Shishkov | 2009-12-01 | 2 | -9/+2 |
* | Write header for RTMP packets with channel_id >= 64 correctly | Kostya Shishkov | 2009-12-01 | 1 | -1/+9 |
* | Read and write extended timestamps for RTMP packets. | Sergiy | 2009-12-01 | 1 | -1/+8 |
* | 7l trocadero: reading right into enum variable may cause unwanted effects, use | Kostya Shishkov | 2009-12-01 | 1 | -1/+2 |
* | Support "A format generated by IndigoVision 8000 video server". | Michael Niedermayer | 2009-12-01 | 3 | -0/+93 |
* | slif aka "SoftLab MPEG-2 I-frames Codec" support. | Michael Niedermayer | 2009-12-01 | 1 | -0/+1 |
* | Print a warning if the duration is estimated from the bitrate, as this is | Michael Niedermayer | 2009-11-30 | 1 | -0/+1 |
* | decode qcelp in aiff, implement #1524, patch by Vitor | Vitor Sessak | 2009-11-30 | 2 | -3/+12 |
* | 100l, max value for timescale is UINT16_MAX | Baptiste Coudurier | 2009-11-29 | 1 | -1/+1 |
* | remove useless mov timescale field | Baptiste Coudurier | 2009-11-29 | 1 | -7/+11 |
* | change track timescale to unsigned int, fix warning | Baptiste Coudurier | 2009-11-29 | 1 | -1/+1 |
* | track time can be 64bit | Baptiste Coudurier | 2009-11-29 | 1 | -1/+1 |
* | support pcm_f32/64le in mov | Baptiste Coudurier | 2009-11-29 | 2 | -8/+14 |
* | cosmetics, reindent after last commit | Baptiste Coudurier | 2009-11-29 | 1 | -18/+18 |
* | support sample rates > INT16_MAX in mov using stsd v2 | Baptiste Coudurier | 2009-11-29 | 1 | -7/+68 |
* | Fix typo. | Jai Menon | 2009-11-27 | 1 | -1/+1 |
* | 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. | Reimar Döffinger | 2009-11-26 | 1 | -1/+0 |
* | Update ffserver to include all basic x264 parameters in .ffm files. | Jason Garrett-Glaser | 2009-11-24 | 2 | -0/+26 |
* | Determine VOC block length when length field is zero, fixes issue1538. | Peter Ross | 2009-11-24 | 2 | -1/+6 |
* | MOV: cprt is another tag used for copyright | David Conrad | 2009-11-23 | 1 | -0/+1 |