|
|
|
@2328e5a2
|
15 years |
rsbultje |
Allow setting the environment variable FFMPEG_DATADIR to locate preset …
|
|
|
@bf29cbc2
|
15 years |
rsbultje |
Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail …
|
|
|
@353285d7
|
15 years |
diego |
Remove explicit filename from Doxygen @file commands.
Passing an …
|
|
|
@ba87f080
|
15 years |
diego |
Remove explicit filename from Doxygen @file commands.
Passing an …
|
|
|
@e1ae1642
|
15 years |
diego |
Add missing internal.h #include for brktimegm(), fixes the warning: …
|
|
|
@4311ff77
|
15 years |
diego |
cosmetics: Switch Doxygen comments to JavaDoc style.
Originally …
|
|
|
@5948f822
|
15 years |
martin |
Reset RTCP timestamps after seeking, add range start offset to the …
|
|
|
@2cab6b48
|
15 years |
martin |
Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext
In …
|
|
|
@2293a2e6
|
15 years |
baptiste.coudurier |
Set AVFMT_NOTIMESTAMPS flag for mp3 muxer
Fixes issue 1026
…
|
|
|
@dbb4f051
|
15 years |
darkshikari |
vertical align in libx264.c
Originally committed as revision 22915 to …
|
|
|
@60877ad9
|
15 years |
mans |
Revert "Fix libx264 configure check to use pkg-config if available."
…
|
|
|
@73f3f30d
|
15 years |
darkshikari |
Fix libx264 configure check to use pkg-config if available.
…
|
|
|
@1840b280
|
15 years |
vitor1001 |
Makefile: make fate target depend on compiling ffmpeg
Originally …
|
|
|
@8469ae22
|
15 years |
mans |
configure: simplify $COMPONENT_LIST handling
This lets check_deps set …
|
|
|
@0afab17e
|
15 years |
mans |
configure: simplify vaapi dependencies
Originally committed as …
|
|
|
@c89c96e9
|
15 years |
mans |
configure: simplify vdpau dependencies
Originally committed as …
|
|
|
@55a95e2d
|
15 years |
mans |
FATE: update nsv-demux checksums
Originally committed as revision …
|
|
|
@bacde64
|
15 years |
lu_zero |
Make ffserver support rfc3550
Originally committed as revision 22907 …
|
|
|
@9094d867
|
15 years |
lu_zero |
Make rtp protocol obey rfc3550
Originally committed as revision 22906 …
|
|
|
@3748b2b8
|
15 years |
stefano.sabatini-lala |
Fix leak in avfilter_graph_add_filter().
In case of reallocation …
|
|
|
@fc8fa007
|
15 years |
stefano.sabatini-lala |
Implement librtmp seek support.
Implement flv_read_seek(), add a …
|
|
|
@d79fc840
|
15 years |
stefano.sabatini-lala |
Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.
AVERROR_NOTSUPP is …
|
|
|
@4c4ef3db
|
15 years |
stefano.sabatini-lala |
Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if …
|
|
|
@28894105
|
15 years |
stefano.sabatini-lala |
Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in …
|
|
|
@22c29c36
|
15 years |
Carl Eugen Hoyos |
Add const to some pointer parameters.
Patch by Michael Kaufmann, …
|
|
|
@33e62383
|
15 years |
lessen42 |
vp3: Use avctx pointer directly
Originally committed as revision …
|
|
|
@8099d6c9
|
15 years |
lessen42 |
vp3: Read fps and aspect ratio in the decoder
Originally committed as …
|
|
|
@ddc7e438
|
15 years |
lessen42 |
vp3: Don't crop if there's a left/top offset, it's wrong
Fixes …
|
|
|
@eb6a6cd
|
15 years |
lessen42 |
vp3: DC-only IDCT
2-4% faster overall decode
Originally committed as …
|
|
|
@f32f7d8b
|
15 years |
baptiste.coudurier |
Take ticks per frame into account when warning about difference …
|
|
|
@653d7aeb
|
15 years |
martin |
Parse strf mov atoms
This fixes roundup issue 1270.
Originally …
|
|
|
@60867312
|
15 years |
lessen42 |
vp3: More buffer length checks
.5% slower to fix some crashes on …
|
|
|
@d7097c2d
|
15 years |
lessen42 |
vp3: Remove internal debug statement
Originally committed as revision …
|
|
|
@adc725b5
|
15 years |
lessen42 |
oggdec: Move warning about missing granule to the correct place
…
|
|
|
@44a088ea
|
15 years |
lessen42 |
oggdec: Fix duration calculation if the last page in a file has no …
|
|
|
@49c2d290
|
15 years |
lessen42 |
oggdec: Remove write-only variable
Originally committed as revision …
|
|
|
@adef229e
|
15 years |
ramiro.polla |
AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)
FF_NETERROR is implicitly an …
|
|
|
@4aecee7f
|
15 years |
rsbultje |
Fix compile error on mingw where ETIMEDOUT is missing (because it's a …
|
|
|
@e58c05bb
|
15 years |
rsbultje |
Remove useless assert(), since this can (in theora) be used for any …
|
|
|
@6752a3cc
|
15 years |
gbeauchesne |
H.264: cosmetics (vertical align).
Originally committed as revision …
|
|
|
@fa37cf0d
|
15 years |
gbeauchesne |
H.264: move avctx->{profile,level} init before …
|
|
|
@b08e38e8
|
15 years |
gbeauchesne |
H.264: move avctx->refs init before AVCodecContext.get_format().
…
|
|
|
@67d96fb4
|
15 years |
andreas |
pngdec: Add support for PIX_FMT_Y400A
Originally committed as …
|
|
|
@4744f896
|
15 years |
andreas |
Add PIX_FMT_Y400A, 8bit gray, 8bit alpha
Originally committed as …
|
|
|
@d21b2278
|
15 years |
stefano.sabatini-lala |
Fix computation of the display aspect ratio.
Previously ffprobe was …
|
|
|
@4563cf24
|
15 years |
stefano.sabatini-lala |
Factorize code in get_bit_rate().
Originally committed as revision …
|
|
|
@22b7b23c
|
15 years |
stefano.sabatini-lala |
Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case of …
|
|
|
@e5d2bdec
|
15 years |
diego |
Add rectangle.h #include for fill_rectangle().
Originally committed …
|
|
|
@d02bb3ec
|
15 years |
diego |
Move static function fill_filter_caches() from h264.h to h264.c.
The …
|
|
|
@19c9eedc
|
15 years |
diego |
Plug librtmp logging into av_log.
patch by Howard Chu, hyc highlandsun …
|
|
|
@fc122efd
|
15 years |
diego |
whitespace cosmetics
Originally committed as revision 22874 to …
|
|
|
@8b9ec992
|
15 years |
mans |
FATE: update vqf-demux checksum
Originally committed as revision …
|
|
|
@2bb29da6
|
15 years |
mans |
DCA: indent
Originally committed as revision 22872 to …
|
|
|
@69e17136
|
15 years |
mans |
DCA: optimise dca_subsubframe()
8% faster overall on Cortex-A8.
…
|
|
|
@2898526d
|
15 years |
benoit.fouet |
Do not probe when the format is known.
Patch by Jean-Daniel Dupas …
|
|
|
@b0941dee
|
15 years |
gbeauchesne |
[VA-API] Fix long-term reference frames addition to the DPB.
This …
|
|
|
@efd8b009
|
15 years |
vitor1001 |
Use a suitable timebase in VQF demuxer
Originally committed as …
|
|
|
@b591c7af
|
15 years |
mans |
10l: fix build on non-NEON ARM
Originally committed as revision 22867 …
|
|
|
@e574770
|
15 years |
stefano.sabatini-lala |
Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565, …
|
|
|
@94e57758
|
15 years |
stefano.sabatini-lala |
Fix grammar: a expression -> an expression.
Originally committed as …
|
|
|
@85c36856
|
15 years |
stefano.sabatini-lala |
Remove stray empty line.
Originally committed as revision 22864 to …
|
|
|
@08255107
|
15 years |
mans |
DCA: ARM/NEON optimised lfe_fir
Originally committed as revision …
|
|
|
@e168a556
|
15 years |
mans |
DCA: 16-byte-align lfe_fir tables
Originally committed as revision …
|
|
|
@309d16a4
|
15 years |
mans |
DCA: break out lfe_interpolation_fir() inner loops to a function
This …
|
|
|
@fc7e2d34
|
15 years |
stefano.sabatini-lala |
Fix constness for func[12] parameters in ff_parse_expr() and …
|
|
|
@82fdcd44
|
15 years |
stefano.sabatini-lala |
Change constness for func[12]_name parameters of ff_parse_expr() and …
|
|
|
@1235429c
|
15 years |
stefano.sabatini-lala |
Rename ff_parse() to ff_parse_expr().
The new name is more expressive …
|
|
|
@6c71d2c1
|
15 years |
stefano.sabatini-lala |
Remove unnecessary header inclusion directives.
Originally committed …
|
|
|
@2818bdf2
|
15 years |
benoit.fouet |
Extradata length checks for Huffyuv.
Patch by Michael Kaufmann hallo …
|
|
|
@843c7aa8
|
15 years |
mans |
DCA: use FASTDIV in decode_blockcode()
Originally committed as …
|
|
|
@6a36798f
|
15 years |
diego |
Add DOS section to the platform documentation.
patch by Michael …
|
|
|
@c007c68
|
15 years |
Carl Eugen Hoyos |
Do not set pos to an error value.
Patch by Howard Chu, hyc …
|
|
|
@f01210a6
|
15 years |
mans |
ARM: fix NEON synth_filter_float with hardfp calls
Originally …
|
|
|
@a7fc9146
|
15 years |
jmenon86 |
Remove useless header inclusion.
Originally committed as revision …
|
|
|
@ee945547
|
15 years |
diego |
Fix extra object path in Solaris section.
Originally committed as …
|
|
|
@766fefe8
|
15 years |
mans |
DCA: simplify lfe_interpolation_fir()
This reorders the lfe_fir …
|
|
|
@b92d483b
|
15 years |
mans |
DCA: use a local variable for loop boundary
This prevents gcc …
|
|
|
@0dc7df28
|
15 years |
mans |
DCA: use some type-punning in qmf_32_subbands()
Originally committed …
|
|
|
@6b174197
|
15 years |
tomas.hardin |
Predicting the size of the hdlr, string data and trkn tags in the MOV …
|
|
|
@a367be1e
|
15 years |
stefano.sabatini-lala |
Rename ff_eval2() to ff_parse_and_eval_expr().
The new name better …
|
|
|
@4565caf1
|
15 years |
stefano.sabatini-lala |
Rename ff_parse_eval() to ff_eval_expr().
The new name expresses …
|
|
|
@9a2cb05f
|
15 years |
stefano.sabatini-lala |
Move the internal function declarations in avformat.h to internal.h.
…
|
|
|
@bc3c85a3
|
15 years |
stefano.sabatini-lala |
Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.
…
|
|
|
@f54978f1
|
15 years |
stefano.sabatini-lala |
Place some empty line in the doxy.
Improve readability, also …
|
|
|
@8c216473
|
15 years |
stefano.sabatini-lala |
Remove redundant file descriptions from copyright headers.
File …
|
|
|
@a3731cad
|
15 years |
stefano.sabatini-lala |
Avoid the use of the symbol ff_expr_s for referencing AVExpr.
This …
|
|
|
@96561c12
|
15 years |
jmenon86 |
DECLARE_ALIGNED usage requires #inclusion of 'mem.h'.
Originally …
|
|
|
@80ed701
|
15 years |
stefano.sabatini-lala |
Doxument ff_free_expr().
Originally committed as revision 22837 to …
|
|
|
@21302fed
|
15 years |
stefano.sabatini-lala |
Make ff_fill_linesize() use the information stored in …
|
|
|
@7e939205
|
15 years |
Carl Eugen Hoyos |
Set audio bit rate.
Patch by Howard Chu, hyc highlandsun com
…
|
|
|
@f8fea468
|
15 years |
stefano.sabatini-lala |
Rename ff_eval_free() to ff_free_expr().
Originally committed as …
|
|
|
@073f6d5b
|
15 years |
stefano.sabatini-lala |
Rename AVEvalExpr to AVExpr, as suggested by Michael.
The new name is …
|
|
|
@5fccafdb
|
15 years |
stefano.sabatini-lala |
Move AVEvalExpr declaration at the beginning of the file, where it is …
|
|
|
@0f1f4816
|
15 years |
michaelni |
Raise needed score for codec probing in CODEC_ID_PROBE before the last …
|
|
|
@ac1c9564
|
15 years |
uhmmmm |
Bump libavfilter minor version and Changelog for unsharp filter
…
|
|
|
@3ffdd09a
|
15 years |
jmenon86 |
alacenc : Report supported input sample formats.
Originally committed …
|
|
|
@e73d1a5e
|
15 years |
mans |
ARM: NEON optimised synth_filter_float
2.7x faster DCA decoding on …
|
|
|
@f462ed1f
|
15 years |
mans |
Make synth_filter a function pointer
Originally committed as revision …
|
|
|
@38d52f3e
|
15 years |
mans |
DCA: align some arrays
Optimised implementations of the synth filter …
|
|
|
@b9f60bd8
|
15 years |
alex.converse |
Add M_SQRT2 to the constants in mathematics.h.
Originally committed …
|
|
|