OSDN Git Service

android-x86/external-ffmpeg.git
12 years agomsrledec: Check for overreads
Michael Niedermayer [Tue, 13 Dec 2011 14:45:43 +0000 (15:45 +0100)]
msrledec: Check for overreads

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoaascdec: Check input buffer size on raw data.
Michael Niedermayer [Tue, 13 Dec 2011 14:45:04 +0000 (15:45 +0100)]
aascdec: Check input buffer size on raw data.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agomp4enc: Avoid storing sizes in trun when they all match.
Michael Niedermayer [Tue, 13 Dec 2011 02:27:19 +0000 (03:27 +0100)]
mp4enc: Avoid storing sizes in trun when they all match.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agomp4enc: Only store flags in trun when they differ from the default and set a sane...
Michael Niedermayer [Tue, 13 Dec 2011 02:11:53 +0000 (03:11 +0100)]
mp4enc: Only store flags in trun when they differ from the default and set a sane default.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agomp4enc: dont store durations in trun if they are unneeded.
Michael Niedermayer [Tue, 13 Dec 2011 02:02:20 +0000 (03:02 +0100)]
mp4enc: dont store durations in trun if they are unneeded.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agomp4enc: dont store cts in trun if they are unneeded.
Michael Niedermayer [Tue, 13 Dec 2011 01:55:37 +0000 (02:55 +0100)]
mp4enc: dont store cts in trun if they are unneeded.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agolavc: use hexadecimal debug print for showing err_recognization values.
Michael Niedermayer [Tue, 13 Dec 2011 00:28:22 +0000 (01:28 +0100)]
lavc: use hexadecimal debug print for showing err_recognization values.
They are flags which makes them easier to read as hex than decimal.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agomsmpeg4dec: restore error concealment functionality after merge
Michael Niedermayer [Tue, 13 Dec 2011 00:26:28 +0000 (01:26 +0100)]
msmpeg4dec: restore error concealment functionality after merge

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agompeg4dec: restore error concealment functionality after merge
Michael Niedermayer [Tue, 13 Dec 2011 00:26:14 +0000 (01:26 +0100)]
mpeg4dec: restore error concealment functionality after merge

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoh263dec: restore error concealment functionality after merge
Michael Niedermayer [Tue, 13 Dec 2011 00:25:08 +0000 (01:25 +0100)]
h263dec: restore error concealment functionality after merge

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Mon, 12 Dec 2011 23:29:25 +0000 (00:29 +0100)]
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  doxygen: misc consistency, spelling and wording fixes
  vcr1: drop unnecessary emms_c() calls without MMX code
  Replace all uses of av_close_input_file() with avformat_close_input().
  lavf: add avformat_close_input().
  lavf: deprecate av_close_input_stream().
  lavf doxy: add some basic demuxing documentation.
  lavf doxy: add some general lavf information.
  lavf doxy: add misc utility functions to a group.
  lavf doxy: add av_guess_codec/format to the encoding group.
  lavf doxy: add core functions to a doxy group.
  Add basic libavdevice documentation.
  lavc: convert error_recognition to err_recognition.
  avconv: update -map option help text
  x86: Require 7 registers for the cabac asm
  x86: bswap: remove test for bswap instruction
  bswap: make generic implementation more compiler-friendly
  h264: remove useless cast
  proresdec: fix decode_slice() prototype

Conflicts:
configure
doc/APIchanges
ffprobe.c
libavcodec/avcodec.h
libavcodec/celp_math.h
libavcodec/h264.c
libavfilter/src_movie.c
libavformat/anm.c
libavformat/avformat.h
libavformat/version.h
libavutil/avstring.h
libavutil/bswap.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>
12 years agobuild: Disable avconv more completely while leaving the user the option to enable it
Michael Niedermayer [Mon, 12 Dec 2011 19:59:04 +0000 (20:59 +0100)]
build: Disable avconv more completely while leaving the user the option to enable it

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agodoxygen: misc consistency, spelling and wording fixes
Diego Biurrun [Wed, 7 Dec 2011 12:03:53 +0000 (13:03 +0100)]
doxygen: misc consistency, spelling and wording fixes

12 years agoUpdate seek reference for added metadata to lavf tests.
Reimar Döffinger [Mon, 12 Dec 2011 20:53:33 +0000 (21:53 +0100)]
Update seek reference for added metadata to lavf tests.

As far as I could see the only change is increased pos values,
which is as expected with additional metadata in the files.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
12 years agovcr1: drop unnecessary emms_c() calls without MMX code
Paul B Mahol [Sat, 10 Dec 2011 16:39:21 +0000 (16:39 +0000)]
vcr1: drop unnecessary emms_c() calls without MMX code

Signed-off-by: Diego Biurrun <diego@biurrun.de>
12 years agolavf-regression: minimal metadata test.
Reimar Döffinger [Sun, 11 Dec 2011 19:31:03 +0000 (20:31 +0100)]
lavf-regression: minimal metadata test.

This tests writing the global "title" metadata.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
12 years agoReplace all uses of av_close_input_file() with avformat_close_input().
Anton Khirnov [Sun, 11 Dec 2011 09:38:28 +0000 (10:38 +0100)]
Replace all uses of av_close_input_file() with avformat_close_input().

12 years agolavf: add avformat_close_input().
Anton Khirnov [Sun, 11 Dec 2011 09:34:08 +0000 (10:34 +0100)]
lavf: add avformat_close_input().

It sets the supplied AVFormatContext pointer to NULL after freeing it,
which is safer and its name is consistent with other lavf functions.

Also deprecate av_close_input_file().

12 years agolavf: deprecate av_close_input_stream().
Anton Khirnov [Sun, 11 Dec 2011 09:01:46 +0000 (10:01 +0100)]
lavf: deprecate av_close_input_stream().

And remove all its uses.

12 years agolavf doxy: add some basic demuxing documentation.
Anton Khirnov [Sun, 11 Dec 2011 08:51:19 +0000 (09:51 +0100)]
lavf doxy: add some basic demuxing documentation.

12 years agolavf doxy: add some general lavf information.
Anton Khirnov [Sun, 11 Dec 2011 08:05:11 +0000 (09:05 +0100)]
lavf doxy: add some general lavf information.

12 years agolavf doxy: add misc utility functions to a group.
Anton Khirnov [Sun, 11 Dec 2011 07:08:46 +0000 (08:08 +0100)]
lavf doxy: add misc utility functions to a group.

12 years agolavf doxy: add av_guess_codec/format to the encoding group.
Anton Khirnov [Sun, 11 Dec 2011 07:07:53 +0000 (08:07 +0100)]
lavf doxy: add av_guess_codec/format to the encoding group.

12 years agolavf doxy: add core functions to a doxy group.
Anton Khirnov [Sun, 11 Dec 2011 06:55:21 +0000 (07:55 +0100)]
lavf doxy: add core functions to a doxy group.

12 years agoAdd basic libavdevice documentation.
Anton Khirnov [Sun, 11 Dec 2011 11:43:50 +0000 (12:43 +0100)]
Add basic libavdevice documentation.

12 years agolavc: convert error_recognition to err_recognition.
Dustin Brody [Wed, 7 Dec 2011 13:51:36 +0000 (08:51 -0500)]
lavc: convert error_recognition to err_recognition.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
12 years agomxfdec: Set DTS and PTS on video packets
Tomas Härdin [Fri, 9 Dec 2011 16:56:46 +0000 (17:56 +0100)]
mxfdec: Set DTS and PTS on video packets

This involves computing DTS/PTS from the index tables.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agomxfdec: Only sort IndexTableSegments once
Tomas Härdin [Fri, 9 Dec 2011 16:17:33 +0000 (17:17 +0100)]
mxfdec: Only sort IndexTableSegments once

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agomxfdec: Add Avid's essence element key
Tomas Härdin [Sat, 10 Dec 2011 11:11:11 +0000 (12:11 +0100)]
mxfdec: Add Avid's essence element key

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agomxfdec: Add support for Avid indexes
Tomas Härdin [Fri, 9 Dec 2011 15:46:38 +0000 (16:46 +0100)]
mxfdec: Add support for Avid indexes

These indexes duplicate every entry and have the total size of the essence
container as the last entry.
This patch also computes the size of the packets when unknown.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agomxfdec: Check slice_count before freeing slice_offset_entries
Tomas Härdin [Fri, 9 Dec 2011 15:08:29 +0000 (16:08 +0100)]
mxfdec: Check slice_count before freeing slice_offset_entries

This fixes SIGSEGV on sliceless (single stream) VBR files

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agomxfdec: Bring back accumulated_offset that was removed in 5e67e3e
Tomas Härdin [Fri, 9 Dec 2011 14:48:33 +0000 (15:48 +0100)]
mxfdec: Bring back accumulated_offset that was removed in 5e67e3e

I thought it had to do with file offsets, but's actually the offset inside
the essence container.
In other words, unbreak multiple EditUnitByteCounts.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agotimecode: rename internal ff_* symbols to avpriv_*.
Clément Bœsch [Wed, 7 Dec 2011 09:44:50 +0000 (10:44 +0100)]
timecode: rename internal ff_* symbols to avpriv_*.

Those functions are shared between libs.

Also fix a typo in function names: smtpe → smpte.

12 years agodrawtext: allow burning the timecode.
Clément Bœsch [Tue, 6 Dec 2011 10:19:11 +0000 (11:19 +0100)]
drawtext: allow burning the timecode.

12 years agotimecode: add avpriv_timecode_to_string().
Clément Bœsch [Tue, 6 Dec 2011 10:18:26 +0000 (11:18 +0100)]
timecode: add avpriv_timecode_to_string().

12 years agotimecode: better input checks in init function.
Clément Bœsch [Tue, 6 Dec 2011 10:17:37 +0000 (11:17 +0100)]
timecode: better input checks in init function.

12 years agocleanup: remove two extraneous semicolons.
Clément Bœsch [Mon, 12 Dec 2011 00:56:52 +0000 (01:56 +0100)]
cleanup: remove two extraneous semicolons.

12 years agoffmpeg: fix codecids with ffserver + ffmpeg + ffm
Michael Niedermayer [Mon, 12 Dec 2011 16:30:55 +0000 (17:30 +0100)]
ffmpeg: fix codecids with ffserver + ffmpeg + ffm

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agox86: Require 7 registers for the cabac asm
Martin Storsjö [Mon, 12 Dec 2011 12:48:53 +0000 (14:48 +0200)]
x86: Require 7 registers for the cabac asm

The change in 599b4c6ef didn't turn out to work properly on
i386 on OS X, where it broke building with PIC enabled.

Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit f1dba9e4988e78738ad9065e4639b82b8355774a)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoavconv: update -map option help text
Janne Grunau [Mon, 12 Dec 2011 11:45:32 +0000 (12:45 +0100)]
avconv: update -map option help text

12 years agox86: Require 7 registers for the cabac asm
Martin Storsjö [Mon, 12 Dec 2011 12:48:53 +0000 (14:48 +0200)]
x86: Require 7 registers for the cabac asm

The change in 599b4c6ef didn't turn out to work properly on
i386 on OS X, where it broke building with PIC enabled.

Signed-off-by: Martin Storsjö <martin@martin.st>
12 years agox86: bswap: remove test for bswap instruction
Mans Rullgard [Mon, 12 Dec 2011 01:33:17 +0000 (01:33 +0000)]
x86: bswap: remove test for bswap instruction

Firstly, this test never worked as intended, always reporting
success.  Secondly, bswap is available from 486 onward and can
thus be assumed present.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agobswap: make generic implementation more compiler-friendly
Mans Rullgard [Mon, 12 Dec 2011 00:50:08 +0000 (00:50 +0000)]
bswap: make generic implementation more compiler-friendly

With these changes, gcc 4.5 and later recognise it as a bswap
and use the proper instructions on ARM and x86.  On x86, the
16-bit bswap is recognised from gcc 4.1.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agoseek-test: use standard format specifiers in snprintf()
Michael Niedermayer [Mon, 12 Dec 2011 01:03:38 +0000 (02:03 +0100)]
seek-test: use standard format specifiers in snprintf()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agofate: replace forgotten avconv by ffmpeg in vsynth / asynth stuff
Michael Niedermayer [Mon, 12 Dec 2011 00:44:11 +0000 (01:44 +0100)]
fate: replace forgotten avconv by ffmpeg in vsynth / asynth stuff

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Mon, 12 Dec 2011 00:25:37 +0000 (01:25 +0100)]
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  x86: cabac: replace explicit memory references with "m" operands
  avplay: don't request a stereo downmix
  wmapro: use av_float2int()
  lavc: avoid invalid memcpy() in avcodec_default_release_buffer()
  lavu: replace int/float punning functions
  lavfi: install libavfilter/vsrc_buffer.h
  Remove extraneous semicolons
  sdp: Restore the original mp4 format h264 extradata if converted
  rtpenc: Add support for mp4 format h264
  rtpenc: Simplify code by introducing a separate end pointer
  movenc: Use the actual converted sample for RTP hinting
  Fix a bunch of common typos.

Conflicts:
doc/developer.texi
doc/eval.texi
doc/filters.texi
doc/protocols.texi
ffmpeg.c
ffplay.c
libavcodec/mpegvideo.h
libavcodec/x86/cabac.h
libavfilter/Makefile
libavformat/avformat.h
libavformat/cafdec.c
libavformat/flvdec.c
libavformat/flvenc.c
libavformat/gxfenc.c
libavformat/img2.c
libavformat/movenc.c
libavformat/mpegts.c
libavformat/rtpenc_h264.c
libavformat/utils.c
libavformat/wtv.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoh264: remove useless cast
Mans Rullgard [Sun, 11 Dec 2011 23:51:12 +0000 (23:51 +0000)]
h264: remove useless cast

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agoproresdec: fix decode_slice() prototype
Mans Rullgard [Sun, 11 Dec 2011 23:36:05 +0000 (23:36 +0000)]
proresdec: fix decode_slice() prototype

Make the function prototype match the argument of
AVCodecCntext.execute() and remove the cast hiding
this mismatch.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agox86: cabac: replace explicit memory references with "m" operands
Mans Rullgard [Sun, 11 Dec 2011 21:41:59 +0000 (21:41 +0000)]
x86: cabac: replace explicit memory references with "m" operands

This replaces the explicit offset(reg) memory references with
"m" operands for the same locations.  As a result, one fewer
register operand is needed for these inline asm statements.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agoavplay: don't request a stereo downmix
Justin Ruggles [Sat, 10 Dec 2011 21:59:55 +0000 (16:59 -0500)]
avplay: don't request a stereo downmix

Multi-channel output works just fine for me with SDL 1.2.14.

12 years agowmapro: use av_float2int()
Mans Rullgard [Sat, 10 Dec 2011 15:51:25 +0000 (15:51 +0000)]
wmapro: use av_float2int()

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agolavc: avoid invalid memcpy() in avcodec_default_release_buffer()
Mans Rullgard [Mon, 5 Dec 2011 15:38:10 +0000 (15:38 +0000)]
lavc: avoid invalid memcpy() in avcodec_default_release_buffer()

When the buf and last pointers are equal, the FFSWAP() results
in an invalid call to memcpy() with same source and destination
on some targets.  Although assigning a struct to itself is valid
C99, gcc does not check for this before calling memcpy().
See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32667

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agolavu: replace int/float punning functions
Mans Rullgard [Sun, 27 Nov 2011 14:04:16 +0000 (14:04 +0000)]
lavu: replace int/float punning functions

The existing functions defined in intfloat_readwrite.[ch] are
both slow and incorrect (infinities are not handled).

This introduces a new header with fast, inline conversion
functions using direct union punning assuming an IEEE-754
system, an assumption already made throughout the code.

The one use of Intel/Motorola extended 80-bit format is
replaced by simpler code sufficient under the present
constraints (positive normal values).

The old functions are marked deprecated and retained for
compatibility.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agoseektest: floatfree
Michael Niedermayer [Sun, 11 Dec 2011 18:21:39 +0000 (19:21 +0100)]
seektest: floatfree

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agolavfi: install libavfilter/vsrc_buffer.h
Andrey Utkin [Thu, 8 Dec 2011 19:27:01 +0000 (21:27 +0200)]
lavfi: install libavfilter/vsrc_buffer.h

It declares API necessary for filtering apps.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
12 years agodoc/ffmpeg.texi
Michael Niedermayer [Sun, 11 Dec 2011 17:50:39 +0000 (18:50 +0100)]
doc/ffmpeg.texi
Merge changes done to avconv.texi since the last merge into ffmpeg.texi

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoRemove extraneous semicolons
Mans Rullgard [Sun, 11 Dec 2011 17:07:04 +0000 (17:07 +0000)]
Remove extraneous semicolons

These semicolons cause invalid empty top-level declarations.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years agoSupport VP8 in NSV.
Reimar Döffinger [Sun, 11 Dec 2011 14:51:12 +0000 (15:51 +0100)]
Support VP8 in NSV.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
12 years agoregressiontest: try mp2 for wtv
Michael Niedermayer [Sun, 11 Dec 2011 16:44:13 +0000 (17:44 +0100)]
regressiontest: try mp2 for wtv
our ac3 decoder outputs different things on different platforms.

Idea-by: Reimar
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoregressiontest: try to fix wtv
Michael Niedermayer [Sun, 11 Dec 2011 15:19:10 +0000 (16:19 +0100)]
regressiontest: try to fix wtv

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agolife: add mold, mold_color, life_color and death_color options.
Clément Bœsch [Fri, 9 Dec 2011 01:33:01 +0000 (02:33 +0100)]
life: add mold, mold_color, life_color and death_color options.

12 years agolife: add seed information in filter summary.
Clément Bœsch [Sun, 11 Dec 2011 12:36:53 +0000 (13:36 +0100)]
life: add seed information in filter summary.

12 years agolavfi: add cellauto source
Stefano Sabatini [Thu, 8 Dec 2011 17:07:52 +0000 (18:07 +0100)]
lavfi: add cellauto source

12 years agoAdd caf format regression test.
Reimar Döffinger [Sat, 10 Dec 2011 23:34:32 +0000 (00:34 +0100)]
Add caf format regression test.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
12 years agoEnable already existing rso regression test.
Reimar Döffinger [Sat, 10 Dec 2011 23:30:11 +0000 (00:30 +0100)]
Enable already existing rso regression test.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
12 years agoAdd regression test for "sox" format muxer/demuxer.
Reimar Döffinger [Sat, 10 Dec 2011 23:21:47 +0000 (00:21 +0100)]
Add regression test for "sox" format muxer/demuxer.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
12 years agoAdd wtv seek test.
Reimar Döffinger [Sat, 10 Dec 2011 23:20:34 +0000 (00:20 +0100)]
Add wtv seek test.

I am not entirely sure the seek functionality is working correctly,
there are some strange cases like successful seek but no dts value.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
12 years agoAdd wtv lavf regression test.
Reimar Döffinger [Sat, 10 Dec 2011 23:00:42 +0000 (00:00 +0100)]
Add wtv lavf regression test.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
12 years agoMAINTAINERS: extend syntax for entries
Michael Niedermayer [Wed, 7 Dec 2011 20:44:38 +0000 (21:44 +0100)]
MAINTAINERS: extend syntax for entries

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoCorrect use of OSX to Mac OS X and properly format yasm providers on Mac OS X
Hanspeter Niederstrasser [Sun, 11 Dec 2011 00:56:48 +0000 (19:56 -0500)]
Correct use of OSX to Mac OS X and properly format yasm providers on Mac OS X

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Sat, 10 Dec 2011 23:40:09 +0000 (00:40 +0100)]
Merge remote-tracking branch 'qatar/master'

* qatar/master: (21 commits)
  Warn about avserver being broken.
  avconv: drop code for special handling of avserver streams.
  rawdec: don't set codec timebase.
  lavf doxy: add muxing stuff to lavf_encoding group
  lavf doxy: add demuxing stuff to lavf_decoding group
  lavf doxy: expand/reword metadata API doxy.
  lavf doxy: add installed headers to groups.
  lavf doxy: add avio groups into the lavf_io group.
  lavf doxy: rename lavf I/O group to lavf_io.
  lavf doxy: add metadata docs to the main lavf group
  ttadec: check channel count as read from extradata.
  Add CLJR encoding and decoding regression tests
  cljr: remove unused code
  flacdec: Support for tracks in cuesheet metadata block
  ptx: fix inverted check for sufficient data
  flac muxer: fix writing of file header and STREAMINFO header from extradata
  ptx: emit a warning on insufficient picture data
  utvideo: add fate tests covering all codec variants
  doc: update to refer to avconv
  doc: remove some stale entries from the faq
  ...

Conflicts:
Changelog
avconv.c
doc/avconv.texi
doc/faq.texi
doc/ffplay.texi
doc/ffprobe.texi
doc/ffserver.texi
libavcodec/avcodec.h
libavcodec/cljr.c
libavformat/avformat.h
libavformat/riff.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
12 years agosdp: Restore the original mp4 format h264 extradata if converted
Martin Storsjö [Fri, 9 Dec 2011 19:00:09 +0000 (21:00 +0200)]
sdp: Restore the original mp4 format h264 extradata if converted

If the sdp is generated before the rtp muxer is initialized
(e.g. as when called from the rtsp muxer), this has to be done,
otherwise the rtp muxer doesn't know that the input really is
in mp4 format.

Signed-off-by: Martin Storsjö <martin@martin.st>
12 years agortpenc: Add support for mp4 format h264
Luca Abeni [Fri, 9 Dec 2011 09:02:55 +0000 (11:02 +0200)]
rtpenc: Add support for mp4 format h264

Signed-off-by: Martin Storsjö <martin@martin.st>
12 years agortpenc: Simplify code by introducing a separate end pointer
Martin Storsjö [Fri, 9 Dec 2011 18:42:52 +0000 (20:42 +0200)]
rtpenc: Simplify code by introducing a separate end pointer

Also remove redundant parentheses.

Signed-off-by: Martin Storsjö <martin@martin.st>
12 years agomovenc: Use the actual converted sample for RTP hinting
Martin Storsjö [Fri, 9 Dec 2011 19:19:57 +0000 (21:19 +0200)]
movenc: Use the actual converted sample for RTP hinting

If an annex b bitstream is muxed into mov, the actual written
sample is reformatted to mp4 syntax before writing.

Currently, the RTP hints that copy data from the normal video
track, where the payload data might be offset compared to the
original sample that the RTP hinting used (when 3 byte
annex b startcodes have been converted into 4 byte mp4 format
startcodes).

Signed-off-by: Martin Storsjö <martin@martin.st>
12 years agoFix a bunch of common typos.
Diego Biurrun [Wed, 5 Oct 2011 12:12:42 +0000 (14:12 +0200)]
Fix a bunch of common typos.

12 years agoeval.texi: document that variables are not shared between expressions.
Michael Niedermayer [Sat, 10 Dec 2011 22:36:30 +0000 (23:36 +0100)]
eval.texi: document that variables are not shared between expressions.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoh264: Fix concealment regression introduced by babf4fe01a808327d53977ba319c113a930180b1
Michael Niedermayer [Sat, 10 Dec 2011 22:26:38 +0000 (23:26 +0100)]
h264: Fix concealment regression introduced by babf4fe01a808327d53977ba319c113a930180b1
Limit the new case to when the decoder is flushed instead of at each idr frame

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoh264: reset prev_poc_msb to the same value everywhere.
Michael Niedermayer [Sat, 10 Dec 2011 22:03:49 +0000 (23:03 +0100)]
h264: reset prev_poc_msb to the same value everywhere.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoWarn about avserver being broken.
Anton Khirnov [Sat, 10 Dec 2011 17:30:03 +0000 (18:30 +0100)]
Warn about avserver being broken.

Also remove mentions of it from other avtools' manuals.

12 years agoavconv: drop code for special handling of avserver streams.
Anton Khirnov [Sat, 10 Dec 2011 16:33:52 +0000 (17:33 +0100)]
avconv: drop code for special handling of avserver streams.

It's broken and doesn't work anyway.

This patch means that avconv will ignore encoding options from the ffm
file and will instead use whatever is provided on the commandline as for
normal output.

12 years agorawdec: don't set codec timebase.
Anton Khirnov [Sat, 10 Dec 2011 11:40:05 +0000 (12:40 +0100)]
rawdec: don't set codec timebase.

It's not supposed to be set outside of lavc. Set r_frame_rate and
avg_frame_rate instead.

12 years agolavf doxy: add muxing stuff to lavf_encoding group
Anton Khirnov [Sat, 10 Dec 2011 20:04:30 +0000 (21:04 +0100)]
lavf doxy: add muxing stuff to lavf_encoding group

12 years agolavf doxy: add demuxing stuff to lavf_decoding group
Anton Khirnov [Sat, 10 Dec 2011 20:04:30 +0000 (21:04 +0100)]
lavf doxy: add demuxing stuff to lavf_decoding group

12 years agolavf doxy: expand/reword metadata API doxy.
Anton Khirnov [Sat, 10 Dec 2011 19:39:39 +0000 (20:39 +0100)]
lavf doxy: expand/reword metadata API doxy.

12 years agolavf doxy: add installed headers to groups.
Anton Khirnov [Sat, 10 Dec 2011 19:16:57 +0000 (20:16 +0100)]
lavf doxy: add installed headers to groups.

12 years agolavf doxy: add avio groups into the lavf_io group.
Anton Khirnov [Sat, 10 Dec 2011 19:11:28 +0000 (20:11 +0100)]
lavf doxy: add avio groups into the lavf_io group.

12 years agolavf doxy: rename lavf I/O group to lavf_io.
Anton Khirnov [Sat, 10 Dec 2011 19:09:04 +0000 (20:09 +0100)]
lavf doxy: rename lavf I/O group to lavf_io.

12 years agolavf doxy: add metadata docs to the main lavf group
Anton Khirnov [Sat, 10 Dec 2011 19:06:49 +0000 (20:06 +0100)]
lavf doxy: add metadata docs to the main lavf group

12 years agoffmpeg: better warning about loop_input
Michael Niedermayer [Sat, 10 Dec 2011 20:00:38 +0000 (21:00 +0100)]
ffmpeg: better warning about loop_input

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agottadec: check channel count as read from extradata.
Shitiz Garg [Sat, 10 Dec 2011 19:40:57 +0000 (01:10 +0530)]
ttadec: check channel count as read from extradata.

fixes floating-point exception due to channels being set to 0.
fixes Bug 128.

Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
12 years agoAdd CLJR encoding and decoding regression tests
Paul B Mahol [Thu, 8 Dec 2011 23:42:02 +0000 (23:42 +0000)]
Add CLJR encoding and decoding regression tests

Signed-off-by: Diego Biurrun <diego@biurrun.de>
12 years agocljr: remove unused code
Paul B Mahol [Fri, 9 Dec 2011 00:45:27 +0000 (00:45 +0000)]
cljr: remove unused code

Signed-off-by: Diego Biurrun <diego@biurrun.de>
12 years agoflacdec: Support for tracks in cuesheet metadata block
Paul B Mahol [Sat, 10 Dec 2011 04:53:30 +0000 (04:53 +0000)]
flacdec: Support for tracks in cuesheet metadata block

Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
12 years agoRun zmbv regression without md5sum.
Reimar Döffinger [Sat, 10 Dec 2011 18:33:27 +0000 (19:33 +0100)]
Run zmbv regression without md5sum.

Judging by the differences this should make all FATE
machines pass the test.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
12 years agortmpproto: make condition work in overflow case.
Reimar Döffinger [Sat, 10 Dec 2011 14:52:21 +0000 (15:52 +0100)]
rtmpproto: make condition work in overflow case.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
12 years agoMake detection of single-stream flv work again.
Reimar Döffinger [Wed, 7 Dec 2011 20:51:27 +0000 (21:51 +0100)]
Make detection of single-stream flv work again.

It had become dead code when code was added to avoid
exporting audio and video codec id as metadata.
Untested due to lack of sample.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
12 years agoh264: improve "no picture" debug output.
Michael Niedermayer [Sat, 10 Dec 2011 17:42:52 +0000 (18:42 +0100)]
h264: improve "no picture" debug output.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoh264: switch from qatars has_b_frames calculation back to mine.
Michael Niedermayer [Sat, 10 Dec 2011 16:33:54 +0000 (17:33 +0100)]
h264: switch from qatars has_b_frames calculation back to mine.
Their 2nd try does like the first not work at all.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years agoadpcm: fix division by zero in fate/creative/intro-partial.wav with -s 2 and -r 0...
Michael Niedermayer [Sat, 10 Dec 2011 13:55:23 +0000 (14:55 +0100)]
adpcm: fix division by zero in fate/creative/intro-partial.wav with -s 2 and -r 0.001:1

Bug-Found-by: Shitiz Garg
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>