platform/upstream/libav.git
15 years agoCosmetics: Fix indentation after last commit.
Carl Eugen Hoyos [Thu, 26 Feb 2009 20:36:47 +0000 (20:36 +0000)]
Cosmetics: Fix indentation after last commit.

Originally committed as revision 17621 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoInitialize H264 parser context correctly if the optional SEI messages
Ivan Schreter [Thu, 26 Feb 2009 20:36:02 +0000 (20:36 +0000)]
Initialize H264 parser context correctly if the optional SEI messages
are not present.

Patch by Ivan Schreter, schreter gmx net

Originally committed as revision 17620 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomove static tables from asf.h to non-static tables in asf.c
Aurelien Jacobs [Thu, 26 Feb 2009 16:17:17 +0000 (16:17 +0000)]
move static tables from asf.h to non-static tables in asf.c
this avoid getting those tables duplicated in asfenc.o and asfdec.o

Originally committed as revision 17619 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agorename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency
Aurelien Jacobs [Thu, 26 Feb 2009 15:44:19 +0000 (15:44 +0000)]
rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency

Originally committed as revision 17618 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agofix a memleak in av_metadata_set()
Aurelien Jacobs [Thu, 26 Feb 2009 14:40:04 +0000 (14:40 +0000)]
fix a memleak in av_metadata_set()

Originally committed as revision 17617 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoImplement marker bit, which is used for several RTP payloads currently
Ronald S. Bultje [Thu, 26 Feb 2009 14:24:50 +0000 (14:24 +0000)]
Implement marker bit, which is used for several RTP payloads currently
under review. See "[FFmpeg-devel] RTP mark bit not passed to parse_packet"
thread on mailinglist.

Originally committed as revision 17616 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoDon't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing
Ronald S. Bultje [Thu, 26 Feb 2009 14:23:05 +0000 (14:23 +0000)]
Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing
in common except for this one value. Change was requested by Luca in the
"[FFmpeg-devel] RTP mark bit not passed to parse_packet" thread.

Originally committed as revision 17615 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoDocument rtsp.h, see "[PATCH] document rtsp.h" thread.
Ronald S. Bultje [Thu, 26 Feb 2009 14:15:41 +0000 (14:15 +0000)]
Document rtsp.h, see "[PATCH] document rtsp.h" thread.

Originally committed as revision 17614 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix next_pts computation to consider repeat_pict.
Michael Niedermayer [Thu, 26 Feb 2009 13:15:22 +0000 (13:15 +0000)]
Fix next_pts computation to consider repeat_pict.

Originally committed as revision 17613 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomovenc: add muxing of language along with metadata tags when available
Aurelien Jacobs [Thu, 26 Feb 2009 13:13:48 +0000 (13:13 +0000)]
movenc: add muxing of language along with metadata tags when available

Originally committed as revision 17612 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoreturn -1 for errors in ff_mov_iso639_to_lang() to allow for error checking
Aurelien Jacobs [Thu, 26 Feb 2009 13:11:18 +0000 (13:11 +0000)]
return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking

Originally committed as revision 17611 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agocosmetics: indentation
Aurelien Jacobs [Thu, 26 Feb 2009 13:08:22 +0000 (13:08 +0000)]
cosmetics: indentation

Originally committed as revision 17610 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agouse new metadata API in mov muxer
Aurelien Jacobs [Thu, 26 Feb 2009 13:06:49 +0000 (13:06 +0000)]
use new metadata API in mov muxer

Originally committed as revision 17609 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agodon't trigger metadata compatibility code when user app already set metadata
Aurelien Jacobs [Thu, 26 Feb 2009 13:00:13 +0000 (13:00 +0000)]
don't trigger metadata compatibility code when user app already set metadata
using new API

Originally committed as revision 17608 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agodv probe
Baptiste Coudurier [Thu, 26 Feb 2009 08:45:59 +0000 (08:45 +0000)]
dv probe

Originally committed as revision 17607 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoShare the function to write a raw FLAC header and use it in the Matroska
Justin Ruggles [Thu, 26 Feb 2009 02:41:53 +0000 (02:41 +0000)]
Share the function to write a raw FLAC header and use it in the Matroska
muxer.

Originally committed as revision 17606 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agocosmetics: add a comment in flac_write_header().
Justin Ruggles [Thu, 26 Feb 2009 02:33:19 +0000 (02:33 +0000)]
cosmetics: add a comment in flac_write_header().

Originally committed as revision 17605 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd support for full header extradata to raw FLAC muxer.
Justin Ruggles [Thu, 26 Feb 2009 02:32:18 +0000 (02:32 +0000)]
Add support for full header extradata to raw FLAC muxer.

Originally committed as revision 17604 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agocosmetics: line wrap and indentation after last commit.
Justin Ruggles [Thu, 26 Feb 2009 02:30:29 +0000 (02:30 +0000)]
cosmetics: line wrap and indentation after last commit.

Originally committed as revision 17603 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoUse a shared function to validate FLAC extradata.
Justin Ruggles [Thu, 26 Feb 2009 02:29:24 +0000 (02:29 +0000)]
Use a shared function to validate FLAC extradata.

Originally committed as revision 17602 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoSeparate the raw FLAC muxer from raw.c to its own file, flacenc.c.
Justin Ruggles [Thu, 26 Feb 2009 02:21:43 +0000 (02:21 +0000)]
Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.

Originally committed as revision 17601 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRe-indent after last commit.
Alex Converse [Thu, 26 Feb 2009 01:54:16 +0000 (01:54 +0000)]
Re-indent after last commit.

Originally committed as revision 17600 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRefactor AAC unsigned band type decoding for a modest speedup.
Alex Converse [Thu, 26 Feb 2009 01:51:34 +0000 (01:51 +0000)]
Refactor AAC unsigned band type decoding for a modest speedup.

Originally committed as revision 17599 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoUse const to better allow the compiler to optimize AAC independent coupling.
Alex Converse [Thu, 26 Feb 2009 01:50:00 +0000 (01:50 +0000)]
Use const to better allow the compiler to optimize AAC independent coupling.

Originally committed as revision 17598 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoCompleted documentation of reference field.
Carl Eugen Hoyos [Thu, 26 Feb 2009 01:38:51 +0000 (01:38 +0000)]
Completed documentation of reference field.

Originally committed as revision 17597 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoDo not set h264.is_reference for pictures that are delayed, but not
NVIDIA Corporation [Thu, 26 Feb 2009 01:03:01 +0000 (01:03 +0000)]
Do not set h264.is_reference for pictures that are delayed, but not
actually reference frames.

Patch by NVIDIA

Originally committed as revision 17596 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoThe field rangered in VDPAU's VdpPictureInfoVC1 now also contains
NVIDIA Corporation [Thu, 26 Feb 2009 00:29:01 +0000 (00:29 +0000)]
The field rangered in VDPAU's VdpPictureInfoVC1 now also contains
rangeredfrm (VC-1 7.1.13) in bit 1.

Patch by NVIDIA

Originally committed as revision 17595 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoApply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.
Carl Eugen Hoyos [Wed, 25 Feb 2009 23:58:52 +0000 (23:58 +0000)]
Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.

Originally committed as revision 17594 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd missing prototype for ff_is_hwaccel_pix_fmt().
Gwenole Beauchesne [Wed, 25 Feb 2009 23:24:34 +0000 (23:24 +0000)]
Add missing prototype for ff_is_hwaccel_pix_fmt().
patch by Gwenole Beauchesne, gbeauchesne,splitted-desktop,com

Originally committed as revision 17593 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agohttp://bytesex.org/xawtv/ permanently redirects to
Robert Swain [Wed, 25 Feb 2009 20:18:01 +0000 (20:18 +0000)]
http://bytesex.org/xawtv/ permanently redirects to
http://linux.bytesex.org/xawtv/ so update the URL

Originally committed as revision 17592 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne.
Michael Niedermayer [Wed, 25 Feb 2009 19:39:42 +0000 (19:39 +0000)]
Add hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne.

Originally committed as revision 17591 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMore AVhwaccel hunks from Gwenole Beauchesne.
Michael Niedermayer [Wed, 25 Feb 2009 19:16:27 +0000 (19:16 +0000)]
More AVhwaccel hunks from Gwenole Beauchesne.

Originally committed as revision 17590 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agospelling/wording/grammar cosmetics
Diego Biurrun [Wed, 25 Feb 2009 19:10:39 +0000 (19:10 +0000)]
spelling/wording/grammar cosmetics

Originally committed as revision 17589 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agospelling/wording/grammar cosmetics
Diego Biurrun [Wed, 25 Feb 2009 18:03:47 +0000 (18:03 +0000)]
spelling/wording/grammar cosmetics

Originally committed as revision 17588 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix VC1 and WMV3 playback in MPlayer.
Carl Eugen Hoyos [Wed, 25 Feb 2009 15:43:53 +0000 (15:43 +0000)]
Fix VC1 and WMV3 playback in MPlayer.

Originally committed as revision 17587 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agountypo
Michael Niedermayer [Wed, 25 Feb 2009 10:45:08 +0000 (10:45 +0000)]
untypo

Originally committed as revision 17586 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agocosmetics: reindent after last commit
Kostya Shishkov [Wed, 25 Feb 2009 08:36:00 +0000 (08:36 +0000)]
cosmetics: reindent after last commit

Originally committed as revision 17585 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoSince motion vectors for intra blocks are always zero, do not try to retrieve them.
Kostya Shishkov [Wed, 25 Feb 2009 08:35:37 +0000 (08:35 +0000)]
Since motion vectors for intra blocks are always zero, do not try to retrieve them.

Originally committed as revision 17584 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agofix index edit rate, inverse num and den
Baptiste Coudurier [Wed, 25 Feb 2009 08:09:13 +0000 (08:09 +0000)]
fix index edit rate, inverse num and den

Originally committed as revision 17583 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agosimplify, use codec->block_align
Baptiste Coudurier [Wed, 25 Feb 2009 08:08:10 +0000 (08:08 +0000)]
simplify, use codec->block_align

Originally committed as revision 17582 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoset channel number even for inactive channels
Baptiste Coudurier [Wed, 25 Feb 2009 08:06:15 +0000 (08:06 +0000)]
set channel number even for inactive channels

Originally committed as revision 17581 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agodo not set frame start bit since marked as not used and factorize
Baptiste Coudurier [Wed, 25 Feb 2009 08:05:43 +0000 (08:05 +0000)]
do not set frame start bit since marked as not used and factorize

Originally committed as revision 17580 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAVInputFormat.reed_seek2()
Michael Niedermayer [Wed, 25 Feb 2009 03:18:11 +0000 (03:18 +0000)]
AVInputFormat.reed_seek2()

Originally committed as revision 17579 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years ago10l: Ignore error output from failed attempt to read snapshot_version.
Diego Biurrun [Tue, 24 Feb 2009 23:10:36 +0000 (23:10 +0000)]
10l: Ignore error output from failed attempt to read snapshot_version.

Originally committed as revision 17578 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRead revision string from the file snapshot_version if available.
Diego Biurrun [Tue, 24 Feb 2009 23:04:52 +0000 (23:04 +0000)]
Read revision string from the file snapshot_version if available.
This will be used by daily snapshots without Subversion metadata.

Originally committed as revision 17577 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agocosmetics: Use $() instead of ``, the former can be nested more easily.
Diego Biurrun [Tue, 24 Feb 2009 22:54:58 +0000 (22:54 +0000)]
cosmetics: Use $() instead of ``, the former can be nested more easily.

Originally committed as revision 17576 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRename yuv2rgb2.c --> yuv2rgb.c.
Diego Biurrun [Tue, 24 Feb 2009 22:40:20 +0000 (22:40 +0000)]
Rename yuv2rgb2.c --> yuv2rgb.c.

Originally committed as revision 28723 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoExport timestamp parameter from H.264.
Ivan Schreter [Tue, 24 Feb 2009 22:24:34 +0000 (22:24 +0000)]
Export timestamp parameter from H.264.

Patch by Ivan Schreter, schreter gmx net

Originally committed as revision 17575 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd timestamp computation if values are exported by decoder.
Ivan Schreter [Tue, 24 Feb 2009 22:19:09 +0000 (22:19 +0000)]
Add timestamp computation if values are exported by decoder.

Patch by Ivan Schreter, schreter gmx net

Originally committed as revision 17574 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years ago1000l for me, wrong pix_fmt.
Michael Niedermayer [Tue, 24 Feb 2009 22:19:02 +0000 (22:19 +0000)]
1000l for me, wrong pix_fmt.

Originally committed as revision 17573 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoCorrect time_base and repeat_pict for MPEG2 video.
Ivan Schreter [Tue, 24 Feb 2009 20:23:19 +0000 (20:23 +0000)]
Correct time_base and repeat_pict for MPEG2 video.

Patch by Ivan Schreter, schreter gmx net

Originally committed as revision 17572 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoCorrect time_base of H.264 and repeat_pict.
Ivan Schreter [Tue, 24 Feb 2009 20:19:59 +0000 (20:19 +0000)]
Correct time_base of H.264 and repeat_pict.

Patch by Ivan Schreter, schreter gmx net

Originally committed as revision 17571 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoChange duration computation to use time_base instead of TB/2.
Ivan Schreter [Tue, 24 Feb 2009 20:17:02 +0000 (20:17 +0000)]
Change duration computation to use time_base instead of TB/2.

Patch by Ivan Schreter, schreter gmx net

Originally committed as revision 17570 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoadd ff_find_hwaccel() by Gwenole Beauchesne
Michael Niedermayer [Tue, 24 Feb 2009 19:04:43 +0000 (19:04 +0000)]
add ff_find_hwaccel() by Gwenole Beauchesne

Originally committed as revision 17569 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoff_find_hwaccel()
Michael Niedermayer [Tue, 24 Feb 2009 18:51:16 +0000 (18:51 +0000)]
ff_find_hwaccel()

Originally committed as revision 17568 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoav_hwaccel_next() by Gwenole Beauchesne.
Michael Niedermayer [Tue, 24 Feb 2009 18:47:36 +0000 (18:47 +0000)]
av_hwaccel_next() by Gwenole Beauchesne.

Originally committed as revision 17567 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoav_register_hwaccel() from Gwenole Beauchesne.
Michael Niedermayer [Tue, 24 Feb 2009 18:46:00 +0000 (18:46 +0000)]
av_register_hwaccel() from Gwenole Beauchesne.

Originally committed as revision 17566 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAnother AVhwaccel hunk from Gwenole Beauchesne.
Michael Niedermayer [Tue, 24 Feb 2009 18:39:42 +0000 (18:39 +0000)]
Another AVhwaccel hunk from Gwenole Beauchesne.

Originally committed as revision 17565 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd and use ff_pixfmt_list_420.
Michael Niedermayer [Tue, 24 Feb 2009 18:27:52 +0000 (18:27 +0000)]
Add and use ff_pixfmt_list_420.

Originally committed as revision 17564 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoApproved hunk from the AVHWaccel patch by Gwenole Beauchesne.
Gwenole Beauchesne [Tue, 24 Feb 2009 18:24:56 +0000 (18:24 +0000)]
Approved hunk from the AVHWaccel patch by Gwenole Beauchesne.

Originally committed as revision 17563 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoDo not reimplement ff_celp_lp_synthesis_filterf().
Vitor Sessak [Tue, 24 Feb 2009 18:11:42 +0000 (18:11 +0000)]
Do not reimplement ff_celp_lp_synthesis_filterf().

Originally committed as revision 17562 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRename buf_vdpau to buf_start
Gwenole Beauchesne [Tue, 24 Feb 2009 17:09:57 +0000 (17:09 +0000)]
Rename buf_vdpau to buf_start
Patch by Gwenole Beauchesne <g$lastname> <at> <(antonym of "joined")-desktop><com>

Originally committed as revision 17561 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd ff_h263_find_resync_marker() to find the bit position of the next resync_marker...
Gwenole Beauchesne [Tue, 24 Feb 2009 16:12:47 +0000 (16:12 +0000)]
Add ff_h263_find_resync_marker() to find the bit position of the next resync_marker, if any.
patch by Gwenole Beauchesne gbeauchesne splitted-desktopcom
based on suggested implementation by me

Originally committed as revision 17560 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agocheck for a stuffing byte at the end of a slice
Stefan Gehrer [Tue, 24 Feb 2009 15:56:53 +0000 (15:56 +0000)]
check for a stuffing byte at the end of a slice

Originally committed as revision 17559 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agochange macroblock loop in inter frames so that after a
Stefan Gehrer [Tue, 24 Feb 2009 15:54:51 +0000 (15:54 +0000)]
change macroblock loop in inter frames so that after a
slice header the skip count is always parsed first

Originally committed as revision 17558 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years ago100l: Revert removal of GPL check for libswscale.
Diego Biurrun [Tue, 24 Feb 2009 15:33:39 +0000 (15:33 +0000)]
100l: Revert removal of GPL check for libswscale.
libswscale still compiles GPL parts by default.

Originally committed as revision 17557 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRelicense AltiVec optimizations as LGPL with the permission of Marc Hoffman
Diego Biurrun [Tue, 24 Feb 2009 15:27:14 +0000 (15:27 +0000)]
Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffman
and Reza Jelveh, the original authors.

Originally committed as revision 28717 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoThe software scaler is no longer GPLed.
Diego Biurrun [Tue, 24 Feb 2009 15:11:45 +0000 (15:11 +0000)]
The software scaler is no longer GPLed.

Originally committed as revision 17556 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoDo not duplicate frames if the muxer claims that it is not needed.
Michael Niedermayer [Tue, 24 Feb 2009 15:06:17 +0000 (15:06 +0000)]
Do not duplicate frames if the muxer claims that it is not needed.
Note to release manager, this is risky and should be reverted if
it causes any problem.

Originally committed as revision 17555 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
Michael Niedermayer [Tue, 24 Feb 2009 15:04:18 +0000 (15:04 +0000)]
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.

Originally committed as revision 17554 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoUpdate information regarding LGPL libswscale.
Diego Biurrun [Tue, 24 Feb 2009 14:53:46 +0000 (14:53 +0000)]
Update information regarding LGPL libswscale.

Originally committed as revision 17553 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRemove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.
Diego Biurrun [Tue, 24 Feb 2009 14:50:28 +0000 (14:50 +0000)]
Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.

Originally committed as revision 28716 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoMark two variables with av_uninit to avoid false positive gcc warnings.
Diego Biurrun [Tue, 24 Feb 2009 14:13:46 +0000 (14:13 +0000)]
Mark two variables with av_uninit to avoid false positive gcc warnings.

Originally committed as revision 17552 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd CODEC_ID_H264 to tb_unreliable(), it belongs there for the same
Michael Niedermayer [Tue, 24 Feb 2009 13:35:54 +0000 (13:35 +0000)]
Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same
reason as mpeg2. (telecine amongth others)

Originally committed as revision 17551 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix get_ur_golomb_jpegls() with A32_BITSTREAM_READER
Måns Rullgård [Tue, 24 Feb 2009 01:41:44 +0000 (01:41 +0000)]
Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READER

If k==0, log==0 can indicate that the coded value uses more than
MIN_CACHE_BITS bits.  With MIN_CACHE_BITS==32, the fast branch is
incorrectly taken in this case unless explicitly forbidden.

Originally committed as revision 17550 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAVPixFmtDescriptor doxy
Michael Niedermayer [Tue, 24 Feb 2009 01:12:25 +0000 (01:12 +0000)]
AVPixFmtDescriptor doxy

Originally committed as revision 17549 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoPixel Format descriptor, try #1.
Michael Niedermayer [Tue, 24 Feb 2009 01:08:29 +0000 (01:08 +0000)]
Pixel Format descriptor, try #1.
(yes its intentionally unused, this is intended as a basis for further
 work, and to prevent repeation of the whole discussion dying and the
 results being forgotten)

Originally committed as revision 17548 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoImplement in AVFilterGraph the scale_sws_opts field, and pass its
Stefano Sabatini [Mon, 23 Feb 2009 23:45:21 +0000 (23:45 +0000)]
Implement in AVFilterGraph the scale_sws_opts field, and pass its
value in the args for the auto-inserted scale filters.

Originally committed as revision 17547 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoChange sign in ff_celp_lp_synthesis_filterf(). This makes this function
Kenan Gillet [Mon, 23 Feb 2009 22:19:16 +0000 (22:19 +0000)]
Change sign in ff_celp_lp_synthesis_filterf(). This makes this function
useful for AMR and RA144.

Patch by Kenan Gillet

Originally committed as revision 17546 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agostart track id at 2, track id 1 for timecode
Baptiste Coudurier [Mon, 23 Feb 2009 19:51:16 +0000 (19:51 +0000)]
start track id at 2, track id 1 for timecode

Originally committed as revision 17545 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoClose the AAC parse context, discovered by Netgem.
Alex Converse [Mon, 23 Feb 2009 19:25:18 +0000 (19:25 +0000)]
Close the AAC parse context, discovered by Netgem.

Originally committed as revision 17544 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRemove CPUID availability check on AMD64 as it's architectural.
Zuxy Meng [Mon, 23 Feb 2009 15:53:39 +0000 (15:53 +0000)]
Remove CPUID availability check on AMD64 as it's architectural.

Originally committed as revision 17543 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoCheck return value of ff_fill_pointer in avcodec_default_get_buffer,
Reimar Döffinger [Mon, 23 Feb 2009 15:18:28 +0000 (15:18 +0000)]
Check return value of ff_fill_pointer in avcodec_default_get_buffer,
if it returns -1 we do not know how to allocate an AVFrame for that format
and must return -1 instead of returning nonsense.

Originally committed as revision 17542 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years ago100l, always declare variables at the top of a block, not inside a for ()
Reimar Döffinger [Mon, 23 Feb 2009 14:02:11 +0000 (14:02 +0000)]
100l, always declare variables at the top of a block, not inside a for ()

Originally committed as revision 17541 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMore approved hunks for VAAPI & our new and cleaner hwaccel API.
Gwenole Beauchesne [Mon, 23 Feb 2009 13:44:51 +0000 (13:44 +0000)]
More approved hunks for VAAPI & our new and cleaner hwaccel API.
patch by Gwenole Beauchesne gbeauchesne splitted-desktop com

Originally committed as revision 17540 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoApproved hunks for VAAPI / our new shiny hwaccel API
Michael Niedermayer [Mon, 23 Feb 2009 13:35:52 +0000 (13:35 +0000)]
Approved hunks for VAAPI / our new shiny hwaccel API
by Gwenole Beauchesne gbeauchesne splitted desktop com

Originally committed as revision 17539 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAllow av_find_stream_info() to be aborted.
Michael Niedermayer [Mon, 23 Feb 2009 02:38:45 +0000 (02:38 +0000)]
Allow av_find_stream_info() to be aborted.
Based on a patch by netgem.

Originally committed as revision 17538 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoCheck if -lrt is required for nanosleep, as is the case on Solaris.
Diego Biurrun [Mon, 23 Feb 2009 01:56:08 +0000 (01:56 +0000)]
Check if -lrt is required for nanosleep, as is the case on Solaris.
inspired by a patch from Fabian Groffen, grobian gentoo org

Originally committed as revision 17537 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoDocument 'ffmpeg -formats', patch by Daniel Verkamp, daniel drv nu.
Daniel Verkamp [Mon, 23 Feb 2009 01:47:18 +0000 (01:47 +0000)]
Document 'ffmpeg -formats', patch by Daniel Verkamp, daniel drv nu.

Originally committed as revision 17536 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoUpdates notes about which files are GPL.
Diego Biurrun [Mon, 23 Feb 2009 01:36:22 +0000 (01:36 +0000)]
Updates notes about which files are GPL.

Originally committed as revision 17535 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix xvmc object dependencies.
Diego Biurrun [Sun, 22 Feb 2009 23:13:00 +0000 (23:13 +0000)]
Fix xvmc object dependencies.

Originally committed as revision 17534 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix vc1 split().
Michael Niedermayer [Sun, 22 Feb 2009 20:48:12 +0000 (20:48 +0000)]
Fix vc1 split().
Fixes Subtitle-sample.evo, issue52.

Originally committed as revision 17533 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoBetter parsing of i263 picture header
Kostya Shishkov [Sun, 22 Feb 2009 18:13:40 +0000 (18:13 +0000)]
Better parsing of i263 picture header

Originally committed as revision 17532 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoCompact repeated messages to "Last message repeated x times".
Michael Niedermayer [Sun, 22 Feb 2009 17:53:14 +0000 (17:53 +0000)]
Compact repeated messages to "Last message repeated x times".

Originally committed as revision 17531 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomention raw Chinese AVS video demuxer
Stefan Gehrer [Sun, 22 Feb 2009 14:39:06 +0000 (14:39 +0000)]
mention raw Chinese AVS video demuxer

Originally committed as revision 17530 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoSearch for things like "int *src" without const.
Michael Niedermayer [Sun, 22 Feb 2009 14:29:48 +0000 (14:29 +0000)]
Search for things like "int *src" without const.

Originally committed as revision 17529 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoSplit avutil.h, move all the pixel format definitions to the new
Stefano Sabatini [Sun, 22 Feb 2009 14:27:50 +0000 (14:27 +0000)]
Split avutil.h, move all the pixel format definitions to the new
dedicated file pixfmt.h.

Originally committed as revision 17528 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoconsistent naming of Chinese AVS raw demuxer
Stefan Gehrer [Sun, 22 Feb 2009 14:27:50 +0000 (14:27 +0000)]
consistent naming of Chinese AVS raw demuxer

Originally committed as revision 17527 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd missing av_cold in static init/close functions.
Daniel Verkamp [Sun, 22 Feb 2009 13:48:55 +0000 (13:48 +0000)]
Add missing av_cold in static init/close functions.

Patch by Daniel Verkamp daniel at drv dot nu.

Originally committed as revision 17526 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd note about big vs. little endian.
Michael Niedermayer [Sun, 22 Feb 2009 13:48:25 +0000 (13:48 +0000)]
Add note about big vs. little endian.

Originally committed as revision 17525 to svn://svn.ffmpeg.org/ffmpeg/trunk