| Commit message (Expand) | Author | Age | Files | Lines |
* | movenc: write the display transform matrix | Anton Khirnov | 2015-03-19 | 1 | -9/+21 |
* | movenc: Don't assume that fragment durations in pts is equal to duration in dts | Martin Storsjö | 2015-03-19 | 2 | -9/+25 |
* | movenc: Move sidx edit list timestamp adjustment into a block | Martin Storsjö | 2015-03-19 | 1 | -4/+4 |
* | movenc: Only adjust the cts offset at the start of fragments if necessary | Martin Storsjö | 2015-03-19 | 1 | -2/+4 |
* | movenc: Write pts timestamps in tfxd, instead of dts timestamps | Martin Storsjö | 2015-03-19 | 1 | -1/+2 |
* | movenc: Set the last packet duration based on the next packet when autoflushing | Martin Storsjö | 2015-03-19 | 1 | -1/+7 |
* | dashenc: Heuristically fill in the duration of packets that need it | Martin Storsjö | 2015-03-19 | 1 | -0/+12 |
* | movenc: Heuristically set the duration of the last sample in a fragment if no... | Martin Storsjö | 2015-03-19 | 2 | -0/+27 |
* | udp: Fix crashes after adding AVOptions | Martin Storsjö | 2015-03-19 | 1 | -1/+2 |
* | mov: Add option to keep exact packet sequence after seeking | Derek Buitenhuis | 2015-03-18 | 3 | -10/+35 |
* | mov: Fix little endian audio detection | Vittorio Giovara | 2015-03-17 | 1 | -1/+1 |
* | lavf: Do not list mov-only codecs in riff tags | Carl Eugen Hoyos | 2015-03-17 | 3 | -4/+13 |
* | isom: Add X-Com Radvision FourCC | Paul B Mahol | 2015-03-17 | 1 | -0/+1 |
* | riff: Add 'tshd' FourCC for H.264 | Vittorio Giovara | 2015-03-17 | 1 | -0/+1 |
* | isom: Add support for TSCC2 | Luca Barbato | 2015-03-17 | 1 | -0/+1 |
* | movenc: Allow interleaving samples when writing fragmented files | Martin Storsjö | 2015-03-16 | 2 | -7/+80 |
* | movenc: Support writing multiple trun atoms | Martin Storsjö | 2015-03-16 | 1 | -8/+16 |
* | mkv: Add support for DVB subtitles | Luca Barbato | 2015-03-15 | 1 | -0/+1 |
* | udp: Use AVOptions | Luca Barbato | 2015-03-15 | 1 | -6/+53 |
* | sctp: Update to match tcp | Luca Barbato | 2015-03-15 | 1 | -20/+60 |
* | TDSC decoder | Vittorio Giovara | 2015-03-13 | 1 | -0/+1 |
* | matroskadec: Check memory allocations | Vittorio Giovara | 2015-03-12 | 1 | -0/+6 |
* | nutdec: Prevent leaks on memory error | Vittorio Giovara | 2015-03-12 | 1 | -2/+4 |
* | lavf: Explicitly convert types at function pointer assignment | Diego Biurrun | 2015-03-11 | 3 | -3/+8 |
* | asfenc: fix leaking asf->index_ptr on error | Andreas Cadhalpun | 2015-03-11 | 1 | -0/+1 |
* | rtpdec_vp9: Drop extra sanity check for size of input packet | Vittorio Giovara | 2015-03-11 | 1 | -5/+0 |
* | mp3: Properly use AVCodecContext API | Vittorio Giovara | 2015-03-11 | 1 | -2/+9 |
* | matroskaenc: Fix type used for chapter timestamps | Vittorio Giovara | 2015-03-11 | 1 | -3/+4 |
* | movenc: Support setting fragment_index before the moov atom is written | Martin Storsjö | 2015-03-10 | 2 | -8/+10 |
* | movenc: Don't rely on the fragment index for vc1 info gathering | Martin Storsjö | 2015-03-10 | 2 | -4/+9 |
* | rtpenc_mpegts: Set chain->rtp_ctx only after avformat_write_header succeeded | Martin Storsjö | 2015-03-10 | 1 | -2/+1 |
* | rtpenc_mpegts: Free the right ->pb in the error path in the init function | Martin Storsjö | 2015-03-10 | 1 | -1/+1 |
* | siff: Use the correct type for packet size variables | Vittorio Giovara | 2015-03-09 | 1 | -8/+9 |
* | matroskaenc: Also validate chapter end time | Vittorio Giovara | 2015-03-09 | 1 | -1/+4 |
* | rtpdec_hevc: Drop extra sanity check for size of input packet | Vittorio Giovara | 2015-03-09 | 1 | -8/+0 |
* | movenc: Avoid writing separate flags for the first sample if not necessary | Martin Storsjö | 2015-03-09 | 1 | -1/+2 |
* | movenc: Set tfhd default sample flags based on actual samples, if possible | Martin Storsjö | 2015-03-09 | 1 | -10/+15 |
* | mxfdec: Fix the error handling for when strftime fails | Martin Storsjö | 2015-03-08 | 1 | -1/+1 |
* | rmdec: Improve message for demux error | Carl Eugen Hoyos | 2015-03-08 | 1 | -1/+1 |
* | movenc: Keep writing zero-entry stts atoms as intended | Martin Storsjö | 2015-03-06 | 1 | -6/+6 |
* | dashenc: Update extradata for mov muxer | Timo Rothenpieler | 2015-03-06 | 1 | -0/+27 |
* | dashenc: Simplify code by using a local variable | Timo Rothenpieler | 2015-03-06 | 1 | -1/+1 |
* | avformat/adxdec: set avctx->channels in adx_read_header | Andreas Cadhalpun | 2015-03-05 | 1 | -0/+6 |
* | rmenc: limit packet size | Andreas Cadhalpun | 2015-03-05 | 1 | -0/+8 |
* | rtpdec: experimental VP9 depacketizer (draft 0) | Thomas Volkert | 2015-03-05 | 5 | -2/+299 |
* | rdt: Use a separate variable to clarify the different value namespaces | Martin Storsjö | 2015-03-05 | 1 | -3/+3 |
* | rtpdec_qt: Use a local variable instead of RTP_FLAG_KEY | Martin Storsjö | 2015-03-05 | 1 | -5/+5 |
* | rtpdec_asf: Don't set RTP_FLAG_KEY | Martin Storsjö | 2015-03-05 | 1 | -2/+0 |
* | flv: Validate and reject unsupported codecs | Luca Barbato | 2015-03-04 | 1 | -16/+17 |
* | dca: Move syncword definitions to a separate header | Diego Biurrun | 2015-03-04 | 2 | -13/+11 |