summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* Try to simplify av_estimate_timings_from_pts() like in ffmbc.Michael Niedermayer2009-12-13
* Correct truncated ID3v1 genre name.Alexander Strange2009-12-13
* Debug av_log() about stream probing from ffmbc.Michael Niedermayer2009-12-13
* Add CODEC_ID_DNXHD into the 25 fps case.Michael Niedermayer2009-12-13
* Simplify code by using av_metadata_set2().Michael Niedermayer2009-12-13
* More entries for ff_id3v2_metadata_conv from ffmbc.Michael Niedermayer2009-12-13
* s/author/artist/ for ID3Michael Niedermayer2009-12-13
* More ID3v1 genres from ffmbc.Michael Niedermayer2009-12-13
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-13
* Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer2009-12-13
* Get rid of useless casts.Michael Niedermayer2009-12-13
* Print extradata in case of failure. I had this in my local tree and itMichael Niedermayer2009-12-13
* APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer2009-12-13
* Add avg_frame_rate.Michael Niedermayer2009-12-13
* Use constant CODEC_ID_NONE instead of 0 where appropriate.Carl Eugen Hoyos2009-12-13
* Remove commented out code.Michael Niedermayer2009-12-13
* Factor out extradata reading code.Kostya Shishkov2009-12-13
* RM audio stream version should be 16-bit followed by header size or reservedKostya Shishkov2009-12-13
* Make RM demuxer look more like proper demuxer by introducing codec tagsKostya Shishkov2009-12-13
* Factor out variable declarationKostya Shishkov2009-12-13
* Fix PTS for OGM codecs.David Conrad2009-12-12
* Reset pts_buffers in av_read_frame_flush().John Stebbins2009-12-12
* 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