summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Dump RTMP packet contents in debug modeKostya Shishkov2009-12-11
* 5l trocadero: don't forget to free packet in gen_connect()Martin Storsjö2009-12-11
* Do not try to interact with RTMP server after "stop" command was received.Martin Storsjö2009-12-11
* (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos2009-12-10
* Support Etymonix MPEG-2 video codec, fixes issue 1603.Carl Eugen Hoyos2009-12-10
* add dvcs to dvvideo, fixes issue 1604Ben Littler2009-12-09
* Support AVI1 and AVI2 in avi as MJPEG.Carl Eugen Hoyos2009-12-08
* Raise threshold of h263 probe by 1 to avoid misdetection.Michael Niedermayer2009-12-08
* Add out commented av_log to debug h263_probe.Michael Niedermayer2009-12-08
* Also print the number of invalid packets in the debug output.Michael Niedermayer2009-12-08
* Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ...Michael Niedermayer2009-12-08
* AU : demuxed packet size should be sample size aligned.Jai Menon2009-12-07
* cosmetics: insert space between codeword and left parenthesisKostya Shishkov2009-12-06
* Do not send invokes to RTMP server if we are not connected to it.Sergiy2009-12-06
* Calls to url_fseek should have their return value checked inSean Soria2009-12-06
* cosmetics: reindent after last commitKostya Shishkov2009-12-04
* Implement RTMP output (publishing FLV stream to RTMP server).Sergiy2009-12-04
* Compress headers for output RTMP packets.Sergiy2009-12-04
* Remove duplicating variableKostya Shishkov2009-12-03
* 5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for itKostya Shishkov2009-12-03
* Send connect() and createStream() in RTMP system channel, not video channel.Sergiy2009-12-03
* Move "app" string into RTMP protocol context.Sergiy2009-12-03
* RTMP packets with one-byte header use previous packet timestamp difference, soSergiy2009-12-03
* Update Changelog, documentation, and libavformat minor version number forRamiro Polla2009-12-03
* Add another known RTMP channel ID to enum.Sergiy2009-12-02
* Move is_input flag into RTMP protocol context.Sergiy2009-12-02
* print error message when image2 muxer fail to compute frame filenameBaptiste Coudurier2009-12-01
* Change ret type to int64_t because url_fseek returns int64_t.Sean Soria2009-12-01
* use AVFormatContext in av_log, better than AVCodecContext when multiple strea...Baptiste Coudurier2009-12-01
* Write timestamp deltas, not timestamps, for RTMP packets with partial headerKostya Shishkov2009-12-01
* Full-header RTMP packets contain real timestamp, others contain timestampKostya Shishkov2009-12-01
* Write header for RTMP packets with channel_id >= 64 correctlyKostya Shishkov2009-12-01
* Read and write extended timestamps for RTMP packets.Sergiy2009-12-01
* 7l trocadero: reading right into enum variable may cause unwanted effects, useKostya Shishkov2009-12-01
* Support "A format generated by IndigoVision 8000 video server".Michael Niedermayer2009-12-01
* slif aka "SoftLab MPEG-2 I-frames Codec" support.Michael Niedermayer2009-12-01
* Print a warning if the duration is estimated from the bitrate, as this isMichael Niedermayer2009-11-30
* decode qcelp in aiff, implement #1524, patch by VitorVitor Sessak2009-11-30
* 100l, max value for timescale is UINT16_MAXBaptiste Coudurier2009-11-29
* remove useless mov timescale fieldBaptiste Coudurier2009-11-29
* change track timescale to unsigned int, fix warningBaptiste Coudurier2009-11-29
* track time can be 64bitBaptiste Coudurier2009-11-29
* support pcm_f32/64le in movBaptiste Coudurier2009-11-29
* cosmetics, reindent after last commitBaptiste Coudurier2009-11-29
* support sample rates > INT16_MAX in mov using stsd v2Baptiste Coudurier2009-11-29
* Fix typo.Jai Menon2009-11-27
* 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer.Reimar Döffinger2009-11-26
* Update ffserver to include all basic x264 parameters in .ffm files.Jason Garrett-Glaser2009-11-24
* Determine VOC block length when length field is zero, fixes issue1538.Peter Ross2009-11-24
* MOV: cprt is another tag used for copyrightDavid Conrad2009-11-23