|
|
|
@685502cf
|
16 years |
kostya.shishkov |
Add PB-frame decoding support for H.263/i263 (and enable it for i263)
…
|
|
|
@6053da01
|
16 years |
justin.ruggles |
alacdec: Simplify reading of uncompressed samples by using …
|
|
|
@5b37e2fc
|
16 years |
justin.ruggles |
flacdec: Avoid trying to read 33 bits. This occurs when the source
is …
|
|
|
@505cc62f
|
16 years |
justin.ruggles |
flacdec: ALT_BITSTREAM_READER is no longer required.
Originally …
|
|
|
@9de6e090
|
16 years |
justin.ruggles |
flacdec: use get_sbits_long() where needed.
Originally committed as …
|
|
|
@017c081
|
16 years |
justin.ruggles |
Add a get_sbits_long() function.
Originally committed as revision …
|
|
|
@8858990f
|
16 years |
mans |
ALAC: use sign_extend() from mathops.h
Originally committed as …
|
|
|
@101dfa7
|
16 years |
mans |
Add sign_extend() function to mathops.h
Originally committed as …
|
|
|
@edd532db
|
16 years |
Reimar.Doeffinger |
Simplify show_bits_long and copy the GetBitsContext around only once …
|
|
|
@ee4d0322
|
16 years |
justin.ruggles |
flacdec: Use get/skip_bits_long() for more than 17-bits and …
|
|
|
@b89e77cf
|
16 years |
kostya.shishkov |
Factor out block decoding in ff_h263_decode_mb()
Originally committed …
|
|
|
@7115cbda
|
16 years |
michaelni |
Consider all packets in the parser, not just ones with timestamps, …
|
|
|
@2cc30421
|
16 years |
michaelni |
Favor container packets that end after the first byte of the access …
|
|
|
@a4c7a5ea
|
16 years |
michaelni |
Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is …
|
|
|
@873b0923
|
16 years |
diego |
version.h should depend on config.mak.
The extra version string that …
|
|
|
@2fddbb68
|
16 years |
benoit.fouet |
Add context to some av_log() calls.
Originally committed as revision …
|
|
|
@d69da18c
|
16 years |
benoit.fouet |
Merge three conditions in a single 'if' instead of two.
Originally …
|
|
|
@b00b15be
|
16 years |
diego |
Mention non-recursive Makefiles in the changelog.
Originally …
|
|
|
@58cf42fa
|
16 years |
diego |
cosmetics: spelling/wording fixes
Originally committed as revision …
|
|
|
@c76d1bb2
|
16 years |
justin.ruggles |
AC-3 encoding is integer-only
Originally committed as revision 17723 …
|
|
|
@ddea12a6
|
16 years |
diego |
Revert previous removal of PAM, PBM, PGM, PGMYUV and PPM from the list …
|
|
|
@12dd57fd
|
16 years |
diego |
cosmetics: Reformat long_names so that "DPCM" comes first.
Originally …
|
|
|
@fd75ced
|
16 years |
diego |
cosmetics: Reformat long_names so that "ADPCM" comes first.
…
|
|
|
@655463b9
|
16 years |
diego |
cosmetics: Reformat long_names so that "PCM" comes first.
Originally …
|
|
|
@7eb2d65
|
16 years |
diego |
small spelling/grammar fixes
Originally committed as revision 17718 …
|
|
|
@326b554c
|
16 years |
diego |
xvmc works with MPEG-2 as well as MPEG-1, note this in the codec …
|
|
|
@0ffbc258
|
16 years |
diego |
Change a bunch of codec long_names to be more consistent and …
|
|
|
@421ae27
|
16 years |
diego |
Decoding of PAM, PBM, PGM, PGMYUV and PPM image formats is not …
|
|
|
@56dc1fdf
|
16 years |
tempn |
figure out which muxers support which codecs? new api required!
…
|
|
|
@dbf9dde
|
16 years |
robert.swain |
The Ogg muxer will handle Theora as well
Originally committed as …
|
|
|
@641992de
|
16 years |
diego |
Another round of missing codecs and name updates to match the codec …
|
|
|
@a1c5b6ec
|
16 years |
justin.ruggles |
Add some more missing codecs and update names to match the codec …
|
|
|
@dd2d651d
|
16 years |
diego |
Add some more missing codecs and update names to match the codec …
|
|
|
@4d973c68
|
16 years |
diego |
Merge MP2, MP3 and MPEG audio demuxer entries.
Originally committed …
|
|
|
@d70fe5a3
|
16 years |
tempn |
vorbis and flac ogg muxer only
Originally committed as revision 17708 …
|
|
|
@f58c7139
|
16 years |
tempn |
ogg muxer is vorbis only
Originally committed as revision 17707 to …
|
|
|
@68dddf53
|
16 years |
justin.ruggles |
Add some missing codecs and update names to match the codec long_name …
|
|
|
@9510f59a
|
16 years |
diego |
Add some missing codecs and update names to match the codec long_name. …
|
|
|
@eacf8613
|
16 years |
justin.ruggles |
add some missing codecs and update some names to match …
|
|
|
@270fc177
|
16 years |
diego |
Integer-only decoding of AC-3 is not supported.
Originally committed …
|
|
|
@21d4af5d
|
16 years |
diego |
Targa encoding is supported.
Originally committed as revision 17702 …
|
|
|
@f2937cc6
|
16 years |
diego |
Add missing image formats, patch by Daniel Verkamp, daniel drv nu.
…
|
|
|
@314511ab
|
16 years |
diego |
Split PGM and PPM in image formats section.
patch by Daniel Verkamp, …
|
|
|
@9db80acb
|
16 years |
diego |
cosmetics: Break image format lines before comments.
patch by Daniel …
|
|
|
@09096c9f
|
16 years |
mans |
RA144: work around gcc bug/oddity on ARM
This should not make any …
|
|
|
@38ce707e
|
16 years |
Aurélien Jacobs |
add an API changelog with a first entry for the new metadata API
…
|
|
|
@e0e86c52
|
16 years |
diego |
Add release version number.
Originally committed as revision 17696 to …
|
|
|
@b77df637
|
16 years |
mans |
configure: fix return value from check_header
Originally committed as …
|
|
|
@4b037567
|
16 years |
stefano.sabatini-lala |
Document ffplay -ast, -vst, and -sst options.
Originally committed as …
|
|
|
@5dbb63fe
|
16 years |
stefano.sabatini-lala |
Apply the same logic used for subtitle stream selection to audio and …
|
|
|
@5ad4f0d4
|
16 years |
stefano.sabatini-lala |
Simplify the logic for the subtitle stream selection.
Originally …
|
|
|
@7f668bb3
|
16 years |
stefano.sabatini-lala |
Fix subtitle selection logic, make ffplay select the subtitle stream N …
|
|
|
@827f7e28
|
16 years |
Aurélien Jacobs |
deprecate old metadata API
Originally committed as revision 17690 to …
|
|
|
@bc718b4
|
16 years |
Aurélien Jacobs |
fix missed usage of old metadata API in mov demuxer
Originally …
|
|
|
@0a789246
|
16 years |
Aurélien Jacobs |
fix last usage of old metadata API in ffmpeg.c (handling of AVStream …
|
|
|
@012867f0
|
16 years |
Aurélien Jacobs |
use new metadata API in libavformat/utils.c
Originally committed as …
|
|
|
@feacba6c
|
16 years |
Aurélien Jacobs |
use new metadata API in r3d demuxer
Originally committed as revision …
|
|
|
@5ee999b
|
16 years |
Aurélien Jacobs |
convert ffserver to new metadata API
Originally committed as revision …
|
|
|
@f7554a99
|
16 years |
Aurélien Jacobs |
convert ffplay to new metadata API
Originally committed as revision …
|
|
|
@a5926d85
|
16 years |
Aurélien Jacobs |
convert ffmpeg to new metadata API
Originally committed as revision …
|
|
|
@ec264570
|
16 years |
Aurélien Jacobs |
new metadata API is now officially part of public API
Originally …
|
|
|
@95030323
|
16 years |
Aurélien Jacobs |
simplify metadata conversion and fixes gcc-2.95 at the same time
…
|
|
|
@db794291
|
16 years |
mans |
SVQ3: Fix decoding with A32_BITSTREAM_READER
…
|
|
|
@4cd19f6e
|
16 years |
mans |
ARM: fix missing MUL16() return type
Originally committed as revision …
|
|
|
@9c366939
|
16 years |
dominik |
Fix typo in comments.
Originally committed as revision 28777 to …
|
|
|
@b62bb661
|
16 years |
Reimar.Doeffinger |
Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of …
|
|
|
@68363b69
|
16 years |
Reimar.Doeffinger |
Make AltiVec code write alpha as 255 instead of 0 when converting to …
|
|
|
@f78b9c06
|
16 years |
Reimar.Doeffinger |
Fix braindead and broken way to calculate abase, fixes regression …
|
|
|
@8d2544bd
|
16 years |
vitor1001 |
Reindent after last commit
Originally committed as revision 17678 to …
|
|
|
@9e27e0d4
|
16 years |
vitor1001 |
Do not read uninitialized buffer, no matter if it will be multiplied …
|
|
|
@d819b41b
|
16 years |
Reimar.Doeffinger |
Remove unused variable in mpeg_mc_decode_init
Originally committed as …
|
|
|
@4022fe01
|
16 years |
michaelni |
Change the timebase of the raw demuxer to one that can represent the …
|
|
|
@9e6c124a
|
16 years |
michaelni |
Disable MPEG-1/2 style timestamp calculation for H264. It still …
|
|
|
@47cd974a
|
16 years |
michaelni |
Do not set low_delay if has_b_frames has been set before init()
this …
|
|
|
@9ef88af
|
16 years |
alex.converse |
AAC: Make the CPE function more consistent with the functions for …
|
|
|
@719e721a
|
16 years |
Aurélien Jacobs |
Add some basic metadata conversion tables for matroska and asf.
Add …
|
|
|
@f610a9f2
|
16 years |
Aurélien Jacobs |
add a metadata conversion API
Originally committed as revision 17670 …
|
|
|
@efd8c1f6
|
16 years |
michaelni |
Adjust time_base exactly when changing ticks_per_frame to 2 this is …
|
|
|
@cd0d9a9d
|
16 years |
mans |
configure: check_func_headers should mark headers as found
Originally …
|
|
|
@72702705
|
16 years |
mans |
configure: {enable,disable}_safe functions that sanitise arguments
…
|
|
|
@3aa7ac6d
|
16 years |
lucabe72 |
Document ff_rtp_codec_id()
Originally committed as revision 17666 to …
|
|
|
@4c6b49bf
|
16 years |
Carl Eugen Hoyos |
Change TS seeking so it returns position/timestamp of a key frame.
…
|
|
|
@d3da8a45
|
16 years |
lucabe72 |
Fix typo in a comment
Originally committed as revision 17664 to …
|
|
|
@c3efd98c
|
16 years |
lucabe72 |
Document ff_rtp_enc_name()
Originally committed as revision 17663 to …
|
|
|
@344bcea4
|
16 years |
justin.ruggles |
cosmetics: indentation
Originally committed as revision 17662 to …
|
|
|
@d3a57949
|
16 years |
lucabe72 |
Document ff_rtp_get_codec_info()
Originally committed as revision …
|
|
|
@81f052cb
|
16 years |
justin.ruggles |
Separate the raw FLAC demuxer from raw.c and put in a new file, …
|
|
|
@2d243fb3
|
16 years |
rsbultje |
Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is …
|
|
|
@f166f2f4
|
16 years |
mans |
Revert "Improve frame rate guessing for streams with two fields per …
|
|
|
@fe7f149e
|
16 years |
mans |
ARM: fix corner-case overflow in H.264 weighted prediction
Originally …
|
|
|
@5fa61b2
|
16 years |
Carl Eugen Hoyos |
Improve frame rate guessing for streams with two fields per frame.
…
|
|
|
@da2911d5
|
16 years |
stefan.gehrer |
sub_mb_type[] needs to be 8-byte aligned because it is referenced
as a …
|
|
|
@f8a138be
|
16 years |
cschieli |
When converting from a non alpha format to an alpha format, defaults
…
|
|
|
@5f59207d
|
16 years |
cschieli |
Fix avpicture_layout to not chroma shift the alpha plane when …
|
|
|
@73914d56
|
16 years |
Aurélien Jacobs |
use new metadata API in nut muxer
This is only a straight conversion …
|
|
|
@00798e45
|
16 years |
Aurélien Jacobs |
use new metadata API in nut demuxer
Originally committed as revision …
|
|
|
@c2751600
|
16 years |
cschieli |
Add an isALPHA macro to check if pixel format has alpha channel
…
|
|
|
@2c897342
|
16 years |
cschieli |
Use YUV420P code path for YUVA420P where appropriate
Originally …
|
|
|
@03831f46
|
16 years |
Carl Eugen Hoyos |
Correctly reset SEI variables.
Patch by Ivan Schreter, schreter gmx …
|
|
|
@92971e91
|
16 years |
mans |
configure: remove redundant alsa/asoundlib.h check
Originally …
|
|
|