| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | rtpdec_asf: Don't free the payload context in the .close function | Martin Storsjö | 2015-03-04 | 1 | -1/+0 |
* | rtpdec_mpa_robust: Fix incrementing split_pos | Martin Storsjö | 2015-03-04 | 1 | -1/+1 |
* | asf: do not export XMP metadata by default | Vittorio Giovara | 2015-03-03 | 2 | -2/+8 |
* | dashenc: Simplify code by using a local variable | Martin Storsjö | 2015-03-02 | 1 | -2/+2 |
* | Revert "mov: Change DTS-based seek into CTS-based seek." | Martin Storsjö | 2015-03-02 | 1 | -29/+15 |
* | rtpenc: Don't set max_frames_per_packet based on the packet frame size or fra... | Martin Storsjö | 2015-02-28 | 4 | -49/+29 |
* | rtpenc: Restructure if statements in packetizers to simplify adding more cond... | Martin Storsjö | 2015-02-28 | 3 | -4/+9 |
* | rtpenc: Skip redundant initialization | Martin Storsjö | 2015-02-28 | 1 | -4/+0 |
* | rtpenc: Always do the default initialization regardless of codecs | Martin Storsjö | 2015-02-28 | 1 | -10/+11 |
* | rtpenc_xiph: Don't exclude headers from max_payload_size | Martin Storsjö | 2015-02-28 | 2 | -2/+1 |
* | rtpenc_xiph: Use AV_WB16 instead of manual bitshifts | Martin Storsjö | 2015-02-28 | 1 | -4/+6 |
* | rtpenc_aac: Use AV_WB16 instead of manual bitshifts | Martin Storsjö | 2015-02-28 | 1 | -8/+6 |
* | rtpenc_aac: Merge a definition with a declaration | Martin Storsjö | 2015-02-28 | 1 | -3/+2 |
* | rtpenc: Write conditional statements on separate lines | Martin Storsjö | 2015-02-28 | 2 | -3/+6 |
* | rtpenc_aac: Set a default value for max_frames_per_packet at init | Martin Storsjö | 2015-02-28 | 2 | -3/+4 |
* | rtpenc_amr: Use s->num_frames instead of s->buf_ptr - s->buf | Martin Storsjö | 2015-02-28 | 1 | -1/+1 |
* | rtpenc_aac: Fix sending fragmented frames | Martin Storsjö | 2015-02-28 | 1 | -1/+1 |
* | tls: Pass AVOptions dictionaries through to the chained protocol | Martin Storsjö | 2015-02-28 | 1 | -3/+3 |
* | tcp: Clarify the units for the timeout avoptions | Martin Storsjö | 2015-02-28 | 1 | -2/+2 |
* | avio: Rename avclass symbols relating to avio | Martin Storsjö | 2015-02-28 | 3 | -10/+10 |
* | matroskaenc: Allow writing track "forced" flag | John Stebbins | 2015-02-24 | 1 | -0/+2 |
* | rtpdec: Rename the free method to close | Martin Storsjö | 2015-02-24 | 18 | -38/+38 |
* | libavformat: Use ffio_free_dyn_buf where applicable | Martin Storsjö | 2015-02-24 | 8 | -36/+16 |
* | rtpdec: Use ffio_free_dyn_buf | Martin Storsjö | 2015-02-24 | 11 | -127/+39 |
* | avio: Add an internal utility function for freeing dynamic buffers | Martin Storsjö | 2015-02-24 | 2 | -0/+17 |