Michael Niedermayer
515a543809
flv.h should ideally be included in flvdec.c
...
Originally committed as revision 21053 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
6a14a15722
Move forgotton "AVCodec flv_encoder" over to flvenc.c.
...
Originally committed as revision 21052 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
a0b0d75368
Split flv decoding out.
...
Originally committed as revision 21051 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
eb52376915
Split out flv encoding.
...
Originally committed as revision 21050 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
f867378771
Document aspect_to_info().
...
Originally committed as revision 21049 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
f016159416
Cleanup aspect_to_info().
...
Originally committed as revision 21048 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
214cb565c0
Document several more things.
...
Originally committed as revision 21047 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
b0704443f2
Document *VLC_BITS.
...
Originally committed as revision 21046 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
046be9299f
Simplify h263_get_picture_format().
...
Originally committed as revision 21045 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
5149048b6f
Mark h263_get_picture_format() av_const to indicate that it has no funny
...
sideeffects and reads no global memory.
Originally committed as revision 21044 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
7a05b0a675
Document h263_get_picture_format().
...
Originally committed as revision 21043 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
036c1382a7
Fix stream copy & transcoding one stream at the same time.
...
Fixes issue1660.
Originally committed as revision 21042 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
9f907d853f
Correct indention.
...
Originally committed as revision 21041 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
8157483d64
Move the definitions of data_buf and data_size closer to where they are used.
...
Originally committed as revision 21040 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Carl Eugen Hoyos
07f2a575c5
100l: Fix compilation after r21037.
...
Originally committed as revision 21039 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
2efcf29275
Stop the approximation in bessel() once it does no longer improve.
...
This is faster.
Originally committed as revision 21038 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Daniel Verkamp
9df9b810c5
Handle more ADPCM codecs in av_get_bits_per_sample().
...
This removes some special-case code from riff.c.
CODEC_ID_ADPCM_G726 is still handled in riff.c as before because it is
not guaranteed to be fixed 4 bits per sample.
Originally committed as revision 21037 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
1e289b0979
Add an entry for the avfilter_add_colorspace() API change.
...
Originally committed as revision 21036 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
c1d662fd88
Change avfilter_add_colorspace() to make it accept **avff rather than
...
*avff, so that an AVFilterFormats struct is created and returned by
the function if *avff is NULL.
Make the function use more convenient.
Originally committed as revision 21035 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
John Van Sickle
7659712749
Fix entry on concatenating multiple yuv4mpegpipe streams.
...
patch by John Van Sickle, john.vansickle gmail com
Originally committed as revision 21033 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ben Littler
418a287cae
add another mjpeg fourcc to riff.c list
...
Originally committed as revision 21032 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Francesco Lavra
643bae382c
Use correct context for av_log(), should prevent a crash for malformed files.
...
Patch by Francesco Lavra (francescolavra at interfree dot it).
Originally committed as revision 21031 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
50fe16960b
Add a few explanatory comments to cornercase workarounds.
...
Originally committed as revision 21030 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Thilo Borgmann
71fe4573bc
Replace array operator [] with direct access via pointer.
...
Solves issue 1657.
Originally committed as revision 21029 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Carl Eugen Hoyos
6698d13998
Cosmetics: Fix indentation and comment after r21027.
...
Originally committed as revision 21028 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Carl Eugen Hoyos
4235c98e57
Support decoding raw 2bpp in mov, fixes issue 1528.
...
Originally committed as revision 21027 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Carl Eugen Hoyos
0a1e15109a
Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.
...
Originally committed as revision 21026 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Baptiste Coudurier
7b1312fa55
cosmetics, remove useless parentheses, add space
...
Originally committed as revision 21025 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Baptiste Coudurier
a510991cff
simplify error handling in mov_read_default
...
Originally committed as revision 21024 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Baptiste Coudurier
cb41b2b6e0
remove no more needed MOVAtom.offset field
...
Originally committed as revision 21023 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Baptiste Coudurier
7ead7e2181
remove useless code skipping data at end of hdlr atom, already done in mov_read_default
...
Originally committed as revision 21022 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
David Conrad
2e87e71438
Register myself as libdirac libschroedinger and libtheora maintainer
...
Originally committed as revision 21021 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ronald S. Bultje
0e59034ed8
Remove forward declarations.
...
Originally committed as revision 21020 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
0e426b7a6c
Reindent after last commit
...
Originally committed as revision 21019 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
846b231643
Add missing "static" qualifier
...
Originally committed as revision 21018 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
7f6a384a4f
Mark http_log() as static; it is only used in this file.
...
Originally committed as revision 21017 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
abf649c777
Fix VDPAU check to avoid printing spurious messages to the console.
...
Originally committed as revision 21016 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ronald S. Bultje
a2e6a14b77
Add myself as HTTP maintainer.
...
Originally committed as revision 21015 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Jai Menon
68d7cb0b11
Do not print libvdpau upgrade advice on platforms without vdpau
...
headers installed.
Originally committed as revision 21014 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
avcoder
b02e9c962b
The H.263 wrong_run table is only for encoding; only enable it in such cases.
...
patch by avcoder, ffmpeg gmail com
Originally committed as revision 21013 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Gwenole Beauchesne
81774dd0c4
VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line.
...
Originally committed as revision 21012 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Gwenole Beauchesne
5716aec3f9
Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,
...
so we can't use SSE-optimized routines.
Originally committed as revision 21011 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Mike Melanson
2cf9c7ef9c
Add support for these widely-used iTunes metadata fields: Album Artist,
...
Grouping, and Lyrics.
Originally committed as revision 21010 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
5ff84183de
Make avfilter_all_colorspaces() add to the returned list of pixel
...
formats only the non-HW-accelerated formats, for which there is no
sense in filtering.
Originally committed as revision 21009 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
a2b1662741
Add an entry for the avfilter_add_colorspace() API addition.
...
Originally committed as revision 21008 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
4fd1f1876a
Implement avfilter_add_colorspace().
...
Originally committed as revision 21007 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
fa4dc9f082
Document avcodec_pix_fmt_to_codec_tag().
...
Originally committed as revision 21006 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
634116df3e
Prefer enum PixelFormat over int for the type of the format parameter
...
of getSubSampleFactors().
Originally committed as revision 30184 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
15 years ago
Stefano Sabatini
997980f0d8
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
...
swscale_configuration() and swscale_license() functions, consistent
with the rest of FFmpeg.
Originally committed as revision 30180 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
15 years ago
Stefano Sabatini
4160069067
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
...
XXX_license() functions, consistent with the rest of FFmpeg.
Originally committed as revision 21005 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago