| Commit message (Expand) | Author | Age | Files | Lines |
* | rtsp: check ffurl_get_file_handle() return value | Vittorio Giovara | 2014-12-18 | 1 | -0/+4 |
* | check memory errors from av_strdup() | Vittorio Giovara | 2014-12-18 | 1 | -4/+12 |
* | mpegts: check get16() return value | Vittorio Giovara | 2014-12-18 | 1 | -1/+4 |
* | oggdec: add support for VP8 demuxing | James Almer | 2014-12-18 | 5 | -1/+146 |
* | movenc: Adjust the pts of new fragments similarly to what is done for dts | Martin Storsjö | 2014-12-18 | 2 | -0/+10 |
* | libavformat: Add a muxer wrapping mpegts encoding into RTP | Martin Storsjö | 2014-12-18 | 4 | -1/+168 |
* | rtp: Initial H.261 support | Thomas Volkert | 2014-12-18 | 9 | -4/+342 |
* | rtpenc: Avoid brittle switch fallthroughs | Martin Storsjö | 2014-12-18 | 1 | -0/+3 |
* | rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data | Martin Storsjö | 2014-12-18 | 1 | -0/+1 |
* | rtpenc: Set the AVFMT_TS_NONSTRICT flag | Martin Storsjö | 2014-12-18 | 1 | -0/+1 |
* | rtpenc: Set the timestamp properly when sending mpegts data, too | Martin Storsjö | 2014-12-18 | 1 | -0/+1 |
* | srtpproto: fix option flag type | Tristan Matthews | 2014-12-18 | 1 | -2/+2 |
* | dashenc: Adjust the start time of a segment to the end of the previous segment | Martin Storsjö | 2014-12-17 | 1 | -2/+10 |
* | dashenc: Write segment timelines properly if the timeline has gaps | Martin Storsjö | 2014-12-17 | 1 | -2/+6 |
* | mov: Fix handling of zero-length metadata values | Martin Storsjö | 2014-12-15 | 1 | -1/+1 |
* | matroskadec: Fix read-after-free in matroska_read_seek() | Xiaohan Wang | 2014-12-15 | 1 | -1/+2 |
* | dashenc: Change the duration fields to 64 bit | Martin Storsjö | 2014-12-10 | 1 | -8/+8 |
* | dashenc: log file output progress in verbose mode | Bryan Huh | 2014-12-10 | 1 | -6/+10 |
* | rtpproto: Fix the input RTP data format check | Martin Storsjö | 2014-12-09 | 1 | -1/+1 |
* | libavformat: Build hevc.o when building the RTP muxer | Martin Storsjö | 2014-12-09 | 1 | -1/+1 |
* | mov: further expand the list of parsed metadata tags | Dave Rice | 2014-12-08 | 1 | -0/+18 |
* | mov: expand the list of parsed metadata tags | Vittorio Giovara | 2014-12-08 | 1 | -0/+23 |
* | mov: parse XMP metadata on demand | Vittorio Giovara | 2014-12-08 | 3 | -1/+6 |
* | mov: parse @PRM and @PRQ metadata tags | Vittorio Giovara | 2014-12-08 | 1 | -3/+6 |
* | mov: cosmetics: reorder the list of tags | Vittorio Giovara | 2014-12-08 | 1 | -29/+29 |
* | Allow reading of growing avi files (currently being written) | Joakim Plate | 2014-12-08 | 1 | -4/+4 |
* | riff: Support decoding png in avi (ImageJ) | Carl Eugen Hoyos | 2014-12-08 | 1 | -0/+1 |
* | rtpproto: Write a warning if the input data written isn't RTP packetized | Martin Storsjö | 2014-12-08 | 1 | -0/+4 |
* | mp3: Tweak the probe scores | Luca Barbato | 2014-12-07 | 1 | -1/+4 |
* | latm: Do not give a score for a single instance | Luca Barbato | 2014-12-07 | 1 | -1/+1 |
* | mov: skip version and flags attributes in mov_read_chan() | Matthieu Bouron | 2014-12-05 | 1 | -0/+3 |
* | rm: Use the correct codec_data_size signedness | Luca Barbato | 2014-12-04 | 3 | -5/+5 |
* | mkv: Validate ASS Start and End fields | Luca Barbato | 2014-12-03 | 1 | -2/+19 |
* | Drop the unofficial extension prefix for MPEG and MPEG-TS formats | Florent Le Coz | 2014-12-02 | 3 | -4/+4 |
* | mpegtsenc: recognize .mts as MPEG Transport Stream | Jean-Baptiste Mardelle | 2014-12-02 | 1 | -1/+1 |
* | Add support for BDAV/m2ts-mode muxing | Fredrik Axelsson | 2014-12-02 | 1 | -7/+35 |
* | mov: allocate the tag value dynamically | Thilo Borgmann | 2014-12-02 | 1 | -5/+10 |
* | mov: Add an option for exporting all metadata | Vittorio Giovara | 2014-12-02 | 3 | -8/+21 |
* | mov: do not truncate the language-prefixed tag | Vittorio Giovara | 2014-12-02 | 1 | -1/+1 |
* | rtsp: move the CONFIG_ macros to the beginning of the check | Vittorio Giovara | 2014-12-02 | 1 | -13/+13 |
* | rtmpproto: Fix a typo in a comment | Martin Storsjö | 2014-11-28 | 1 | -1/+1 |
* | dashenc: Avoid a VLA-like construct | Martin Storsjö | 2014-11-28 | 1 | -3/+2 |
* | dashenc: Add options to make segment names configurable | Bryan Huh | 2014-11-28 | 1 | -8/+146 |
* | rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccess | Martin Storsjö | 2014-11-28 | 1 | -5/+27 |
* | rtmppkt: Make pkt->data reallocable | Martin Storsjö | 2014-11-28 | 1 | -1/+1 |
* | rtmpproto: Simplify code for copying data into the output packet | Martin Storsjö | 2014-11-28 | 1 | -11/+6 |
* | rtmpproto: Clarify a comment | Martin Storsjö | 2014-11-28 | 1 | -1/+3 |
* | Revert "lavf: Don't try to update files atomically with renames on windows" | Martin Storsjö | 2014-11-27 | 4 | -30/+14 |
* | lavf: Use MoveFileEx instead of rename/_wrename on windows | Martin Storsjö | 2014-11-27 | 1 | -2/+19 |
* | Share the utf8 to wchar conversion routine between lavf and lavu | Martin Storsjö | 2014-11-27 | 1 | -18/+1 |