5413 Commits (b593f7fdef3448ea0fadfccc0bd7e4fde3df84aa)

Author SHA1 Message Date
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
Peter Ross c351524c9e Determine VOC block length when length field is zero, fixes issue1538. 15 years ago
David Conrad b9c78bca26 MOV: cprt is another tag used for copyright 15 years ago
David Conrad 7382902b86 MOV: Add several iTunes metadata tags 15 years ago
David Conrad 620af1a17a MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) 15 years ago
Baptiste Coudurier 9c5a9e6b48 set mp3 timebase to the lcm of all mp3 sample rates to fix frame duration 15 years ago
Justin Ruggles c3988a59ce Add MP4 object type for ALS. 15 years ago
Kostya Shishkov 87ca1b8f7f When searching for AMF object field value, try to find that object first 15 years ago
Kostya Shishkov fe52395878 Print error when RTMP protocol can't open connection 15 years ago
Kostya Shishkov afbacb931b Pass only useful FLV metadata from RTMP stream 15 years ago
Justin Ruggles aca857ecd3 Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an 15 years ago
Reimar Döffinger c7a38887c1 Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. 15 years ago
Daniel Verkamp 1b88277bd9 FLV muxer support for Flash screen codec v2 15 years ago
Daniel Verkamp 0aa6a518ad Add codec id for Flash screen codec v2 and hook it up in FLV demuxer 15 years ago
Baptiste Coudurier e26df9ebf1 use AVFormatContext in dprintf 15 years ago
Diego Biurrun c173693698 Add functions to return library license and library configuration. 15 years ago
Baptiste Coudurier adeb907137 Search relative path according to alias record when opening mov reference files. 15 years ago