| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/assdec: do not drop duplicate subtitles | wm4 | 2015-09-21 | 1 | -0/+2 |
* | avformat/vobsub: do not attempt to check duplicate subtitles | wm4 | 2015-09-21 | 1 | -0/+1 |
* | avformat/subtitles: make dropping duplicate events optional | wm4 | 2015-09-21 | 2 | -1/+3 |
* | avformat/vobsub: compare correct packet stream IDs | wm4 | 2015-09-21 | 1 | -1/+1 |
* | mpjpeg: CRLF terminating a sequence of MIME headers should not cause an error | Alex Agranovsky | 2015-09-21 | 1 | -2/+13 |
* | lavf/matroska: ignore ChapCountry ID for now | Rodger Combs | 2015-09-20 | 2 | -2/+4 |
* | avformat/format: silence -Wdiscarded-qualifiers | Ganesh Ajjanagadde | 2015-09-20 | 1 | -1/+1 |
* | avformat/flvdec: Detect broken sizes (OBS 0.655b), disable resync for affecte... | Michael Niedermayer | 2015-09-19 | 1 | -1/+12 |
* | lavf/utils: remove some left-over cruft from the 32-bit size fields | Hendrik Leppkes | 2015-09-17 | 1 | -4/+0 |
* | lavc/lavf: remove incompatible abi checks for the new 64bit fields | James Almer | 2015-09-17 | 5 | -63/+11 |
* | Merge commit '22cc57da64bfd73f2206969486b0aa183ee76479' | Hendrik Leppkes | 2015-09-17 | 1 | -3/+7 |
|\ |
|
| * | rtpdec: Forward the memory failure | Luca Barbato | 2015-09-16 | 1 | -3/+7 |
* | | Revert "avformat/format: silence -Wdiscarded-qualifiers" | Timothy Gu | 2015-09-16 | 1 | -1/+1 |
* | | avformat/avidec: disable parsing for RV40 | Michael Niedermayer | 2015-09-17 | 1 | -0/+2 |
* | | avformat/mpjpegdec: silence unused variable/function warnings | Ganesh Ajjanagadde | 2015-09-16 | 1 | -16/+0 |
* | | avformat/format: silence -Wdiscarded-qualifiers | Ganesh Ajjanagadde | 2015-09-16 | 1 | -1/+1 |
* | | Merge commit '1ec611a10228945d2ec8a9cf6c5531dee6b7ee56' | Hendrik Leppkes | 2015-09-16 | 1 | -0/+2 |
|\| |
|
| * | rtsp: warning when max_delay reached | Eloi BAIL | 2015-09-16 | 1 | -0/+2 |
| * | rtpdec: inform jitter buffer size | Eloi BAIL | 2015-09-16 | 1 | -0/+4 |
* | | Merge commit 'ff7f6ea9db2a77d74f7e68a716f53ba1f3f85017' | Hendrik Leppkes | 2015-09-16 | 1 | -2/+2 |
|\| |
|
| * | rtpdec: add a trace when jitter buffer is full | Eloi BAIL | 2015-09-16 | 1 | -1/+4 |
* | | Merge commit '3c525b8b4770c1ac5f466a12c5523802bd5d40eb' | Hendrik Leppkes | 2015-09-16 | 1 | -1/+1 |
|\| |
|
| * | rtpdec: Increase the max size of the jitter buffer to 500 packets | Martin Storsjö | 2015-09-15 | 1 | -1/+1 |
* | | lavf/riff: Support decoding Ambisonic wav files. | Carl Eugen Hoyos | 2015-09-16 | 2 | -0/+4 |
* | | Merge commit '10de408738d28ab17aa5c1fdccd809b0637c12d5' | Hendrik Leppkes | 2015-09-16 | 2 | -24/+59 |
|\| |
|
| * | lavf: Update to the new crypto API | Vittorio Giovara | 2015-09-13 | 2 | -24/+59 |
* | | avformat/flvdec: Check that sizes match and resync if not | Michael Niedermayer | 2015-09-16 | 1 | -1/+47 |
* | | avformat/rtmpproto: Fix 2nd packet size | Michael Niedermayer | 2015-09-16 | 1 | -1/+1 |
* | | avformat/flvdec: Change packet loop to return EAGAIN instead of looping until... | Michael Niedermayer | 2015-09-16 | 1 | -6/+12 |
* | | libavformat/riff.c: Add support for RV40 codec in AVI | Thierry Foucu | 2015-09-15 | 1 | -0/+1 |
* | | lavf: Switch probesize and max_analyze_duration to 64bit. | Carl Eugen Hoyos | 2015-09-15 | 5 | -12/+9 |
* | | lavf: Switch bitrate to 64bit unless compatibility with avconv was requested. | Carl Eugen Hoyos | 2015-09-15 | 5 | -6/+10 |
* | | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. | Michael Niedermayer | 2015-09-15 | 5 | -8/+12 |
* | | rtpdec: add a trace when jitter buffer is full | Eloi BAIL | 2015-09-15 | 1 | -1/+4 |
* | | rtpdec: inform jitter buffer size | Eloi BAIL | 2015-09-15 | 1 | -0/+4 |
* | | avformat/avidec: Change (last)pos to 64bit | Michael Niedermayer | 2015-09-15 | 1 | -3/+4 |
* | | avformat/avidec: Workaround broken initial frame | Michael Niedermayer | 2015-09-15 | 1 | -1/+2 |
* | | avformat/hlsenc: Fix the method command line parameter | Michael Niedermayer | 2015-09-14 | 1 | -11/+31 |
* | | avformat: fix style after recent commits | Clément Bœsch | 2015-09-14 | 2 | -8/+8 |
* | | mpjpegde: trim header name/value of MIME headers | Alex Agranovsky | 2015-09-14 | 1 | -0/+15 |
* | | mpjpeg: probe should require same constraints as packet reader - both proper ... | Alex Agranovsky | 2015-09-14 | 1 | -19/+14 |
* | | avformat/flvdec: Use the first index entry to find the first packet if there ... | Michael Niedermayer | 2015-09-13 | 1 | -0/+7 |
* | | avformat/flvdec: Print last packet size at trace level | Michael Niedermayer | 2015-09-13 | 1 | -2/+3 |
* | | avformat/flvdec: Print terminator value found if it differs from AMF_END_OF_O... | Michael Niedermayer | 2015-09-13 | 1 | -2/+6 |
* | | avformat/mpjpegdec: Allow mpjpeg headers parsing to succeed upon EOF, if requ... | Alex Agranovsky | 2015-09-13 | 1 | -1/+4 |
* | | lavf/img2dec: Improve jpeg auto-detection. | Carl Eugen Hoyos | 2015-09-12 | 1 | -6/+20 |
* | | avformat/mov: use AV_OPT_TYPE_BOOL for export_{all,xmp} options | Clément Bœsch | 2015-09-12 | 1 | -2/+2 |
* | | Merge commit 'c0a49077ea4ff3a0ad30b9e33f1bb06ba9112aaa' | Hendrik Leppkes | 2015-09-12 | 1 | -2/+4 |
|\| |
|
| * | asfdec: add more checks for size left in asf packet buffer | Alexandra Hájková | 2015-09-12 | 1 | -2/+4 |
* | | avformat/avienc: add muxer option "write_channel_mask" | Tobias Rapp | 2015-09-12 | 3 | -4/+29 |