|
|
|
@7b393736
|
14 years |
wyskas |
ffmpeg.c: allow using negative file indices to disable metadata …
|
|
|
@1e80a0ea
|
14 years |
stefano.sabatini-lala |
Remove graphparser.h header, move AVFilterInOut and …
|
|
|
@0b90e4a2
|
14 years |
stefano.sabatini-lala |
Document AVFilterInOut fields.
Originally committed as revision 25704 …
|
|
|
@55b2a9ba
|
14 years |
stefano.sabatini-lala |
Extend documentation for parse_filter().
Originally committed as …
|
|
|
@3fd3eea7
|
14 years |
stefano.sabatini-lala |
Fix date in latest APIchanges entry.
Originally committed as revision …
|
|
|
@da6ec07c
|
14 years |
stefano.sabatini-lala |
Bump lavfi minor and add APIchanges entry after the rename of …
|
|
|
@7313132b
|
14 years |
stefano.sabatini-lala |
Rename AVFilterInOut field filter to filter_ctx, more semantically …
|
|
|
@c24f76b9
|
14 years |
stefano.sabatini-lala |
Make avfilter_graph_parse() always return meaningful error codes.
…
|
|
|
@0cc8b659
|
14 years |
stefano.sabatini-lala |
Make parse_outputs() always return meaningful error codes.
Originally …
|
|
|
@00b3ca3
|
14 years |
stefano.sabatini-lala |
Add missing memory check in parse_inputs(), and fix possible (yet very …
|
|
|
@42e7f6d7
|
14 years |
stefano.sabatini-lala |
Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case the …
|
|
|
@fbd97184
|
14 years |
stefano.sabatini-lala |
Add missing check in link_filter_inouts(), and fix possible (yet very …
|
|
|
@ed581e65
|
14 years |
stefano.sabatini-lala |
Rename the variable filter to filt_ctx in link_filter_inouts, as the …
|
|
|
@684ade49
|
14 years |
stefano.sabatini-lala |
Make link_filter_inouts() return meaningful error codes.
Originally …
|
|
|
@688b9dad
|
14 years |
stefano.sabatini-lala |
Change the signature of parse_filter() to make it return an error …
|
|
|
@c58572f8
|
14 years |
stefano.sabatini-lala |
Change the signature of create_filter() to make it return an error …
|
|
|
@8ce803d
|
14 years |
darkshikari |
Make x11grab cursor drawing suck less
This new version:
1. Works on …
|
|
|
@46db10ed
|
14 years |
stefano.sabatini-lala |
Optimize / simplify avcodec_get_pix_fmt_name() check.
Originally …
|
|
|
@a5f27f6d
|
14 years |
stefano.sabatini-lala |
Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string().
…
|
|
|
@f35a41f
|
14 years |
stefano.sabatini-lala |
Make avpicture_fill() return a meaningful error code.
Originally …
|
|
|
@24409b50
|
14 years |
stefano.sabatini-lala |
Remove alpha information from avcodec_pix_fmt_string(), as that …
|
|
|
@ebb7f7de
|
14 years |
alex.converse |
aaclatm: Eliminate dummy packets due to muxlength calculation.
…
|
|
|
@c77549c5
|
14 years |
martin |
rtsp: Set the real_setup pointer properly, avoid out of bounds memory …
|
|
|
@c4d5ee23
|
14 years |
Reimar.Doeffinger |
Fix indentation.
Originally committed as revision 25683 to …
|
|
|
@931856a
|
14 years |
Reimar.Doeffinger |
Improve PGS parsing: the "state" field is not relevant to us,
the …
|
|
|
@c5cb9c94
|
14 years |
kostya.shishkov |
try to give TrueSpeech decoder tables more sensible names
Originally …
|
|
|
@8600bbb3
|
14 years |
tempn |
add my (compn) fingerprint to svn write list in maintainers file
…
|
|
|
@6e872935
|
14 years |
stefano.sabatini-lala |
Implement get_preset_file() in cmdutils.h and use it to factorize code …
|
|
|
@58b4e540
|
14 years |
stefano.sabatini-lala |
Fix FFv1 decoder buffer releasing.
Previously it was releasing the …
|
|
|
@e61bb085
|
14 years |
Reimar.Doeffinger |
Add test for cropping of interlaced H.264.
Originally committed as …
|
|
|
@bbdee6e5
|
14 years |
janne-ffmpeg |
aacdec: consume the audio specific config during LATM parsing
Spotted …
|
|
|
@146b6555
|
14 years |
stefano.sabatini-lala |
Fix off-by-one error in APIchanges file.
Originally committed as …
|
|
|
@97dd1e4a
|
14 years |
stefano.sabatini-lala |
Rename avfilter_graph_destroy() to avfilter_graph_free().
The new …
|
|
|
@e15aeea6
|
14 years |
stefano.sabatini-lala |
Implement avfilter_graph_alloc().
Originally committed as revision …
|
|
|
@a6fdd574
|
14 years |
stefano.sabatini-lala |
Amend avfilter_graph_parse() documentation for the return code, make …
|
|
|
@37e9cc4e
|
14 years |
rsbultje |
Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() …
|
|
|
@f1c7c6a
|
14 years |
Carl Eugen Hoyos |
Silence icc warning about unsupported option -Wno-parentheses
…
|
|
|
@00d1e96
|
14 years |
Reimar.Doeffinger |
H.264 decode: support cropping up to 28 pixels in interlaced mode. …
|
|
|
@ba7d6e79
|
14 years |
stefano.sabatini-lala |
Remove usage of deprecated libavcodec/audioconvert.h functions.
…
|
|
|
@caa7ad5d
|
14 years |
Carl Eugen Hoyos |
Fix 16kHz Mono NellyMoser in flv.
Patch by Thierry Foucu, tfoucu …
|
|
|
@20fcd079
|
14 years |
stefano.sabatini-lala |
Implement isnan() function evaluation.
Originally committed as …
|
|
|
@07851d7
|
14 years |
stefano.sabatini-lala |
Add eval.texi file.
Originally committed as revision 25665 to …
|
|
|
@9fc2b708
|
14 years |
Reimar.Doeffinger |
Update 24 bpp TM1 reference for decoder fixes.
Originally committed …
|
|
|
@e75f418c
|
14 years |
Reimar.Doeffinger |
Fix aspect for 24bpp TM1 samples.
Originally committed as revision …
|
|
|
@a940dc69
|
14 years |
Reimar.Doeffinger |
Fix decoding of 24 bpp TM1 (except for aspect).
Originally committed …
|
|
|
@f1c53014
|
14 years |
Reimar.Doeffinger |
100l, calculate mb_change_bits_row_size from the update width.
…
|
|
|
@97113c21
|
14 years |
Reimar.Doeffinger |
Support mid-stream resolution/format changes for TM1.
This makes it …
|
|
|
@bf800c7d
|
14 years |
wyskas |
matroskadec: skip invalid tags with no TagName
fixes segfault in …
|
|
|
@61b1f0f9
|
14 years |
ramiro.polla |
changelog: mention that ffmpeg is now win64-friendly
Originally …
|
|
|
@6f2325e3
|
14 years |
stefano.sabatini-lala |
1/PHIl: swap again settb/setpts, fix alphabetical order.
Originally …
|
|
|
@d89e3b36
|
14 years |
stefano.sabatini-lala |
Move settb docs after setpts docs, fix alphabetical order.
Originally …
|
|
|
@a532bb39
|
14 years |
stefano.sabatini-lala |
Add setpts filter, ported from the libavfilter soc repo.
Originally …
|
|
|
@6f84cd12
|
14 years |
stefano.sabatini-lala |
Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and …
|
|
|
@d63e456a
|
14 years |
stefano.sabatini-lala |
Implement functions:
av_get_sample_fmt_name()
av_get_sample_fmt() …
|
|
|
@262d1c5d
|
14 years |
stefano.sabatini-lala |
Move sample format definitions from libavcodec to libavcore.
…
|
|
|
@7e35d859
|
14 years |
martin |
http: Handle 301/307 redirect requests, too
Patch by Mike Edenfield, …
|
|
|
@769b74ab
|
14 years |
Carl Eugen Hoyos |
Allow mono encoding with LAME.
Patch by Thierry Foucu, tfoucu gmail
…
|
|
|
@41f1d3af
|
14 years |
stefano.sabatini-lala |
Fix timestamp handling in more filters after the change which set the …
|
|
|
@a4ef9658
|
14 years |
stefano.sabatini-lala |
Make the blackframe filter print the time, in addition to the …
|
|
|
@d370e3e9
|
14 years |
stefano.sabatini-lala |
Make the cropdetect filter print the time for each frame, in addition …
|
|
|
@da1b9b88
|
14 years |
stefano.sabatini-lala |
Fix timestamp computation when the timebase changes during filtering.
…
|
|
|
@4b3d0dc6
|
14 years |
stefano.sabatini-lala |
Fix crop->var_values[VAR_T] computation in the crop filter.
…
|
|
|
@94c78709
|
14 years |
janne-ffmpeg |
aacdec: change type of data in decode_audio_specific_config parameters …
|
|
|
@915bfa33
|
14 years |
janne-ffmpeg |
mpegts: support LATM syntax
Originally committed as revision 25643 to …
|
|
|
@136e19e1
|
14 years |
janne-ffmpeg |
Add single stream LATM/LOAS decoder
The decoder is just a wrapper …
|
|
|
@6c003e6d
|
14 years |
janne-ffmpeg |
aacdec: pass avctx as logging context for decode_audio_specific_config …
|
|
|
@66a71d98
|
14 years |
janne-ffmpeg |
aacdec: refactor the actual aac decoding code into its own function
…
|
|
|
@be63b4ba
|
14 years |
janne-ffmpeg |
aacdec: return consumed bits in decode_audio_specific_config
…
|
|
|
@37d28953
|
14 years |
janne-ffmpeg |
aacdec: add MPEG4AudioConfig as parameter for …
|
|
|
@45290fc
|
14 years |
wyskas |
ffmpeg.c: reindent
Originally committed as revision 25637 to …
|
|
|
@d0abe80a
|
14 years |
wyskas |
ffmpeg.c: don't autocopy stream/chapter metadata if manual mapping is …
|
|
|
@1829e19
|
14 years |
wyskas |
ffmpeg.c: extend map_meta_data to allow advanced mappings
i.e. …
|
|
|
@4f9d25d
|
14 years |
ramiro.polla |
dnxhd_mmx: prefer xmm registers below xmm6 when they are available
…
|
|
|
@7d78a96
|
14 years |
michaelni |
Fix possibly exploitable out of buffer writes in msrle_decode_pal4(). …
|
|
|
@7429783
|
14 years |
michaelni |
Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32(). …
|
|
|
@81a64614
|
14 years |
michaelni |
remove impossible condition from msrle_decode_pal4()
Originally …
|
|
|
@94ee6c10
|
14 years |
michaelni |
fix indent
Originally committed as revision 25630 to …
|
|
|
@0422af7e
|
14 years |
stefano.sabatini-lala |
Remove ffmpeg PGMYUV compatibility hack, which was deprecated since …
|
|
|
@80e33d24
|
14 years |
martin |
dsputil: Use explicit movzbl instead of movzx
This fixes compilation …
|
|
|
@3699c1f1
|
14 years |
stefano.sabatini-lala |
Fix documented syntax for the cropdetect filter.
Originally committed …
|
|
|
@4cabef0a
|
14 years |
stefano.sabatini-lala |
Make strmatch() return 1 only if the string compared against the …
|
|
|
@2b59fbe
|
14 years |
stefano.sabatini-lala |
Add st, ld, while examples/tests.
Originally committed as revision …
|
|
|
@8bb12e71
|
14 years |
stefano.sabatini-lala |
Add examples of unary operators.
Originally committed as revision …
|
|
|
@63b16303
|
14 years |
stefano.sabatini-lala |
Fix evaluation of expressions of the form: E1;E2.
The pointer to the …
|
|
|
@d56920e2
|
14 years |
alex.converse |
aacenc: Correct spreading calculation for high spreading.
The 3GPP …
|
|
|
@3ea12f65
|
14 years |
alex.converse |
aacenc: cosmetics: Swap spreading_hi/low name to match the 3GPP spec.
…
|
|
|
@a4ece893
|
14 years |
ramiro.polla |
lpc_mmx: add xmm registers to clobber list
Originally committed as …
|
|
|
@e5d5407
|
14 years |
ramiro.polla |
lpc_mmx: merge some asm blocks
These blocks depended on the compiler …
|
|
|
@2839dc97
|
14 years |
stefano.sabatini-lala |
Use AV_RL32() in opt_codec_tag().
Originally committed as revision …
|
|
|
@eed299b8
|
14 years |
ramiro.polla |
sad16_sse2: merge 2 asm blocks
Originally committed as revision 25617 …
|
|
|
@0d0778b
|
14 years |
ramiro.polla |
ffmpeg: fix opt_codec_tag() return value
opt_codec_tag() is now used …
|
|
|
@153ca56b
|
14 years |
ramiro.polla |
xmm_clobbers: list xmm registers first in clobber list
suncc does not …
|
|
|
@ba404520
|
14 years |
ramiro.polla |
idct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64
Originally …
|
|
|
@267ff3ae
|
14 years |
stefano.sabatini-lala |
Document url_write().
Originally committed as revision 25613 to …
|
|
|
@05c01807
|
14 years |
ramiro.polla |
motion_est_mmx: prefer xmm registers below xmm6 when they are …
|
|
|
@5d543a3d
|
14 years |
ramiro.polla |
dsputil_mmx: add xmm registers to clobber list
Originally committed …
|
|
|
@e2d13c58
|
14 years |
ramiro.polla |
cosmetics: split long line
Originally committed as revision 25610 to …
|
|
|
@0d729e0d
|
14 years |
ramiro.polla |
fdct_mmx: add xmm registers to clobber list
Originally committed as …
|
|
|
@616735e
|
14 years |
ramiro.polla |
idct_sse2_xvid: add xmm registers to clobber list
Originally …
|
|
|
@9943f3b9
|
14 years |
ramiro.polla |
mpegvideo_mmx: add xmm registers to clobber list
Originally committed …
|
|
|