5710 Commits (8ef4e65e94caad90b2d63ff421c8a8155045cb15)

Author SHA1 Message Date
  Ben Littler 4bae225126 add dvcs to dvvideo, fixes issue 1604 16 years ago
  Carl Eugen Hoyos 4b86926b95 Support AVI1 and AVI2 in avi as MJPEG. 16 years ago
  Michael Niedermayer b68a7679f9 Raise threshold of h263 probe by 1 to avoid misdetection. 16 years ago
  Michael Niedermayer f76eef99a2 Add out commented av_log to debug h263_probe. 16 years ago
  Michael Niedermayer 6de5b62790 Also print the number of invalid packets in the debug output. 16 years ago
  Michael Niedermayer 55f6524789 Flip the comparission direction of vid+audio+priv1 and pspack, it appears to have 16 years ago
  Jai Menon 4da715cb24 AU : demuxed packet size should be sample size aligned. 16 years ago
  Kostya Shishkov e07c92e4bb cosmetics: insert space between codeword and left parenthesis 16 years ago
  Sergiy 615c287990 Do not send invokes to RTMP server if we are not connected to it. 16 years ago
  Sean Soria b593f7fdef Calls to url_fseek should have their return value checked in 16 years ago
  Kostya Shishkov c72406112f cosmetics: reindent after last commit 16 years ago
  Sergiy 6bf22e18d1 Implement RTMP output (publishing FLV stream to RTMP server). 16 years ago
  Sergiy 84a29dc10a Compress headers for output RTMP packets. 16 years ago
  Kostya Shishkov 2784ede40a Remove duplicating variable 16 years ago
  Kostya Shishkov 6a63e83afc 5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for it 16 years ago
  Sergiy 31da596634 Send connect() and createStream() in RTMP system channel, not video channel. 16 years ago
  Sergiy 5e9ad75985 Move "app" string into RTMP protocol context. 16 years ago
  Sergiy a352b60594 RTMP packets with one-byte header use previous packet timestamp difference, so 16 years ago
  Ramiro Polla 7c3c53c851 Update Changelog, documentation, and libavformat minor version number for 16 years ago
  Sergiy 9e69ab1864 Add another known RTMP channel ID to enum. 16 years ago
  Sergiy b316991bb6 Move is_input flag into RTMP protocol context. 16 years ago
  Baptiste Coudurier 77df894aed print error message when image2 muxer fail to compute frame filename 16 years ago
  Sean Soria 6659b32ab2 Change ret type to int64_t because url_fseek returns int64_t. 16 years ago
  Baptiste Coudurier 66765b5933 use AVFormatContext in av_log, better than AVCodecContext when multiple streams are present 16 years ago
  Kostya Shishkov 817d967d96 Write timestamp deltas, not timestamps, for RTMP packets with partial header 16 years ago
  Kostya Shishkov e6b244a3b9 Full-header RTMP packets contain real timestamp, others contain timestamp 16 years ago
  Kostya Shishkov b1eb53ab59 Write header for RTMP packets with channel_id >= 64 correctly 16 years ago
  Sergiy 59b6482a04 Read and write extended timestamps for RTMP packets. 16 years ago
  Kostya Shishkov 1ab21f1980 7l trocadero: reading right into enum variable may cause unwanted effects, use 16 years ago
  Michael Niedermayer 00b6fa40c3 Support "A format generated by IndigoVision 8000 video server". 16 years ago
  Michael Niedermayer 483aad717e slif aka "SoftLab MPEG-2 I-frames Codec" support. 16 years ago
  Michael Niedermayer 77ac76a30f Print a warning if the duration is estimated from the bitrate, as this is 16 years ago
  Vitor Sessak cea65433e0 decode qcelp in aiff, implement #1524, patch by Vitor 16 years ago
  Baptiste Coudurier 1bd26e51f3 100l, max value for timescale is UINT16_MAX 16 years ago
  Baptiste Coudurier 729ef3ba62 remove useless mov timescale field 16 years ago
  Baptiste Coudurier 74ccc66099 change track timescale to unsigned int, fix warning 16 years ago
  Baptiste Coudurier 7506e117db track time can be 64bit 16 years ago
  Baptiste Coudurier 7c4b7d0f41 support pcm_f32/64le in mov 16 years ago
  Baptiste Coudurier ba7c0ece61 cosmetics, reindent after last commit 16 years ago
  Baptiste Coudurier feaa8d110d support sample rates > INT16_MAX in mov using stsd v2 16 years ago
  Jai Menon 6866dd1237 Fix typo. 16 years ago
  Reimar Döffinger 7c7d3abf3c 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. 16 years ago
  Jason Garrett-Glaser d2b34efe22 Update ffserver to include all basic x264 parameters in .ffm files. 16 years ago
  Peter Ross c351524c9e Determine VOC block length when length field is zero, fixes issue1538. 16 years ago
  David Conrad b9c78bca26 MOV: cprt is another tag used for copyright 16 years ago
  David Conrad 7382902b86 MOV: Add several iTunes metadata tags 16 years ago
  David Conrad 620af1a17a MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) 16 years ago
  Baptiste Coudurier 9c5a9e6b48 set mp3 timebase to the lcm of all mp3 sample rates to fix frame duration 16 years ago
  Justin Ruggles c3988a59ce Add MP4 object type for ALS. 16 years ago
  Kostya Shishkov 87ca1b8f7f When searching for AMF object field value, try to find that object first 16 years ago