|
|
|
@b9edbe9
|
16 years |
baptiste.coudurier |
do not write ffm write index by default, detect if file is being …
|
|
|
@cf16c17a
|
16 years |
rsbultje |
Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR …
|
|
|
@e9fce261
|
16 years |
rsbultje |
Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add …
|
|
|
@20f93c3c
|
16 years |
baptiste.coudurier |
check av_find_stream_info return value
Originally committed as …
|
|
|
@77553ae3
|
16 years |
baptiste.coudurier |
uniformize log messages and add some more
Originally committed as …
|
|
|
@042819c5
|
16 years |
baptiste.coudurier |
use lfg and ff_random_get_seed instead of deprecated av_random
…
|
|
|
@637af098
|
16 years |
baptiste.coudurier |
check if feed and stream already exist before registering new one
…
|
|
|
@7349392
|
16 years |
diego |
Make softfloat test program compile again: Setting the av_log_level …
|
|
|
@b56e34c5
|
16 years |
diego |
Make AES test program compile again: Setting the av_log_level variable …
|
|
|
@54ea7736
|
16 years |
diego |
Initialize *srcContext, *dstContext, *outContext to NULL, avoids the …
|
|
|
@e29c3f93
|
16 years |
Carl Eugen Hoyos |
Remove useless casting in asm "m" operand.
Patch by Matthieu Castet, …
|
|
|
@ecf05a59
|
16 years |
Carl Eugen Hoyos |
Remove useless casting in asm "m" operand.
Patch by Matthieu Castet, …
|
|
|
@90da2b50
|
16 years |
stefano.sabatini-lala |
Make ffmpeg fail if the argument provided to the -pix_fmt option is …
|
|
|
@87657891
|
16 years |
baptiste.coudurier |
set avi fsize to INT64_MAX if riff tag end is not set and file size is …
|
|
|
@3a560188
|
16 years |
baptiste.coudurier |
move max analyze duration check before considering new packet
…
|
|
|
@dd35beb2
|
16 years |
ramiro.polla |
Allocate executable memory with VirtualAlloc() in Windows.
Originally …
|
|
|
@7c5bfe7a
|
16 years |
ramiro.polla |
Check for VirtualAlloc() so it may be used to allocate executable …
|
|
|
@16a3717
|
16 years |
ramiro.polla |
Drop unnecessary cast and cosmetically align.
Originally committed as …
|
|
|
@23d9cc45
|
16 years |
ramiro.polla |
Support raw TrueHD files
Originally committed as revision 18049 to …
|
|
|
@45bae968
|
16 years |
Reimar.Doeffinger |
Fix indentation after r18047.
Originally committed as revision 18048 …
|
|
|
@c9d6e847
|
16 years |
Reimar.Doeffinger |
Change linesize alignment method to ensure that linesize[0] == …
|
|
|
@b435725b
|
16 years |
Reimar.Doeffinger |
Do not set linesize for palette data, it does not make sense and …
|
|
|
@9ba4821d
|
16 years |
ramiro.polla |
Split TrueHD decoder from MLP
Originally committed as revision 18045 …
|
|
|
@5c3d507f
|
16 years |
alex.converse |
MOV: Use the AOT enum for the mp4_audio_types mapping.
Originally …
|
|
|
@9326d3f3
|
16 years |
michaelni |
Revert
Date: Wed Mar 18 23:11:50 2009
New Revision: 28996
Log: …
|
|
|
@8e3d8a82
|
16 years |
michaelni |
typedef int x86_reg on non x86
Originally committed as revision 18043 …
|
|
|
@72ef3dd
|
16 years |
michaelni |
Fix 10l typo.
Originally committed as revision 29002 to …
|
|
|
@2029e934
|
16 years |
diego |
Nicely align output columns.
Originally committed as revision 18042 …
|
|
|
@0411072e
|
16 years |
michaelni |
Unscaled converters for
YUYV->YUV420P
YUYV->YUV422P
UYVY->YUV420P …
|
|
|
@07d16e2e
|
16 years |
justin.ruggles |
share some constants between the FLAC encoder and FLAC decoder
…
|
|
|
@bb504ac4
|
16 years |
diego |
Fix compilation of adler32 test program: Use av_log_set_level() …
|
|
|
@23869b4a
|
16 years |
diego |
Fix copy and paste typo in input/output devices section.
Originally …
|
|
|
@62651fa7
|
16 years |
Reimar.Doeffinger |
Fix libswscale compilation on non-x86, hopefully without breaking …
|
|
|
@29c66386
|
16 years |
stefano.sabatini-lala |
Use read_yesno() in opt_output_file().
Originally committed as …
|
|
|
@090b61b2
|
16 years |
stefano.sabatini-lala |
Implement read_yesno().
Originally committed as revision 18037 to …
|
|
|
@eab5168c
|
16 years |
stefano.sabatini-lala |
Flush the remaning chars in the input buffer after reading the …
|
|
|
@1e896640
|
16 years |
stefano.sabatini-lala |
Implement a name field for AVPixFmtDescriptor.
Originally committed …
|
|
|
@9a034dde
|
16 years |
ramiro.polla |
swscale-example: use LFG instead of random()
Originally committed as …
|
|
|
@d0ce212a
|
16 years |
ramiro.polla |
Do not assume long is same width as x86 register.
Originally …
|
|
|
@2b823a52
|
16 years |
alex.converse |
Fix typo in AOT_ER_AAC_ELD
Originally committed as revision 18034 to …
|
|
|
@d3487e47
|
16 years |
alex.converse |
Update the MPEG-4 AOT table.
Originally committed as revision 18033 …
|
|
|
@b8b00d94
|
16 years |
Reimar.Doeffinger |
Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure …
|
|
|
@f650e4d3
|
16 years |
alex.converse |
Move MPEG-4 AOT enum to mpeg4audio.h.
Originally committed as …
|
|
|
@4d0c3dc0
|
16 years |
Reimar.Doeffinger |
Add a special guidcmp function to compare ASF guids, to avoid the many …
|
|
|
@780daf2b
|
16 years |
diego |
Consistently use ff_ prefixes for internal symbols.
Originally …
|
|
|
@fa3f2a35
|
16 years |
diego |
Add list of supported input/output devices.
Originally committed as …
|
|
|
@000bbebb
|
16 years |
diego |
Adjust @columnfractions settings to reflect the number of columns in …
|
|
|
@e05c8d0
|
16 years |
ramiro.polla |
use intptr_t to cast pointers to int in codecs maintained by benjamin …
|
|
|
@d4da3e47
|
16 years |
cschieli |
Add a fillPlane function to fill a plane with one constant value
…
|
|
|
@4c01b868
|
16 years |
cschieli |
Don't write outside of the picture buffer in planarCopy in the gray …
|
|
|
@79ff11d7
|
16 years |
rsbultje |
Fix wrong @file tag.
Originally committed as revision 18026 to …
|
|
|
@1aea7018
|
16 years |
gbeauchesne |
Amend AVCodecContext with hwaccel_context (HW accelerator context).
…
|
|
|
@c4a3d032
|
16 years |
rsbultje |
Reindent after r18023.
Originally committed as revision 18024 to …
|
|
|
@1a30d541
|
16 years |
rsbultje |
Add RTP/ASF header parsing, which is part of the SDP of these streams. …
|
|
|
@6d050dd6
|
16 years |
diego |
cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com
…
|
|
|
@852ca0e5
|
16 years |
diego |
Fix ff_bfin_yuv2rgb_get_func_ptr() vs. …
|
|
|
@7f5ee4ea
|
16 years |
diego |
whitespace cosmetics: Consistently format function calls without space …
|
|
|
@137707e
|
16 years |
justin.ruggles |
Add documentation about missing E-AC-3 features.
Originally committed …
|
|
|
@9e85f9c5
|
16 years |
Carl Eugen Hoyos |
Fix SEIs when splitting H264 input.
Patch by John Cox, jc A kynesim D …
|
|
|
@2ac736a6
|
16 years |
Reimar.Doeffinger |
Extend mov edit list support to work for a first padding entry with …
|
|
|
@c3df4a3
|
16 years |
mans |
rmdec: fix crash at end of file
Originally committed as revision …
|
|
|
@9a10a076
|
16 years |
cschieli |
Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming …
|
|
|
@d0dab0ec
|
16 years |
alex.converse |
Cosmetics: Re-indent after last commit
Originally committed as …
|
|
|
@bd27eed6
|
16 years |
alex.converse |
MOV: Support stz2 "Compact Sample Size Box"
Originally committed as …
|
|
|
@4a39ccb4
|
16 years |
alex.converse |
AAC: IEEE-754 type punning for 16-bit floating point rounding.
…
|
|
|
@508fe07a
|
16 years |
rsbultje |
More reindent, forgotten in previous commit.
Originally committed as …
|
|
|
@2d6f3014
|
16 years |
rsbultje |
Parse index chunk so that seeking in modern .rm files becomes a lot …
|
|
|
@aa0bd99
|
16 years |
benoit.fouet |
Revert the alphabetical reordering which made me owner of Baptiste's …
|
|
|
@c8829279
|
16 years |
rsbultje |
Reindent after r18010.
Originally committed as revision 18011 to …
|
|
|
@55d330f9
|
16 years |
rsbultje |
Mark the first output audio frame as keyframe (separate patch from …
|
|
|
@c5efef7b
|
16 years |
rsbultje |
Remove packet returning in ff_rm_parse_packet() if we're using the …
|
|
|
@748a4312
|
16 years |
benoit.fouet |
Fix alphabetical order.
Originally committed as revision 18008 to …
|
|
|
@7268f0bd
|
16 years |
rsbultje |
Reindent after r18005.
Originally committed as revision 18007 to …
|
|
|
@8127c420
|
16 years |
benoit.fouet |
Fix an assert().
Patch by Daniel Verkamp daniel drv nu
Originally …
|
|
|
@6a2d3fc3
|
16 years |
rsbultje |
Merge code for packet reading in "old" (.ra, audio-only) Realmedia …
|
|
|
@2816ce4c
|
16 years |
cschieli |
Split YUV2RGB operands declaration into a separate macro
Originally …
|
|
|
@f05783c2
|
16 years |
baptiste.coudurier |
cosmetics, remove useless braces
Originally committed as revision …
|
|
|
@9bf1b268
|
16 years |
baptiste.coudurier |
simplify printing
Originally committed as revision 18003 to …
|
|
|
@f584386d
|
16 years |
baptiste.coudurier |
reindent
Originally committed as revision 18002 to …
|
|
|
@c6026e43
|
16 years |
baptiste.coudurier |
fix trkn metadata parsing
Originally committed as revision 18001 to …
|
|
|
@0fb44a4e
|
16 years |
baptiste.coudurier |
move read_udta_string up to avoid forward declaration
Originally …
|
|
|
@873358e5
|
16 years |
baptiste.coudurier |
more generic metadata handling
Originally committed as revision 17999 …
|
|
|
@2229a5c6
|
16 years |
baptiste.coudurier |
do not set isom if ctype is not set, happens in mov
Originally …
|
|
|
@170e6b14
|
16 years |
lessen42 |
Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other …
|
|
|
@df8843c6
|
16 years |
baptiste.coudurier |
search for hdlr atom in meta, some files do not store version+flags
…
|
|
|
@06abe7f5
|
16 years |
ramiro.polla |
mingw32: call lib.exe instead of lib to facilitate running it through …
|
|
|
@337cee68
|
16 years |
diego |
Disallow out-of-tree builds with config.h in the source tree.
A …
|
|
|
@7a160bca
|
16 years |
rsbultje |
Fix index generation in the way that it was supposed to be used. See …
|
|
|
@b2170247
|
16 years |
banan |
Add cook channel count function, part of multichannel cook
Originally …
|
|
|
@0eec2875
|
16 years |
banan |
Add max allowed subpackets in multichannel cook
Originally committed …
|
|
|
@3cf6adaf
|
16 years |
diego |
Remove code that was disabled by the recent major version bump.
…
|
|
|
@323a823
|
16 years |
stefano.sabatini-lala |
Fix typo: 'conjuction' -> 'conjunction'.
Originally committed as …
|
|
|
@d4b3d040
|
16 years |
banan |
save avctx in cook decoder context and use it for av_log
Originally …
|
|
|
@7c119ced
|
16 years |
banan |
memset when category is >=7, part of cook multichannel
Originally …
|
|
|
@16473c13
|
16 years |
Reimar.Doeffinger |
1 km3 cola, timecode_frame_start is a 64 bit integer, this resulted …
|
|
|
@be2cf98a
|
16 years |
Carl Eugen Hoyos |
Force ebp_available for icc.
See discussion: …
|
|
|
@60a847b5
|
16 years |
diego |
cosmetics: Remove file name from file header.
Originally committed as …
|
|
|
@3c6547be
|
16 years |
baptiste.coudurier |
add my gpg key fingerprint
Originally committed as revision 17983 to …
|
|
|
@0851977
|
16 years |
attila |
add my gpg key fingerprint
Originally committed as revision 17982 to …
|
|
|
@7c4502c8
|
16 years |
baptiste.coudurier |
typo in the mail, the 4am commit is always the worst
Originally …
|
|
|