| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Add format_whitelist | Michael Niedermayer | 2014-10-19 | 1 | -0/+16 |
* | fix seperator typo | Michael Niedermayer | 2014-10-09 | 1 | -1/+1 |
* | avformat: Allow choosing the dump format field separator. | Michael Niedermayer | 2014-10-09 | 1 | -0/+10 |
* | Merge commit 'b15b06ebf582ae81e47d236524c9ad6e10c8a0a7' | Michael Niedermayer | 2014-10-08 | 1 | -1/+1 |
|\ |
|
| * | avformat: use const char* instead of uint8_t* for AVProbeData.mime_type | Andreas Cadhalpun | 2014-10-08 | 1 | -1/+1 |
* | | avformat: remove obsolete FF_API_READ_PACKET cruft | James Almer | 2014-10-05 | 1 | -18/+0 |
* | | avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruft | James Almer | 2014-10-05 | 1 | -11/+0 |
* | | avformat: remove obsolete FF_API_SET_PTS_INFO cruft | James Almer | 2014-10-05 | 1 | -9/+0 |
* | | avformat: remove obsolete FF_API_NEW_STREAM cruft | James Almer | 2014-10-05 | 1 | -15/+0 |
* | | avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruft | James Almer | 2014-10-05 | 1 | -20/+0 |
* | | avformat: remove obsolete FF_API_ALLOC_OUTPUT_CONTEXT cruft | James Almer | 2014-10-05 | 1 | -10/+0 |
* | | avformat/mp3dec: avoid early EOF with concatenated gapless mp3s | wm4 | 2014-09-21 | 1 | -1/+8 |
* | | avformat/mp3dec: fix gapless audio support | wm4 | 2014-09-20 | 1 | -0/+8 |
* | | Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d' | Michael Niedermayer | 2014-08-25 | 1 | -0/+6 |
|\| |
|
| * | lavf: add AVFormatContext.max_ts_probe | Anton Khirnov | 2014-08-25 | 1 | -0/+6 |
* | | Merge commit 'afbd4b7e093adf6d7a830b32759ca3ba8500363d' | Michael Niedermayer | 2014-08-13 | 1 | -0/+22 |
|\| |
|
| * | lavf: add AVFormatContext/AVStream fields for signaling to the user when even... | Andrew Stone | 2014-08-13 | 1 | -0/+22 |
* | | Merge commit '24c788f4878729a42150581d7ed7e9a11daf874d' | Michael Niedermayer | 2014-08-10 | 1 | -5/+0 |
|\| |
|
| * | Remove obsolete FF_API_REFERENCE_DTS cruft. | Anton Khirnov | 2014-08-09 | 1 | -5/+0 |
* | | Merge commit '24e87f7f425a52b1e69661dcb2fbe0555a76f30b' | Michael Niedermayer | 2014-08-10 | 1 | -2/+0 |
|\| |
|
| * | Remove obsolete FF_API_PROBE_MIME cruft. | Anton Khirnov | 2014-08-09 | 1 | -2/+0 |
* | | Add int64_t probesize2 instead of int probesize to AVFormatContext. | Carl Eugen Hoyos | 2014-07-30 | 1 | -3/+9 |
* | | avformat: fix probe mime version checks | Michael Niedermayer | 2014-07-29 | 1 | -1/+1 |
* | | Merge commit '3a19405d574a467c68b48e4b824c76617fd59de0' | Michael Niedermayer | 2014-07-29 | 1 | -0/+11 |
|\| |
|
| * | avformat: Use the mime type information in input probe | Luca Barbato | 2014-07-29 | 1 | -0/+11 |
* | | Merge commit '7215fcf84032118ecd9fb54fb14154d69fea638d' | Michael Niedermayer | 2014-07-27 | 1 | -1/+2 |
|\| |
|
| * | avformat: Mark AVOutputFormat argument in avformat_query_codec as const | Diego Biurrun | 2014-07-26 | 1 | -1/+2 |
* | | Merge commit 'ec4f04da1a3462dac429b9d15dee5f027309da15' | Michael Niedermayer | 2014-07-27 | 1 | -2/+2 |
|\| |
|
| * | avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const | Diego Biurrun | 2014-07-26 | 1 | -2/+2 |
* | | avformat: add av_stream_get_parser() to access avformat AVParser | Michael Niedermayer | 2014-07-14 | 1 | -0/+1 |
* | | Merge commit 'c9c1265c52910578d3db1a6205c85b91ead0903f' | Michael Niedermayer | 2014-07-09 | 1 | -3/+3 |
|\| |
|
| * | avformat: update muxing doxy | Anton Khirnov | 2014-07-09 | 1 | -3/+3 |
| * | avformat_new_stream: make the AVCodec parameter const | Roman Savchenko | 2014-07-08 | 1 | -1/+1 |
* | | avformat/avformat: minor grammar improvement | Michael Niedermayer | 2014-07-03 | 1 | -1/+1 |
* | | Merge commit 'cdab9db2adeec46b3984309c8c651bdd737d2b6b' | Michael Niedermayer | 2014-07-03 | 1 | -4/+8 |
|\| |
|
| * | lavf: document av_dump_format() | Vittorio Giovara | 2014-07-02 | 1 | -0/+10 |
* | | Merge commit '194be1f43ea391eb986732707435176e579265aa' | Michael Niedermayer | 2014-06-18 | 1 | -3/+6 |
|\| |
|
| * | lavf: switch to AVStream.time_base as the hint for the muxer timebase | Anton Khirnov | 2014-06-18 | 1 | -3/+6 |
* | | Allow values >31bit for -analyzeduration. | Carl Eugen Hoyos | 2014-06-10 | 1 | -4/+11 |
* | | Allow >2G for skip_initial_bytes. | Carl Eugen Hoyos | 2014-06-06 | 1 | -1/+1 |
* | | Merge commit '6d212599aa684f30511fb08ca30fe2378405304e' | Michael Niedermayer | 2014-05-29 | 1 | -0/+6 |
|\| |
|
| * | avformat: Provide a standard compliance flag | Luca Barbato | 2014-05-28 | 1 | -0/+5 |
* | | avformat: move default for max_analyze_duration into utils.c | Michael Niedermayer | 2014-05-26 | 1 | -0/+1 |
* | | avformat: add format_probesize to allow tuning the maximum amount of bytes to... | Michael Niedermayer | 2014-05-25 | 1 | -0/+7 |
* | | avformat: add av_stream_get_end_pts() | Michael Niedermayer | 2014-05-21 | 1 | -0/+7 |
* | | Merge commit 'c23c96b638cbf6c489fd301e6b3d5555632fba37' | Michael Niedermayer | 2014-05-20 | 1 | -0/+11 |
|\| |
|
| * | lavf: add av_stream_get_side_data | Janne Grunau | 2014-05-20 | 1 | -0/+11 |
* | | Merge commit 'a312f71090ee620ee252f2034aef6b13e2dafe9c' | Michael Niedermayer | 2014-05-19 | 1 | -1/+6 |
|\| |
|
| * | lavf: deprecate now unused AVStream.pts | Anton Khirnov | 2014-05-19 | 1 | -1/+6 |
* | | Merge commit '7a5f4f6853047eea74a6443d73f4d74d52b2799f' | Michael Niedermayer | 2014-05-18 | 1 | -0/+4 |
|\| |
|