5429 Commits (c39b94be600e8433a1de54b09d86704066efeb27)

Author SHA1 Message Date
David Conrad 5e15c7d95b Fix PTS for OGM codecs. 15 years ago
John Stebbins 106fa129f4 Reset pts_buffers in av_read_frame_flush(). 15 years ago
Kostya Shishkov cfac91fec3 Dump RTMP packet contents in debug mode 15 years ago
Martin Storsjö f8caa5441b 5l trocadero: don't forget to free packet in gen_connect() 15 years ago
Martin Storsjö 72b870b95b Do not try to interact with RTMP server after "stop" command was received. 15 years ago
Carl Eugen Hoyos ab176fdffb (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. 15 years ago
Carl Eugen Hoyos f63e5a7410 Support Etymonix MPEG-2 video codec, fixes issue 1603. 15 years ago
Ben Littler 4bae225126 add dvcs to dvvideo, fixes issue 1604 15 years ago
Carl Eugen Hoyos 4b86926b95 Support AVI1 and AVI2 in avi as MJPEG. 15 years ago
Michael Niedermayer b68a7679f9 Raise threshold of h263 probe by 1 to avoid misdetection. 15 years ago
Michael Niedermayer f76eef99a2 Add out commented av_log to debug h263_probe. 15 years ago
Michael Niedermayer 6de5b62790 Also print the number of invalid packets in the debug output. 15 years ago
Michael Niedermayer 55f6524789 Flip the comparission direction of vid+audio+priv1 and pspack, it appears to have 15 years ago
Jai Menon 4da715cb24 AU : demuxed packet size should be sample size aligned. 15 years ago
Kostya Shishkov e07c92e4bb cosmetics: insert space between codeword and left parenthesis 15 years ago
Sergiy 615c287990 Do not send invokes to RTMP server if we are not connected to it. 15 years ago
Sean Soria b593f7fdef Calls to url_fseek should have their return value checked in 15 years ago
Kostya Shishkov c72406112f cosmetics: reindent after last commit 15 years ago
Sergiy 6bf22e18d1 Implement RTMP output (publishing FLV stream to RTMP server). 15 years ago
Sergiy 84a29dc10a Compress headers for output RTMP packets. 15 years ago
Kostya Shishkov 2784ede40a Remove duplicating variable 15 years ago
Kostya Shishkov 6a63e83afc 5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for it 15 years ago
Sergiy 31da596634 Send connect() and createStream() in RTMP system channel, not video channel. 15 years ago
Sergiy 5e9ad75985 Move "app" string into RTMP protocol context. 15 years ago
Sergiy a352b60594 RTMP packets with one-byte header use previous packet timestamp difference, so 15 years ago
Ramiro Polla 7c3c53c851 Update Changelog, documentation, and libavformat minor version number for 15 years ago
Sergiy 9e69ab1864 Add another known RTMP channel ID to enum. 15 years ago
Sergiy b316991bb6 Move is_input flag into RTMP protocol context. 15 years ago
Baptiste Coudurier 77df894aed print error message when image2 muxer fail to compute frame filename 15 years ago
Sean Soria 6659b32ab2 Change ret type to int64_t because url_fseek returns int64_t. 15 years ago
Baptiste Coudurier 66765b5933 use AVFormatContext in av_log, better than AVCodecContext when multiple streams are present 15 years ago
Kostya Shishkov 817d967d96 Write timestamp deltas, not timestamps, for RTMP packets with partial header 15 years ago
Kostya Shishkov e6b244a3b9 Full-header RTMP packets contain real timestamp, others contain timestamp 15 years ago
Kostya Shishkov b1eb53ab59 Write header for RTMP packets with channel_id >= 64 correctly 15 years ago
Sergiy 59b6482a04 Read and write extended timestamps for RTMP packets. 15 years ago
Kostya Shishkov 1ab21f1980 7l trocadero: reading right into enum variable may cause unwanted effects, use 15 years ago
Michael Niedermayer 00b6fa40c3 Support "A format generated by IndigoVision 8000 video server". 15 years ago
Michael Niedermayer 483aad717e slif aka "SoftLab MPEG-2 I-frames Codec" support. 15 years ago
Michael Niedermayer 77ac76a30f Print a warning if the duration is estimated from the bitrate, as this is 15 years ago
Vitor Sessak cea65433e0 decode qcelp in aiff, implement #1524, patch by Vitor 15 years ago
Baptiste Coudurier 1bd26e51f3 100l, max value for timescale is UINT16_MAX 15 years ago
Baptiste Coudurier 729ef3ba62 remove useless mov timescale field 15 years ago
Baptiste Coudurier 74ccc66099 change track timescale to unsigned int, fix warning 15 years ago
Baptiste Coudurier 7506e117db track time can be 64bit 15 years ago
Baptiste Coudurier 7c4b7d0f41 support pcm_f32/64le in mov 15 years ago
Baptiste Coudurier ba7c0ece61 cosmetics, reindent after last commit 15 years ago
Baptiste Coudurier feaa8d110d support sample rates > INT16_MAX in mov using stsd v2 15 years ago
Jai Menon 6866dd1237 Fix typo. 15 years ago
Reimar Döffinger 7c7d3abf3c 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. 15 years ago
Jason Garrett-Glaser d2b34efe22 Update ffserver to include all basic x264 parameters in .ffm files. 15 years ago