]> git.sesse.net Git - ffmpeg/log
ffmpeg
10 years agoMerge commit 'aae159a7cc4df7d0521901022b778c9da251c24e'
Michael Niedermayer [Wed, 14 Aug 2013 08:07:38 +0000 (10:07 +0200)]
Merge commit 'aae159a7cc4df7d0521901022b778c9da251c24e'

* commit 'aae159a7cc4df7d0521901022b778c9da251c24e':
  nuv: Do not ignore lzo decompression failures

Conflicts:
libavcodec/nuv.c
tests/ref/fate/nuv-rtjpeg

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoffmpeg_filter: check that the input media type match the filter
Michael Niedermayer [Wed, 14 Aug 2013 00:11:30 +0000 (02:11 +0200)]
ffmpeg_filter: check that the input media type match the filter

Fixes Ticket2012

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavcodec/gsmdec: reject unsupported msn audio modes
Piotr Bandurski [Tue, 13 Aug 2013 21:09:24 +0000 (23:09 +0200)]
avcodec/gsmdec: reject unsupported msn audio modes

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agodoc/filters: reformat scale filter doc
Timothy Gu [Fri, 2 Aug 2013 22:31:11 +0000 (15:31 -0700)]
doc/filters: reformat scale filter doc

Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
10 years agotiff: frame multithreading support
Paul B Mahol [Fri, 9 Aug 2013 14:01:46 +0000 (14:01 +0000)]
tiff: frame multithreading support

Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years agoavcodec/mpeg12dec: check slice size before trying to decode it
Michael Niedermayer [Tue, 13 Aug 2013 17:36:50 +0000 (19:36 +0200)]
avcodec/mpeg12dec: check slice size before trying to decode it

Fixes assertion failure

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoUpdate my email address.
Thilo Borgmann [Tue, 13 Aug 2013 08:04:05 +0000 (10:04 +0200)]
Update my email address.

10 years agoriff: add msn audio comment
Compn [Tue, 13 Aug 2013 13:41:28 +0000 (09:41 -0400)]
riff: add msn audio comment

10 years agoavcodec: free priv_data in avcodec_copy_context()
Michael Niedermayer [Tue, 13 Aug 2013 12:32:42 +0000 (14:32 +0200)]
avcodec: free priv_data in avcodec_copy_context()

Fixes memleak
Fixes Ticket2216

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoffserver: allocate rc_eq, prevent freeing invalid pointer
Michael Niedermayer [Tue, 13 Aug 2013 13:17:58 +0000 (15:17 +0200)]
ffserver: allocate rc_eq, prevent freeing invalid pointer

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavcodec: clarify documentation of avcodec_copy_context()
Michael Niedermayer [Tue, 13 Aug 2013 12:31:31 +0000 (14:31 +0200)]
avcodec: clarify documentation of avcodec_copy_context()

Following this is not strictly needed but safes some malloc+free

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolavfi/ebur128: fix typo: s/negociation/negotiation
Paul B Mahol [Tue, 13 Aug 2013 12:42:01 +0000 (12:42 +0000)]
lavfi/ebur128: fix typo: s/negociation/negotiation

Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years agonuv: Do not ignore lzo decompression failures
Luca Barbato [Sun, 11 Aug 2013 22:16:12 +0000 (00:16 +0200)]
nuv: Do not ignore lzo decompression failures

Update the fate reference since the last broken frame is not decoded
anymore.

Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org
10 years agoMAINTAINERS: add myself as maintainer for MIPS and Zeljko Lukac as maintainer for...
Nedeljko Babic [Tue, 13 Aug 2013 09:43:58 +0000 (11:43 +0200)]
MAINTAINERS: add myself as maintainer for MIPS and Zeljko Lukac as maintainer for new fixed point FFT

Signed-off-by: Nedeljko Babic <nedeljko.babic@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavformat/riff: treat msn audio like gsm_ms
Piotr Bandurski [Tue, 13 Aug 2013 09:10:39 +0000 (11:10 +0200)]
avformat/riff: treat msn audio like gsm_ms

Fixes decoding of 4 files from Ticket2854

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Tue, 13 Aug 2013 08:35:24 +0000 (10:35 +0200)]
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  png: allow encoding 16-bit grayscale

Conflicts:
libavcodec/pngenc.c

See: fdc013da7863190b9416d45830a9ad6d7fb854c2

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agopng: allow encoding 16-bit grayscale
Ian Taylor [Tue, 13 Aug 2013 02:02:55 +0000 (22:02 -0400)]
png: allow encoding 16-bit grayscale

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
10 years agoRemove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54.
Alexis Ballier [Mon, 12 Aug 2013 23:17:55 +0000 (19:17 -0400)]
Remove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolibavformat/version.h: Drop FF_API_OLD_AVIO (unused and undefined since libavformat 55)
Alexis Ballier [Mon, 12 Aug 2013 23:17:54 +0000 (19:17 -0400)]
libavformat/version.h: Drop FF_API_OLD_AVIO (unused and undefined since libavformat 55)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavcodec/mjpegdec: Read EXIF metadata in JPEG input.
Thilo Borgmann [Mon, 12 Aug 2013 17:36:08 +0000 (19:36 +0200)]
avcodec/mjpegdec: Read EXIF metadata in JPEG input.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavcodec: Add EXIF metadata parser to libavcodec.
Thilo Borgmann [Mon, 12 Aug 2013 17:35:11 +0000 (19:35 +0200)]
avcodec: Add EXIF metadata parser to libavcodec.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavcodec/tiff: Refactor TIFF tag related functions to share the code.
Thilo Borgmann [Mon, 12 Aug 2013 17:32:40 +0000 (19:32 +0200)]
avcodec/tiff: Refactor TIFF tag related functions to share the code.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavformat/asfdec: call ff_read_frame_flush() in asf_read_pts()
Michael Niedermayer [Mon, 12 Aug 2013 20:52:23 +0000 (22:52 +0200)]
avformat/asfdec: call ff_read_frame_flush() in asf_read_pts()

flushing just the asf demuxer but not the cores buffers leads to inconsistencies
and a "random" packet position which later causes an assertion failure

Fixes Ticket2853

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolibavutil/opt.h: Fix duplicate words
Michael Niedermayer [Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)]
libavutil/opt.h: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolibavutil/file_open.c: Fix duplicate words
Michael Niedermayer [Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)]
libavutil/file_open.c: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolibavcodec/xsubenc.c: Fix duplicate words
Michael Niedermayer [Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)]
libavcodec/xsubenc.c: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolibavcodec/rv40.c: Fix duplicate words
Michael Niedermayer [Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)]
libavcodec/rv40.c: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolibavcodec/mpegvideo.h: Fix duplicate words
Michael Niedermayer [Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)]
libavcodec/mpegvideo.h: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolibavcodec/lpc.h: Fix duplicate words
Michael Niedermayer [Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)]
libavcodec/lpc.h: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolibavcodec/dv.c: Fix duplicate words
Michael Niedermayer [Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)]
libavcodec/dv.c: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolibavcodec/bintext.h: Fix duplicate words
Michael Niedermayer [Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)]
libavcodec/bintext.h: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolibavcodec/bink.c: Fix duplicate words
Michael Niedermayer [Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)]
libavcodec/bink.c: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolibavcodec/avcodec.h: Fix duplicate words
Michael Niedermayer [Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)]
libavcodec/avcodec.h: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolibavcodec/ac3tab.c: Fix duplicate words
Michael Niedermayer [Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)]
libavcodec/ac3tab.c: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolibavcodec/ac3enc_template.c: Fix duplicate words
Michael Niedermayer [Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)]
libavcodec/ac3enc_template.c: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agodoc/filters.texi: Fix duplicate words
Michael Niedermayer [Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)]
doc/filters.texi: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agodoc/filter_design.txt: Fix duplicate words
Michael Niedermayer [Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)]
doc/filter_design.txt: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agopixfmt: extend description for planar YUV 9/10 bits formats
Kirill Gavrilov [Mon, 12 Aug 2013 15:29:35 +0000 (19:29 +0400)]
pixfmt: extend description for planar YUV 9/10 bits formats

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoimg2dec: fix typo (double "with with")
Kirill Gavrilov [Mon, 12 Aug 2013 15:04:19 +0000 (19:04 +0400)]
img2dec: fix typo (double "with with")

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoffmpeg_filter: do not pick evil path for trim filters
Paul B Mahol [Fri, 12 Jul 2013 21:40:58 +0000 (21:40 +0000)]
ffmpeg_filter: do not pick evil path for trim filters

Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years agolavfi/trim: check for right default value
Paul B Mahol [Mon, 12 Aug 2013 10:56:52 +0000 (10:56 +0000)]
lavfi/trim: check for right default value

Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Mon, 12 Aug 2013 08:13:56 +0000 (10:13 +0200)]
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  wmall: use AVFrame API properly

Conflicts:
libavcodec/wmalosslessdec.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoFix wrong use of "an" in some comments.
Thilo Borgmann [Sun, 11 Aug 2013 19:21:53 +0000 (21:21 +0200)]
Fix wrong use of "an" in some comments.

10 years agoavcodec: Remove ff_packet_free_side_data, use av_packet_free_side_data
Michael Niedermayer [Sun, 11 Aug 2013 22:13:21 +0000 (00:13 +0200)]
avcodec: Remove ff_packet_free_side_data, use av_packet_free_side_data

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoape: check avio_read() return value
wm4 [Sun, 11 Aug 2013 15:40:33 +0000 (17:40 +0200)]
ape: check avio_read() return value

This sets pkt->size to absurd values on failure otherwise.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agowmall: use AVFrame API properly
Hendrik Leppkes [Thu, 8 Aug 2013 16:48:43 +0000 (18:48 +0200)]
wmall: use AVFrame API properly

This fixes a bug with non-refcounted callers resulting in invalid memory access.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
10 years agoMake new VDPAU easier to use by adding context to callback.
Reimar Döffinger [Wed, 7 Aug 2013 19:22:48 +0000 (21:22 +0200)]
Make new VDPAU easier to use by adding context to callback.

Using VDPAU correctly means checking for preemption
and possibly regenerating the context all the time.
With the current API there is no context or other
user-defined pointer and thus this in not possible
during decoding unless using some hack like global
variables.
The need to reinitialize both surfaces and even function
pointers makes handling preemption even more difficult.
This patch introduces a new render2 function that gets
both the AVCodecContext and AVFrame in addition,
in both the user can store additional opaque data.
This allows even advanced approaches like keeping a
"generation counter" for the surfaces so they can be
regenerated on the fly and efficiently.
In addition, the function has a return value that will
be passed through all the way instead of being silently
ignored as for the current render function.
Unfortunately the HWAccel API has no way of providing
API/ABI compatibility, so a currently disallowed
state (render pointer being NULL) is used to extend it.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
10 years agovdpau: Add an allocation function for AVVDPAUContext.
Reimar Döffinger [Sun, 11 Aug 2013 09:21:50 +0000 (11:21 +0200)]
vdpau: Add an allocation function for AVVDPAUContext.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
10 years agovdpau_internal.h: Add missing include for FF_API_BUFS_VDPAU.
Reimar Döffinger [Sun, 11 Aug 2013 09:11:53 +0000 (11:11 +0200)]
vdpau_internal.h: Add missing include for FF_API_BUFS_VDPAU.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
10 years agosanm: fix undefined behaviour on big-endian.
Reimar Döffinger [Sun, 11 Aug 2013 09:06:41 +0000 (11:06 +0200)]
sanm: fix undefined behaviour on big-endian.

A variable with post-increment may only appear
once in a statement.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
10 years agotiff: continue parsing on non fatal errors
Michael Niedermayer [Sun, 11 Aug 2013 12:16:09 +0000 (14:16 +0200)]
tiff: continue parsing on non fatal errors

Reviewed-by: Thilo Borgmann <thilo.borgmann@mail.de>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agompeg4videodec: Parse newpred headers
Michael Niedermayer [Sun, 11 Aug 2013 15:35:30 +0000 (17:35 +0200)]
mpeg4videodec: Parse newpred headers

This is untested due to lack of a non broken file using new pred

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agompeg4videodec: check resolution marker bits
Michael Niedermayer [Sun, 11 Aug 2013 15:34:29 +0000 (17:34 +0200)]
mpeg4videodec: check resolution marker bits

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavutil/avstring: make const tables static const
Michael Niedermayer [Sun, 11 Aug 2013 14:50:58 +0000 (16:50 +0200)]
avutil/avstring: make const tables static const

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavutil/parseutils:make const tables static const
Michael Niedermayer [Sun, 11 Aug 2013 14:50:24 +0000 (16:50 +0200)]
avutil/parseutils:make const tables static const

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavutil/ripemd:make const tables static const
Michael Niedermayer [Sun, 11 Aug 2013 14:49:57 +0000 (16:49 +0200)]
avutil/ripemd:make const tables static const

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavutil/xtea: make const tables static const
Michael Niedermayer [Sun, 11 Aug 2013 14:49:36 +0000 (16:49 +0200)]
avutil/xtea: make const tables static const

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavutil/sha:make const tables static const
Michael Niedermayer [Sun, 11 Aug 2013 14:49:21 +0000 (16:49 +0200)]
avutil/sha:make const tables static const

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavutil/sha512: make const tables static const
Michael Niedermayer [Sun, 11 Aug 2013 14:49:03 +0000 (16:49 +0200)]
avutil/sha512: make const tables static const

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavformat/id3v2enc: use UTF-16 in id3v2.3 APIC frame only if non-ASCII
Mark Harris [Sun, 11 Aug 2013 00:03:11 +0000 (17:03 -0700)]
avformat/id3v2enc: use UTF-16 in id3v2.3 APIC frame only if non-ASCII

This makes the encoding of picture descriptions consistent with the
encoding of other text id3 tags and works better with iTunes, which
does not display pictures with some UTF-16 picture descriptions
(including a UTF-16 empty string, i.e. BOM + terminator).  It also
saves a few bytes.

Example:
 ffmpeg -f lavfi -i sine=b=4 -f lavfi -i smptebars -map 0:a -map 1:v \
   -codec:a libmp3lame -codec:v mjpeg -id3v2_version 3 \
   -metadata:s:v comment="Cover (front)" -t 3 -y out.mp3

This example does not set a picture description (-metadata:s:v title=)
so an empty string is written in the id3v2.3 APIC frame.  Without this
patch, UTF-16 is used and the cover art does not display in iTunes.
With the patch the cover art is displayed.  (Note that iTunes does not
display or have a way to set picture descriptions, only the picture
itself, but nevertheless has trouble skipping some UTF-16 descriptions.)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Sun, 11 Aug 2013 09:54:32 +0000 (11:54 +0200)]
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  rtmp: Do not misuse memcmp

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge commit '205a4502d3da9de2db75d2c965c9d065574e9266'
Michael Niedermayer [Sun, 11 Aug 2013 09:49:47 +0000 (11:49 +0200)]
Merge commit '205a4502d3da9de2db75d2c965c9d065574e9266'

* commit '205a4502d3da9de2db75d2c965c9d065574e9266':
  doc: Clarify the avconv section about -re

Conflicts:
doc/ffmpeg.texi

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge commit 'd175a5730b42166704b7262b33f4b780d9d92f60'
Michael Niedermayer [Sun, 11 Aug 2013 09:33:49 +0000 (11:33 +0200)]
Merge commit 'd175a5730b42166704b7262b33f4b780d9d92f60'

* commit 'd175a5730b42166704b7262b33f4b780d9d92f60':
  doc: Add an example on publishing over RTMP
  doc: Add librtmp to the section header for the librtmp specific details

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge commit 'a435ca5b4d9efebf0759220681010977c36615f7'
Michael Niedermayer [Sun, 11 Aug 2013 09:28:50 +0000 (11:28 +0200)]
Merge commit 'a435ca5b4d9efebf0759220681010977c36615f7'

* commit 'a435ca5b4d9efebf0759220681010977c36615f7':
  doc: Explain that the default RTMP user agent is different when publishing

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge commit 'aa16a6b0c56e3f46c5d7efb706b87a8f7a1603ec'
Michael Niedermayer [Sun, 11 Aug 2013 09:24:09 +0000 (11:24 +0200)]
Merge commit 'aa16a6b0c56e3f46c5d7efb706b87a8f7a1603ec'

* commit 'aa16a6b0c56e3f46c5d7efb706b87a8f7a1603ec':
  doc: Extend the rtmp example to include how to pass username/password

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge commit '8e1fe345577a42f99591caf8a06c447613449694'
Michael Niedermayer [Sun, 11 Aug 2013 09:17:38 +0000 (11:17 +0200)]
Merge commit '8e1fe345577a42f99591caf8a06c447613449694'

* commit '8e1fe345577a42f99591caf8a06c447613449694':
  rtmp: Detect and warn if the user tries to pass librtmp style parameters

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge commit 'ba5393a609c723ec8ab7f9727c10fef734c09278'
Michael Niedermayer [Sun, 11 Aug 2013 09:11:31 +0000 (11:11 +0200)]
Merge commit 'ba5393a609c723ec8ab7f9727c10fef734c09278'

* commit 'ba5393a609c723ec8ab7f9727c10fef734c09278':
  rtmp: rename data_size to size

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge commit '4ebc7d659f0da6c1305ca08cf4303959203fff4b'
Michael Niedermayer [Sun, 11 Aug 2013 09:02:28 +0000 (11:02 +0200)]
Merge commit '4ebc7d659f0da6c1305ca08cf4303959203fff4b'

* commit '4ebc7d659f0da6c1305ca08cf4303959203fff4b':
  rtmp: Use PRId64 when needed.

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavcodec/avpacket: Fix memory allocation failure check
Michael Niedermayer [Sun, 11 Aug 2013 08:56:07 +0000 (10:56 +0200)]
avcodec/avpacket: Fix memory allocation failure check

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge commit '5a9a9d4a2abefa63d9a898ce26715453c569e89d'
Michael Niedermayer [Sun, 11 Aug 2013 08:45:13 +0000 (10:45 +0200)]
Merge commit '5a9a9d4a2abefa63d9a898ce26715453c569e89d'

* commit '5a9a9d4a2abefa63d9a898ce26715453c569e89d':
  lavc: Add refcounted api to AVPacket

Conflicts:
libavcodec/avpacket.c
libavcodec/version.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge commit 'c1076d8479a6c0ee2e0c4b0e2151df5b0228438e'
Michael Niedermayer [Sun, 11 Aug 2013 08:35:44 +0000 (10:35 +0200)]
Merge commit 'c1076d8479a6c0ee2e0c4b0e2151df5b0228438e'

* commit 'c1076d8479a6c0ee2e0c4b0e2151df5b0228438e':
  h264: check one context_init() allocation

Conflicts:
libavcodec/h264.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge commit '5eb488bfa835f2902a31ba99d57c16ae36c4f598'
Michael Niedermayer [Sun, 11 Aug 2013 08:28:49 +0000 (10:28 +0200)]
Merge commit '5eb488bfa835f2902a31ba99d57c16ae36c4f598'

* commit '5eb488bfa835f2902a31ba99d57c16ae36c4f598':
  h264: use explicit variable names for *_field_flag

Conflicts:
libavcodec/h264.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agosvq3: Fix ff_h264_check_intra_pred_mode() return code check
Michael Niedermayer [Sun, 11 Aug 2013 08:21:44 +0000 (10:21 +0200)]
svq3: Fix ff_h264_check_intra_pred_mode() return code check

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge commit 'b3dc260e7fa6f3f852dd5cb7d86763c4b5736714'
Michael Niedermayer [Sun, 11 Aug 2013 08:08:48 +0000 (10:08 +0200)]
Merge commit 'b3dc260e7fa6f3f852dd5cb7d86763c4b5736714'

* commit 'b3dc260e7fa6f3f852dd5cb7d86763c4b5736714':
  h264: return meaningful values

Conflicts:
libavcodec/h264.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agortmp: Do not misuse memcmp
Luca Barbato [Thu, 8 Aug 2013 17:44:19 +0000 (19:44 +0200)]
rtmp: Do not misuse memcmp

CC: libav-stable@libav.org
10 years agolavu: fix grammar in doxy for av_frame_ref.
Thilo Borgmann [Sat, 10 Aug 2013 17:35:31 +0000 (19:35 +0200)]
lavu: fix grammar in doxy for av_frame_ref.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agolavd: Fix make checkheaders
James Almer [Sat, 10 Aug 2013 21:47:23 +0000 (18:47 -0300)]
lavd: Fix make checkheaders

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agobprint: Include va_copy compat
Derek Buitenhuis [Sat, 10 Aug 2013 19:53:32 +0000 (15:53 -0400)]
bprint: Include va_copy compat

Fixes build with MSVC and ICL.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
10 years agotests/fli: avoid rounding errors in -t option.
Nicolas George [Sat, 10 Aug 2013 17:27:07 +0000 (19:27 +0200)]
tests/fli: avoid rounding errors in -t option.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavutil/opt: make const tables static const
Michael Niedermayer [Sat, 10 Aug 2013 16:32:31 +0000 (18:32 +0200)]
avutil/opt: make const tables static const

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavutil/opt: fix av_log type
Michael Niedermayer [Sat, 10 Aug 2013 16:32:06 +0000 (18:32 +0200)]
avutil/opt: fix av_log type

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavformat/tedcaptionsdec: make const arrays static const
Michael Niedermayer [Sat, 10 Aug 2013 16:31:38 +0000 (18:31 +0200)]
avformat/tedcaptionsdec: make const arrays static const

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavfilter/f_sendcmd: make const arrays static const
Michael Niedermayer [Sat, 10 Aug 2013 16:31:20 +0000 (18:31 +0200)]
avfilter/f_sendcmd: make const arrays static const

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoavutil/log: Use bprint for part
Michael Niedermayer [Sat, 10 Aug 2013 11:52:53 +0000 (13:52 +0200)]
avutil/log: Use bprint for part

This should fix the issue with strings longer than 1024

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agodoc: Clarify the avconv section about -re
Martin Storsjö [Sat, 10 Aug 2013 09:13:08 +0000 (12:13 +0300)]
doc: Clarify the avconv section about -re

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agodoc: Add an example on publishing over RTMP
Martin Storsjö [Sat, 10 Aug 2013 09:08:43 +0000 (12:08 +0300)]
doc: Add an example on publishing over RTMP

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agodoc: Explain that the default RTMP user agent is different when publishing
Martin Storsjö [Sat, 10 Aug 2013 08:51:49 +0000 (11:51 +0300)]
doc: Explain that the default RTMP user agent is different when publishing

The fact that a different user agent is used is cruicial for getting
publishing authentication working. (When using librtmp, this other
user agent has to be specified manually, but that's not needed
with the libavformat internal RTMP support.)

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agodoc: Extend the rtmp example to include how to pass username/password
Martin Storsjö [Sat, 10 Aug 2013 08:51:31 +0000 (11:51 +0300)]
doc: Extend the rtmp example to include how to pass username/password

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agodoc: Add librtmp to the section header for the librtmp specific details
Martin Storsjö [Sat, 10 Aug 2013 09:03:54 +0000 (12:03 +0300)]
doc: Add librtmp to the section header for the librtmp specific details

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agortmp: Detect and warn if the user tries to pass librtmp style parameters
Martin Storsjö [Sat, 10 Aug 2013 08:53:31 +0000 (11:53 +0300)]
rtmp: Detect and warn if the user tries to pass librtmp style parameters

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoavutil/bprint: add av_vbprintf()
Michael Niedermayer [Sat, 10 Aug 2013 11:52:14 +0000 (13:52 +0200)]
avutil/bprint: add av_vbprintf()

Reviewed-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years agortmp: rename data_size to size
Luca Barbato [Thu, 8 Aug 2013 16:52:11 +0000 (18:52 +0200)]
rtmp: rename data_size to size

10 years agortmp: Use PRId64 when needed.
Luca Barbato [Thu, 8 Aug 2013 15:43:15 +0000 (17:43 +0200)]
rtmp: Use PRId64 when needed.

10 years agolavc: Add refcounted api to AVPacket
Luca Barbato [Wed, 10 Jul 2013 08:52:56 +0000 (10:52 +0200)]
lavc: Add refcounted api to AVPacket

Provide a clean way to manipulate packets.

10 years agoh264: check one context_init() allocation
Vittorio Giovara [Fri, 2 Aug 2013 16:36:28 +0000 (18:36 +0200)]
h264: check one context_init() allocation

Signed-off-by: Anton Khirnov <anton@khirnov.net>
10 years agoh264: use explicit variable names for *_field_flag
Vittorio Giovara [Fri, 2 Aug 2013 16:36:29 +0000 (18:36 +0200)]
h264: use explicit variable names for *_field_flag

Signed-off-by: Anton Khirnov <anton@khirnov.net>
10 years agoh264: return meaningful values
Vittorio Giovara [Fri, 2 Aug 2013 16:36:27 +0000 (18:36 +0200)]
h264: return meaningful values

Signed-off-by: Anton Khirnov <anton@khirnov.net>
10 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Sat, 10 Aug 2013 08:41:46 +0000 (10:41 +0200)]
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  libavutil: Make avpriv_open a library-internal function on msvcrt

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge commit 'a76d0cdf21c3d9e464623cc0ad1c005abf952afa'
Michael Niedermayer [Sat, 10 Aug 2013 08:36:18 +0000 (10:36 +0200)]
Merge commit 'a76d0cdf21c3d9e464623cc0ad1c005abf952afa'

* commit 'a76d0cdf21c3d9e464623cc0ad1c005abf952afa':
  libavutil: Move avpriv_open to a new file, file_open.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
10 years agoMerge commit 'cb0244daaca83ab666798818f74f5181bf6bc387'
Michael Niedermayer [Sat, 10 Aug 2013 08:29:40 +0000 (10:29 +0200)]
Merge commit 'cb0244daaca83ab666798818f74f5181bf6bc387'

* commit 'cb0244daaca83ab666798818f74f5181bf6bc387':
  bktr: Changed a missed occurrance of open into avpriv_open

Merged-by: Michael Niedermayer <michaelni@gmx.at>