summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | lavc/ffjni: fix uninitialized variableMatthieu Bouron2016-03-101-1/+1
| |
* | lavf/mxfdec: Support Canopus codecs.Carl Eugen Hoyos2016-03-101-0/+4
| | | | | | | | Fixes ticket #5316.
* | version.sh: Fix spurious rebuilds.Carl Eugen Hoyos2016-03-101-1/+1
| | | | | | | | Regression since 104f8ea8.
* | avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer2016-03-102-3/+5
| | | | | | | | | | | | | | | | | | This is safer, as a selected demuxer could still mean that it was auto-detected by a user application Reviewed-previously-by: Nicolas George <[email protected]> Reviewed-previously-by: Andreas Cadhalpun <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | lavf/avidec: Skip xxpc entries in index; fixes trac #5311Mats Peterson2016-03-101-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | Add tests for functions in hash.cNagaChaitanya Vellanki2016-03-094-0/+92
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | mips: add support for R6Vicente Olivert Riera2016-03-0921-1/+83
| | | | | | | | | | | | | | | | | | | | | | Understanding the mips32r6 and mips64r6 ISAs in the configure script is not enough. In order to have full support for MIPS R6 in FFmpeg we need to be able to build it, and for that we need to make sure we don't use incompatible assembler code which makes the build fail. Ifdefing the offending code is sufficient to fix the problem. Signed-off-by: Vicente Olivert Riera <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | configure: Check for msghdr struct.Carl Eugen Hoyos2016-03-091-1/+3
| | | | | | | | | | | | | | Some (Solaris) systems apparently have an incompatible msghdr struct breaking sctp protocol compilation. Reported-by: mvelanka
* | lavf/mpeg: Identify sub-stream ID 0xa1 as mlp.Carl Eugen Hoyos2016-03-091-1/+1
| | | | | | | | | | | | Fixes ticket #4786. Auto-detection seems difficult, patch mostly confirmed by http://dvd-audio.sourceforge.net/spec/aob.shtml
* | lavc/mjpegdec: Set sar for multiscope videos.Carl Eugen Hoyos2016-03-091-1/+3
| | | | | | | | Fixes decoding of the files from ticket #4535 visually.
* | lavc/hevc_ps: Fix offset for yuv422 and yuv444.Carl Eugen Hoyos2016-03-091-5/+6
| | | | | | | | | | | | Fixes ticket #4980. Analyzed-by: kurosu and Hendrik Reviewed-by: Ronald
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2016-03-096-9/+9
| |
* | avfilter/vf_waveform: use intensity for other components tooPaul B Mahol2016-03-091-12/+12
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avcodec/ffjni: Fix occured typoMichael Niedermayer2016-03-091-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avcodec/ffjni: Fix ;;Michael Niedermayer2016-03-091-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | aacenc_utils: Use temporary variable.Reimar Döffinger2016-03-081-2/+3
| | | | | | | | | | | | | | | | | | | | This ensures gcc does not create unnecessary loads or stores and possibly even does not vectorize the negation. Speeds up mp3 to aac transcoding with default settings by 10% when using "gcc (Debian 5.3.1-10) 5.3.1 20160224". Signed-off-by: Reimar Döffinger <[email protected]>
* | aacenc: use generational cache instead of resetting.Reimar Döffinger2016-03-083-8/+9
| | | | | | | | | | | | | | Approximately 11% faster transcoding from mp3 with default settings. Signed-off-by: Reimar Döffinger <[email protected]>
* | avfilter/vf_waveform: make it possible to draw dots instead of linesPaul B Mahol2016-03-082-16/+24
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avfilter/vf_waveform: make sure that x/y for text position is positivePaul B Mahol2016-03-081-8/+18
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | configure: build fix for P5600 with mips code restructuringShivraj Patil2016-03-081-195/+98
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | configure: add check_inline_asm_flags()Shivraj Patil2016-03-081-0/+19
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | lavf/mp3dec: avoid printing useless message in default log levelMoritz Barsnick2016-03-081-1/+1
| | | | | | | | | | | | | | | | "Skipping 0 bytes of junk" is useless to the user, and essentially indicates a NOP. At 0 bytes, this message is now pushed back to the verbose log level. Signed-off-by: Moritz Barsnick <[email protected]>
* | lavc/mjpegdec: avoid printing useless message in default log levelMoritz Barsnick2016-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | The change of bps from 0 doesn't contain any info useful to the user. This message is now at info log level only if the original value is !=0, otherwise pushed back to debug log level. The original value is displayed additionally. Signed-off-by: Moritz Barsnick <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | lavf/avienc: Palette changing code only concerns AV_PIX_FMT_PAL8Mats Peterson2016-03-081-10/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avfilter/avf_showcqt: add performance debugging logMuhammad Faiz2016-03-082-5/+68
| | | | | | | | | | | | for easier development Signed-off-by: Muhammad Faiz <[email protected]>
* | avfilter/vf_vectorscope: short for Magenta is MgPaul B Mahol2016-03-081-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | ffserver: Fixed ffserver to support large ffm filesLior Mualem2016-03-081-4/+5
| | | | | | | | | | | | ffm_read_write_index returns a 64bit value, Github: Closes #185
* | avcodec/nvenc: Fix typo and preset error messageTimo Rothenpieler2016-03-081-1/+1
| |
* | avcodec/nvenc: Add encoder statsLucas Cooper2016-03-081-7/+14
| | | | | | | | Signed-off-by: Timo Rothenpieler <[email protected]>
* | fate: Add test similar to ticket 1242Michael Niedermayer2016-03-082-0/+43
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avformat/utils: fix dts from pts code in compute_pkt_fields() during ↵Michael Niedermayer2016-03-082-3/+4
| | | | | | | | | | | | ascending delay Signed-off-by: Michael Niedermayer <[email protected]>
* | lavf/riff: Add fourcc GTM4 from Telefactor digital audio for ASP.Carl Eugen Hoyos2016-03-071-0/+1
| |
* | avcodec: try to document timebase a bit moreMichael Niedermayer2016-03-071-1/+9
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avfilter/vf_vectorscope: draw color points namesPaul B Mahol2016-03-072-14/+163
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | lavc/utils: fix extra ASS sanity check in convert_sub_to_old_ass_form()Clément Bœsch2016-03-071-1/+1
| |
* | lavc/mediacodec: fix chroma width for yuv420pMatthieu Bouron2016-03-071-2/+2
| |
* | avfilter/vf_waveform: draw graticule for color filter tooPaul B Mahol2016-03-071-0/+4
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | lavf/vplayerdec: support time durations with no ms specifiedClément Bœsch2016-03-071-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | Example found in the wild: 0:00:03:25.000 0:01:47:A legend is sung 0:01:50:Of when England was young 0:01:53:And knights|were brave and bold 0:01:59:The good king had died Reported-by: wm4
* | lavc/mjpegdec: avoid unneeded allocation if the frame is to be skippedMatthieu Bouron2016-03-071-0/+7
| |
* | lavfi/extractplanes: Add RGB0 and friends as supported pix_fmts.Carl Eugen Hoyos2016-03-072-1/+5
| |
* | lavfi/extractplanes: Fix in_pixfmts.Carl Eugen Hoyos2016-03-072-11/+33
| | | | | | | | | | | | | | If the original pix_fmt was >8 bit and not supported by the filter, the filter system could choose a pix_fmt with different endianness as input for extractplanes which broke the output because the output always used the endianness of the original pix_fmt.
* | lavfi/extractplanes: Move endianness calculation up.Carl Eugen Hoyos2016-03-071-4/+4
| | | | | | | | Needed for next commit.
* | lavc: add h264 mediacodec decoderMatthieu Bouron2016-03-0713-2/+3232
| |
* | lavc: add JNI supportMatthieu Bouron2016-03-077-0/+771
| |
* | rtp: Fix play multiple multicast streams with the same portZhao Zhili2016-03-072-3/+5
| | | | | | | | | | | | | | | | | | | | We cannot play multiple multicast streams with the same port at the same time. This is because both rtp and rtcp port are opened in read-write mode, so they will not bind to the multicast address. Try to make rtp port as read-only by default to solve this bug. Signed-off-by: Zhao Zhili <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | avformat/ftp: Support response code 125 for STOR and RETR commandsRaymond Hilseth2016-03-071-4/+8
| | | | | | | | | | | | | | | | | | This fixes a problem where ffmpeg would hang if there is already an open data connection, and the server sends a 125 response code in reply to a STOR or RETR command. Signed-off-by: Raymond Hilseth <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | lavf/img2dec: Use jpeg constants in jpeg_probe().Carl Eugen Hoyos2016-03-061-36/+37
| |
* | lavf/riffdec: Remove \n from avpriv_report_missing_feature().Carl Eugen Hoyos2016-03-061-1/+1
| | | | | | | | Found-by: Clément Bœsch
* | lavc/cfhd: Remove one more \n from avpriv_report_missing_feature().Carl Eugen Hoyos2016-03-061-1/+1
| |
* | lavc/cfhd: Sanitize avpriv_report_missing_feature() usage.Carl Eugen Hoyos2016-03-061-3/+3
| |