|
|
|
@ca02d8e
|
15 years |
diego |
Add '#undef fprintf' before PRINT macro that uses fprintf.
Otherwise …
|
|
|
@e92ad83f
|
15 years |
alex.converse |
Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT …
|
|
|
@01d19fbc
|
15 years |
alex.converse |
AAC: Rename sect_len to sect_end. It marks the last sfb of the …
|
|
|
@5aea268d
|
15 years |
alex.converse |
Add a channels field to MPEG4AudioConfig.
Originally committed as …
|
|
|
@f2b7ce8a
|
15 years |
vitor1001 |
Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use …
|
|
|
@4312b93
|
15 years |
alex.converse |
Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.
…
|
|
|
@dd6308ad
|
15 years |
Carl Eugen Hoyos |
Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.
Originally committed as …
|
|
|
@31557166
|
15 years |
justin.ruggles |
Add CH_LAYOUT_NATIVE channel mask value to allow user to request …
|
|
|
@67e362ca
|
15 years |
michaelni |
indent
Originally committed as revision 20507 to …
|
|
|
@de9bc64d
|
15 years |
Carl Eugen Hoyos |
Cosmetics: Fix indentation after r20505.
Originally committed as …
|
|
|
@602dd2d3
|
15 years |
Carl Eugen Hoyos |
Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete …
|
|
|
@44be1d64
|
15 years |
michaelni |
Try to fix has_b_frame calculation for open gop files.
Fixes issue1523 …
|
|
|
@51ae2142
|
15 years |
vitor1001 |
Fix palette copying in av_picture_copy(). Previous code worked only if …
|
|
|
@8cbcb1c7
|
15 years |
Carl Eugen Hoyos |
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable …
|
|
|
@70e0c871
|
15 years |
Carl Eugen Hoyos |
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be …
|
|
|
@00962aba
|
15 years |
mans |
Fix make install when all of ffmpeg/ffplay/ffserver are disabled
…
|
|
|
@09bad7e3
|
15 years |
jmenon86 |
Handle JPEG2000 frames stored in the Quicktime container.
Fixes issue …
|
|
|
@b70b1588
|
15 years |
jmenon86 |
cosmetics : fix indentation.
Originally committed as revision 20499 …
|
|
|
@7fc58b1e
|
15 years |
Reimar.Doeffinger |
Remove code checking for PIC or pic and setting PIC from …
|
|
|
@5755bc88
|
15 years |
Reimar.Doeffinger |
Check if PIC is somehow already enabled (e.g. a compiler that enables …
|
|
|
@00fa73f0
|
15 years |
vitor1001 |
Avoid variable-length array use in ff_acelp_lspd2lpc()
Originally …
|
|
|
@dccda293
|
15 years |
michaelni |
Add a NULL pointer check to avcodec_close() this should prevent a …
|
|
|
@7c4a001a
|
15 years |
mans |
configure: whitespace cosmetics
Originally committed as revision …
|
|
|
@260dfb1a
|
15 years |
Reimar.Doeffinger |
patcheck: check that pix_fmt etc. initializers are const
Originally …
|
|
|
@b00803e0
|
15 years |
justin.ruggles |
fix a rounding error in the PSNR calculation and update the many …
|
|
|
@a7b9c8ae
|
15 years |
Reimar.Doeffinger |
Attempt to document the "enable pic" hackery for OpenBSD.
Originally …
|
|
|
@c47ca25e
|
15 years |
rsbultje |
Make get_bits_left() available for use in libavcodec (was previously …
|
|
|
@b1ade3d1
|
15 years |
rsbultje |
And on the sixth day, God gave us the <= operand, which makes the loop …
|
|
|
@5c3c0e3f
|
15 years |
stefano.sabatini-lala |
Fix crop filter start_frame() for paletted formats different from …
|
|
|
@dd18b301
|
15 years |
stefano.sabatini-lala |
Enable linking of parseutils.o.
Originally committed as revision …
|
|
|
@f6e81409
|
15 years |
Reimar.Doeffinger |
Remove some BeOS/haiku hacks: -fomit-frame-pointer is used anyway,
and …
|
|
|
@e26d1318
|
15 years |
vitor1001 |
Do not hardcode filter order in ff_acelp_lspd2lpc()
Originally …
|
|
|
@91cc5d37
|
15 years |
Carl Eugen Hoyos |
Move ff_reverse in libavcodec to av_reverse in libavutil.
Patch by …
|
|
|
@66ddc150
|
15 years |
Carl Eugen Hoyos |
Increase default value for max_analyze_duration, fixes issue 1506, a …
|
|
|
@0f87b771
|
15 years |
Carl Eugen Hoyos |
Use enum instead of integer types where appropriate.
Originally …
|
|
|
@80454494
|
15 years |
Carl Eugen Hoyos |
Use CODEC_ID_NONE instead of 0 for enum CodecID.
Originally committed …
|
|
|
@adadf26b
|
15 years |
Carl Eugen Hoyos |
Use enum FrameType as parameter to construct_perm_table().
Originally …
|
|
|
@b411dff
|
15 years |
Carl Eugen Hoyos |
Use enum PixelFormat instead of int for srcFormat and dstFormat.
…
|
|
|
@ac74dfa4
|
15 years |
stefano.sabatini-lala |
Fix start_frame(), which was issuing chroma artifacts with planar …
|
|
|
@5f36d94d
|
15 years |
Reimar.Doeffinger |
Set -DPREFIX for yasm simply whenever extern_prefix is set instead
of …
|
|
|
@a16f80f3
|
15 years |
michaelni |
Remove unused variable.
1l for me if it wherent sunday and i could buy …
|
|
|
@a34ebe60
|
15 years |
Reimar.Doeffinger |
Always add -DPIC to YASM flags when pic is enabled.
This covers the …
|
|
|
@609d8646
|
15 years |
baptiste.coudurier |
move code to avoid forward declaration
Originally committed as …
|
|
|
@b3f9f7a3
|
15 years |
baptiste.coudurier |
Let pmt override stream info when encoutered later in the ts file.
Do …
|
|
|
@187bc06
|
15 years |
justin.ruggles |
ac3dec: revert r20089. The change was just wrong. 10l for me.
…
|
|
|
@28f008a9
|
15 years |
Carl Eugen Hoyos |
Support some LATM AAC streams (they can be decoded with MPlayer).
…
|
|
|
@1a15ab4
|
15 years |
justin.ruggles |
Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers.
…
|
|
|
@f3001e0d
|
15 years |
michaelni |
Simpliy exp*table init, based on patch by reimar.
Originally …
|
|
|
@2e0a80a1
|
15 years |
stefano.sabatini-lala |
Document sws_freeContext().
Originally committed as revision 29844 to …
|
|
|
@a4cb56aa
|
15 years |
baptiste.coudurier |
change \0xa9enc tag metadata name to encoder to match id3v2
…
|
|
|
@0d32307d
|
15 years |
kostya.shishkov |
10l: WavPack demuxer forgot to seek back to initial position after …
|
|
|
@3fa70a3b
|
15 years |
stefano.sabatini-lala |
Add pixel format descriptors for the HW-accelerated formats.
This …
|
|
|
@64de20d1
|
15 years |
mans |
PPC: make inline asm xform address test work with Apple tools
…
|
|
|
@ffa3bd54
|
15 years |
mans |
IA64: do not automatically enable hardcoded tables if explicitly …
|
|
|
@1ffc6e83
|
15 years |
Reimar.Doeffinger |
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that …
|
|
|
@9cad7e21
|
15 years |
lucabe72 |
Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam …
|
|
|
@bddc2df5
|
15 years |
baptiste.coudurier |
10l, typo
Originally committed as revision 20462 to …
|
|
|
@7aa2d42d
|
15 years |
kostya.shishkov |
If custom sampling rate is set in WavPack file, parse first block to …
|
|
|
@aa926a4
|
15 years |
kostya.shishkov |
Initialize block_parsed before reading first block header in WavPack …
|
|
|
@c2564699
|
15 years |
baptiste.coudurier |
do not redundantly set stream nb_frames, it's already set in read_stts …
|
|
|
@e7452721
|
15 years |
baptiste.coudurier |
compute dts shift with ctts value, cslg atom might be missing, fix …
|
|
|
@fedb1eca
|
15 years |
baptiste.coudurier |
check that duration is set to avoid fpe
Originally committed as …
|
|
|
@507330b9
|
15 years |
baptiste.coudurier |
warn if stream timescale is not set and set it to 1 to avoid FPE
…
|
|
|
@87e76ae
|
15 years |
Reynaldo H. Verdejo Pinochet |
Corrects two typos
Originally committed as revision 20455 to …
|
|
|
@a8e1cbaf
|
15 years |
Reynaldo H. Verdejo Pinochet |
Decrement probe score at unsuported bpp
Originally committed as …
|
|
|
@55d2e32a
|
15 years |
baptiste.coudurier |
fix \0xa9wrt metadata, to composer, fix issue #1501
Originally …
|
|
|
@13608652
|
15 years |
Reynaldo H. Verdejo Pinochet |
Correct double include introduced by r20450
Originally committed as …
|
|
|
@c9023405
|
15 years |
vitor1001 |
Reduce stack memory allocation in MP3 decoder
Originally committed as …
|
|
|
@0c50f8e6
|
15 years |
Reynaldo H. Verdejo Pinochet |
Implement ff_scale_vector_to_given_sum_of_squares()
to aid generic …
|
|
|
@22321774
|
15 years |
Reimar.Doeffinger |
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table …
|
|
|
@981b8fd7
|
15 years |
alex.converse |
Don't lock the channel output configuration based on the first value …
|
|
|
@cabc41b0
|
15 years |
stefano.sabatini-lala |
Vertical align.
Originally committed as revision 20447 to …
|
|
|
@198d565
|
15 years |
stefano.sabatini-lala |
Use spaces after commas for improving readability.
Originally …
|
|
|
@bc37ec92
|
15 years |
stefano.sabatini-lala |
Add slicify video filter.
Originally committed as revision 20445 to …
|
|
|
@da23d424
|
15 years |
stefano.sabatini-lala |
Make avfilter_get_video_buffer() use …
|
|
|
@ae2abc69
|
15 years |
stefano.sabatini-lala |
Explicitely define get_video_buffer() callbacks in the format, …
|
|
|
@dc264e77
|
15 years |
stefano.sabatini-lala |
Change file doxy from
"video format and noformat filters" to
"format …
|
|
|
@09da1781
|
15 years |
stefano.sabatini-lala |
Fix/clarify description of the noformat filter.
Originally committed …
|
|
|
@143e3aa0
|
15 years |
stefano.sabatini-lala |
Fix grammar / clarify documentation for the format and noformat …
|
|
|
@42022e03
|
15 years |
tempn |
add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov
patch …
|
|
|
@31f8c10
|
15 years |
justin.ruggles |
Simplify AC-3 critical band end calculation (correctly this time).
…
|
|
|
@94593c9b
|
15 years |
justin.ruggles |
Revert r20050, which caused decoding errors with at least one valid …
|
|
|
@20026733
|
15 years |
ramiro.polla |
Indent.
Originally committed as revision 20436 to …
|
|
|
@a75e1034
|
15 years |
ramiro.polla |
Add -fpre option to take a preset file as parameter. The -[avs]pre …
|
|
|
@d71ad08
|
15 years |
stefano.sabatini-lala |
Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats.
…
|
|
|
@ad9feac9
|
15 years |
michaelni |
Avoid huge array for rgb ljpeg on the stack.
Code tested with an ljpeg …
|
|
|
@e47ca4f7
|
15 years |
tempn |
map VYUY fourcc to rawcodec
fixes …
|
|
|
@58b3536d
|
15 years |
mans |
configure: fix 64-bit test with clang
Originally committed as …
|
|
|
@4c1645a4
|
15 years |
justin.ruggles |
Set sample format in flac_decode_init() rather than in …
|
|
|
@dee34af4
|
15 years |
justin.ruggles |
Set the sample format for Smacker audio in the decoder rather than in …
|
|
|
@faa374b7
|
15 years |
mans |
configure: remove extra backslashes from suncc DEPEND_CMD
Patch by …
|
|
|
@06454877
|
15 years |
mans |
configure: use here-doc for --help output
Originally committed as …
|
|
|
@173c983b
|
15 years |
mans |
configure: use here-docs instead of echo for writing config.{h,mak}
…
|
|
|
@b4f93564
|
15 years |
mans |
configure: simplify setting of SDL flags in config.mak
Originally …
|
|
|
@c73f65d9
|
15 years |
mans |
Allow disabling doc generation with --disable-doc
Originally …
|
|
|
@ad212cc6
|
15 years |
mans |
configure: simplify STRIP setting in config.mak
Originally committed …
|
|
|
@a48289c7
|
15 years |
mans |
Makefile cosmetics
Originally committed as revision 20422 to …
|
|
|
@083c5a48
|
15 years |
vitor1001 |
Implement AMR gain function that is used by both AMR and SIPR.
Based …
|
|
|
@050ba6f4
|
15 years |
baptiste.coudurier |
print packet duration when debugging timestamps
Originally committed …
|
|
|
@a520e9f2
|
15 years |
stefano.sabatini-lala |
Document slice ordering assumption done by sws_scale().
Originally …
|
|
|