| Commit message (Expand) | Author | Age | Files | Lines |
* | rtp: Add an option to set the send/receive buffer size | Luca Barbato | 2015-04-01 | 1 | -0/+4 |
* | rtp: Map the urloptions to AVOptions | Luca Barbato | 2015-04-01 | 1 | -33/+65 |
* | build: Split JPEG-related tables off into a separate component | Diego Biurrun | 2015-03-30 | 1 | -0/+1 |
* | udp: Fix pkt_size management | Luca Barbato | 2015-03-29 | 1 | -1/+1 |
* | avisynth: update documentation about the avisynth_c.h header | Stephen Hutchinson | 2015-03-24 | 1 | -10/+1 |
* | avisynth: Fix compilation against current 2.6 header(s). | Stephen Hutchinson | 2015-03-24 | 1 | -5/+37 |
* | mov: Write the display matrix in order | Vittorio Giovara | 2015-03-23 | 1 | -1/+1 |
* | movenc: Write the make and model metadata keys for mov style files | Martin Storsjö | 2015-03-23 | 1 | -0/+2 |
* | oggdec: Check memory allocation | Federico Tomassetti | 2015-03-21 | 1 | -0/+5 |
* | mms: Check memory allocation | Federico Tomassetti | 2015-03-21 | 1 | -0/+2 |
* | rmenc: Check memory allocation | Federico Tomassetti | 2015-03-21 | 1 | -0/+2 |
* | 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 |