|
|
|
@b46f18e5
|
16 years |
darkshikari |
Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV …
|
|
|
@e1d8d7bb
|
16 years |
stefano.sabatini-lala |
Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about …
|
|
|
@4c97a6fa
|
16 years |
stefano.sabatini-lala |
Move opt_loglevel() from ffmpeg.c to cmdutils.c.
Originally committed …
|
|
|
@77ddf4df
|
16 years |
stefano.sabatini-lala |
Make ffmpeg able to set the loglevel option using strings …
|
|
|
@d2d5e067
|
16 years |
astrange |
H.264: Fix memory leaks with multithreading.
The threads' contexts …
|
|
|
@73b02e24
|
16 years |
darkshikari |
SSE version of clear_blocks
Originally committed as revision 19206 to …
|
|
|
@010f98f9
|
16 years |
darkshikari |
VC-1/WMV3 decoding: don't clear blocks unless they're actually used. …
|
|
|
@4f717c69
|
16 years |
darkshikari |
idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.
Includes …
|
|
|
@41faa87
|
16 years |
darkshikari |
Fix typo in vc1.c, make capitalization in warning/error messages more …
|
|
|
@0c3b2d65
|
16 years |
mans |
Add "config" make target to rerun configure with old options
…
|
|
|
@b04251c5
|
16 years |
mans |
configure: properly quote configure options stored in config.*
…
|
|
|
@7cc8d616
|
16 years |
heydowns |
Fix unaligned accesses by doing bytewise access until aligned, then …
|
|
|
@d9982edf
|
16 years |
diego |
The AAC demuxer now depends on id3v1.o.
patch by Patrick Dehne, …
|
|
|
@53e099de
|
16 years |
baptiste.coudurier |
check atom size against edit_count to avoid very long loop
Originally …
|
|
|
@7060667
|
16 years |
baptiste.coudurier |
fix probing and demuxing of pond.dv, issue #887
Originally committed …
|
|
|
@d310d56a
|
16 years |
baptiste.coudurier |
do not use av_parser_change for h264 which uses bitstream filter, fix …
|
|
|
@a4ddf509
|
16 years |
mans |
regtest: print commands also for image format tests
Originally …
|
|
|
@50f3fabc
|
16 years |
mans |
Print error message when output buffer allocation fails
Originally …
|
|
|
@2c608fed
|
16 years |
baptiste.coudurier |
print error when dv frame profile cannot be found
Originally …
|
|
|
@d509c743
|
16 years |
baptiste.coudurier |
check if frame size matches old sys and assumes corrupted input, fixes …
|
|
|
@90b4f091
|
16 years |
diego |
Merge FreeBSD and DragonFlyBSD OS detection sections.
Apparently …
|
|
|
@d6dcfc7f
|
16 years |
diego |
Add DragonFlyBSD to the list of supported OSes.
patch by Adam Hoka, …
|
|
|
@7d582280
|
16 years |
pross |
Initialise MAD decode_block_intra() loop iterator to zero.
Originally …
|
|
|
@94994d8d
|
16 years |
voroshil |
G.729 decoder initialization routine (skeleton)
Originally committed …
|
|
|
@730c1e4a
|
16 years |
voroshil |
Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, …
|
|
|
@d7bb185
|
16 years |
justin.ruggles |
Add a VorbisComment metadata conversion table and use it in the FLAC …
|
|
|
@7ca12959
|
16 years |
justin.ruggles |
Do not guess the channel layout when getting its string value.
…
|
|
|
@4f909c76
|
16 years |
Aurélien Jacobs |
matroskadec: prepend TargetType to metadata key name
Originally …
|
|
|
@0fb6a8b3
|
16 years |
justin.ruggles |
Remove the 3-front-channel layout from the list of channel layout …
|
|
|
@0d5390b0
|
16 years |
kostya.shishkov |
Correct reading bits in MPC SV8 base codes (when we have to read 0 or …
|
|
|
@8c1ff0ab
|
16 years |
kostya.shishkov |
Allocate a bit more memory for MPC SV8 seek table, so bitreader won't …
|
|
|
@67fe5089
|
16 years |
darkshikari |
Analysis of logs show that there are in fact some files with m1v1 too …
|
|
|
@eacfe858
|
16 years |
pross |
Electronic Arts demuxer: support Madcow video tag
Originally …
|
|
|
@c63ea92b
|
16 years |
pross |
Electronic Arts Madcow decoder
Originally committed as revision 19178 …
|
|
|
@86b61d42
|
16 years |
lessen42 |
Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead …
|
|
|
@761cb871
|
16 years |
darkshikari |
Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a …
|
|
|
@d4eeef0c
|
16 years |
alex.converse |
Cosmetics: Re-indent after last commit
Originally committed as …
|
|
|
@85e9296f
|
16 years |
alex.converse |
Move TNS and swb_offset tables from aacdectab.h to aactab.c so that …
|
|
|
@70f99f8d
|
16 years |
alex.converse |
Do not include libavcodec/internal.h in the ADTS muxer.
Originally …
|
|
|
@fc3fc029
|
16 years |
darkshikari |
Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. …
|
|
|
@c0e9b2e8
|
16 years |
saschasommer |
Move run level decode functionality to ff_wma_run_level_decode
so that …
|
|
|
@e8c7f81c
|
16 years |
saschasommer |
cosmetics: Add brackets between if/else
Originally committed as …
|
|
|
@523c09ca
|
16 years |
saschasommer |
Add additional sample rates to the frame len bits calculation code
…
|
|
|
@eff9011d
|
16 years |
saschasommer |
Fix placment of the DPCM Xan comment
Originally committed as revision …
|
|
|
@cee4bb89
|
16 years |
saschasommer |
Move frame len bits calculation to ff_wma_get_frame_len_bits
so that …
|
|
|
@8e6e9ba
|
16 years |
jmenon86 |
Associate the 0x6c75 TwoCC used in certain Kodak cameras
to the PCM …
|
|
|
@ae1374ce
|
16 years |
diego |
cosmetics: Prettyprint and reformat wma.c closer to K&R style.
…
|
|
|
@761c8c92
|
16 years |
baptiste.coudurier |
Fail and print correct error message when video stream pixel format
is …
|
|
|
@94d3d6a4
|
16 years |
diego |
DPX (Digital Picture Exchange) image decoder
patch by Jimmy …
|
|
|
@34edd994
|
16 years |
lessen42 |
Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4
…
|
|
|
@14ed2d99
|
16 years |
darkshikari |
Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.
…
|
|
|
@d468ff0f
|
16 years |
heydowns |
Fix cast of byte buffer to uint32 that was disregarding alignment …
|
|
|
@be43ae66
|
16 years |
darkshikari |
Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV …
|
|
|
@1d4b1bf
|
16 years |
diego |
cosmetics: Prettyprint one more line to have columns line up.
…
|
|
|
@477ffff2
|
16 years |
diego |
The internal header libavutil/internal.h should not be used outside …
|
|
|
@fdf70cc5
|
16 years |
ramiro.polla |
Kill warnings of possibly unused variables by using av_unused.
…
|
|
|
@7d7b8c32
|
16 years |
diego |
cosmetics: Reformat to K&R and prettyprint newly created files.
…
|
|
|
@75411182
|
16 years |
diego |
Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.
patch by …
|
|
|
@dc822901
|
16 years |
diego |
Fix compilation: #undef standard library functions that are
forbidden …
|
|
|
@02163b79
|
16 years |
diego |
Add libavutil/internal.h #include, required for the DECLARE_ALIGNED …
|
|
|
@0ef37cd
|
16 years |
diego |
cosmetics: Reformat file to K&R style upon Kostya's request.
…
|
|
|
@23381682
|
16 years |
diego |
10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1.
Even …
|
|
|
@b761659b
|
16 years |
diego |
Split decoder-specific code off from vc1.c into vc1dec.c and keep code …
|
|
|
@844d17fb
|
16 years |
baptiste.coudurier |
Add const in cast. Removes warning:
libavcodec/resample.c:215: …
|
|
|
@89bc05d1
|
16 years |
baptiste.coudurier |
give s->resample_context to avoid segfault, avclass was moved
…
|
|
|
@77fc598d
|
16 years |
lessen42 |
Disable native Vorbis encoder; quality is much worse than libvorbis …
|
|
|
@bbe46bc4
|
16 years |
baptiste.coudurier |
Remove time_rate, we cannot compute exactly when fragments are
used …
|
|
|
@818062f2
|
16 years |
baptiste.coudurier |
if b frames are parsed, set codec->has_b_frames
Originally committed …
|
|
|
@aa9b754
|
16 years |
baptiste.coudurier |
Remove even condition on pad and crop.
Odd padding or cropping is …
|
|
|
@17492d5e
|
16 years |
diego |
Add code to enable and disable all VAAPI and VDPAU parts.
As a …
|
|
|
@9da11158
|
16 years |
diego |
Remove Mans as MPEG-TS maintainer, he never intended to maintain …
|
|
|
@ec606b3
|
16 years |
lu_zero |
Support seeking as defined by the rfc
a PLAY with Range alone while …
|
|
|
@4db819bc
|
16 years |
lu_zero |
Make sure buffer end remains constant within the loop
otherwise …
|
|
|
@b19d493
|
16 years |
Carl Eugen Hoyos |
Add field prev_interlaced_frame to H264Context to be able to flag soft …
|
|
|
@277a28e8
|
16 years |
rsbultje |
Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] …
|
|
|
@28b80940
|
16 years |
diego |
Express the H.264 parser dependency on the golomb code in configure …
|
|
|
@ef434a4b
|
16 years |
diego |
Add missing dependencies for H.264 and VC-1 parsers.
Originally …
|
|
|
@3dfadf7b
|
16 years |
jmenon86 |
Add additional dependencies for sdp and rtsp demuxers.
This fixes …
|
|
|
@747069e2
|
16 years |
lucabe72 |
Properly initialize AVFrames to default values in the MPEG decoder …
|
|
|
@9d58d471
|
16 years |
diego |
cosmetics: Add missing ending backslash to installed header list.
…
|
|
|
@f1b99cc6
|
16 years |
michaelni |
Clarify (re)get_buffer() and CODEC_CAP_DR1 relation.
Originally …
|
|
|
@1e15e536
|
16 years |
diego |
Remove comments that refer to fixed-point AMR implementations.
…
|
|
|
@ae8d21fb
|
16 years |
baptiste.coudurier |
clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygen
…
|
|
|
@d4a92556
|
16 years |
voroshil |
K&R formatting of already submitted G.729 code
Originally committed …
|
|
|
@a52dc730
|
16 years |
jmenon86 |
Cosmetics : Use dprintf instead of printf.
Patch by Peter Holik < …
|
|
|
@2b01a520
|
16 years |
jmenon86 |
Cosmetics : Fix indentation after last commit.
Originally committed …
|
|
|
@682d49f4
|
16 years |
jmenon86 |
Introduce http_get_line and modify http_connect to use http_get_line. …
|
|
|
@3bbc4610
|
16 years |
voroshil |
Convert structure names to FFmpeg style
Originally committed as …
|
|
|
@532ec283
|
16 years |
stefano.sabatini-lala |
Remove '\p' doxygen markup, as it should improve plain text doxy …
|
|
|
@bf7e799c
|
16 years |
stefano.sabatini-lala |
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should …
|
|
|
@10ae4bb4
|
16 years |
kostya.shishkov |
Get new buffer during frame decoding in VB video decoder, not only …
|
|
|
@e72c65f5
|
16 years |
voroshil |
Internal routine should not use name of standard function.
Use …
|
|
|
@12d7c07
|
16 years |
lessen42 |
Ensure that the extradata buffer is padded appripriately in the ogg …
|
|
|
@8dbd0a95
|
16 years |
voroshil |
Remove ff_g729_ and g729_ prefixes from static routines.
Originally …
|
|
|
@0b175caa
|
16 years |
diego |
Add support for external OpenCORE libraries for AMR-NB/WB support.
…
|
|
|
@9cad0e4e
|
16 years |
diego |
Add configure option to upgrade (L)GPL to version 3.
Originally …
|
|
|
@4656c375
|
16 years |
diego |
Move around one paragraph, add headings for greater clarity.
…
|
|
|
@ecc1330a
|
16 years |
diego |
Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> …
|
|
|
@f3908a82
|
16 years |
baptiste.coudurier |
vmware video decoder uses reget_buffer, set CODEC_CAP_DR1
Originally …
|
|
|
@6d3530ce
|
16 years |
baptiste.coudurier |
zmbv decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed …
|
|
|