summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-139-70/+91
* Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer2009-12-132-2/+27
* Get rid of useless casts.Michael Niedermayer2009-12-131-2/+2
* Print extradata in case of failure. I had this in my local tree and itMichael Niedermayer2009-12-131-1/+3
* APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer2009-12-131-1/+1
* Add avg_frame_rate.Michael Niedermayer2009-12-132-0/+11
* Use constant CODEC_ID_NONE instead of 0 where appropriate.Carl Eugen Hoyos2009-12-131-1/+1
* Remove commented out code.Michael Niedermayer2009-12-131-15/+1
* Factor out extradata reading code.Kostya Shishkov2009-12-131-17/+22
* RM audio stream version should be 16-bit followed by header size or reservedKostya Shishkov2009-12-131-9/+11
* Make RM demuxer look more like proper demuxer by introducing codec tagsKostya Shishkov2009-12-131-13/+35
* Factor out variable declarationKostya Shishkov2009-12-131-2/+1
* Fix PTS for OGM codecs.David Conrad2009-12-124-14/+45
* Reset pts_buffers in av_read_frame_flush().John Stebbins2009-12-121-1/+4
* Dump RTMP packet contents in debug modeKostya Shishkov2009-12-113-0/+124
* 5l trocadero: don't forget to free packet in gen_connect()Martin Storsjö2009-12-111-0/+1
* Do not try to interact with RTMP server after "stop" command was received.Martin Storsjö2009-12-111-0/+10
* (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos2009-12-101-0/+1
* Support Etymonix MPEG-2 video codec, fixes issue 1603.Carl Eugen Hoyos2009-12-101-0/+1
* add dvcs to dvvideo, fixes issue 1604Ben Littler2009-12-091-0/+1
* Support AVI1 and AVI2 in avi as MJPEG.Carl Eugen Hoyos2009-12-081-0/+2
* Raise threshold of h263 probe by 1 to avoid misdetection.Michael Niedermayer2009-12-081-1/+2
* Add out commented av_log to debug h263_probe.Michael Niedermayer2009-12-081-0/+1
* Also print the number of invalid packets in the debug output.Michael Niedermayer2009-12-081-1/+1
* Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ...Michael Niedermayer2009-12-081-1/+1
* AU : demuxed packet size should be sample size aligned.Jai Menon2009-12-071-2/+4
* cosmetics: insert space between codeword and left parenthesisKostya Shishkov2009-12-061-3/+3
* Do not send invokes to RTMP server if we are not connected to it.Sergiy2009-12-061-2/+4
* Calls to url_fseek should have their return value checked inSean Soria2009-12-061-1/+3
* cosmetics: reindent after last commitKostya Shishkov2009-12-041-78/+78
* Implement RTMP output (publishing FLV stream to RTMP server).Sergiy2009-12-042-14/+242
* Compress headers for output RTMP packets.Sergiy2009-12-041-1/+25
* Remove duplicating variableKostya Shishkov2009-12-031-1/+0
* 5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for itKostya Shishkov2009-12-031-1/+1
* Send connect() and createStream() in RTMP system channel, not video channel.Sergiy2009-12-031-2/+2
* Move "app" string into RTMP protocol context.Sergiy2009-12-031-10/+11
* RTMP packets with one-byte header use previous packet timestamp difference, soSergiy2009-12-032-5/+10
* Update Changelog, documentation, and libavformat minor version number forRamiro Polla2009-12-031-2/+2
* Add another known RTMP channel ID to enum.Sergiy2009-12-021-0/+1
* Move is_input flag into RTMP protocol context.Sergiy2009-12-021-4/+4
* print error message when image2 muxer fail to compute frame filenameBaptiste Coudurier2009-12-011-1/+3
* Change ret type to int64_t because url_fseek returns int64_t.Sean Soria2009-12-011-1/+2
* use AVFormatContext in av_log, better than AVCodecContext when multiple strea...Baptiste Coudurier2009-12-011-7/+9
* Write timestamp deltas, not timestamps, for RTMP packets with partial headerKostya Shishkov2009-12-011-3/+6
* Full-header RTMP packets contain real timestamp, others contain timestampKostya Shishkov2009-12-012-9/+2
* Write header for RTMP packets with channel_id >= 64 correctlyKostya Shishkov2009-12-011-1/+9
* Read and write extended timestamps for RTMP packets.Sergiy2009-12-011-1/+8
* 7l trocadero: reading right into enum variable may cause unwanted effects, useKostya Shishkov2009-12-011-1/+2
* Support "A format generated by IndigoVision 8000 video server".Michael Niedermayer2009-12-013-0/+93
* slif aka "SoftLab MPEG-2 I-frames Codec" support.Michael Niedermayer2009-12-011-0/+1