|
|
|
@a377cfa
|
14 years |
Aurélien Jacobs |
add FF_API_AUDIO_OLD define to disable the deprecated decode_audio API …
|
|
|
@e2f0214a
|
14 years |
Carl Eugen Hoyos |
Fix a yuv420p sample that was incorrectly detected as yuv411p
(576i50 …
|
|
|
@f3f5eb6e
|
14 years |
stefano.sabatini-lala |
Document url_filesize().
Originally committed as revision 25268 to …
|
|
|
@0a216bd
|
14 years |
stefano.sabatini-lala |
Make register_protocol() use the function av_register_protocol2() …
|
|
|
@0093ebc2
|
14 years |
michaelni |
User application side of Codec specific parameters.
Originally …
|
|
|
@f34fcdc8
|
14 years |
stefano.sabatini-lala |
Set default values for the scale context in sws_alloc_context().
…
|
|
|
@e60c906a
|
14 years |
stefano.sabatini-lala |
Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.
…
|
|
|
@6d21d67b
|
14 years |
stefano.sabatini-lala |
Set valid default values for the srcw, srch, dstw, dsth options in the …
|
|
|
@584b8edb
|
14 years |
stefano.sabatini-lala |
Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().
…
|
|
|
@826481ea
|
14 years |
baptiste.coudurier |
Remove duplicate entries
Originally committed as revision 25264 to …
|
|
|
@3432c263
|
14 years |
baptiste.coudurier |
Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on …
|
|
|
@a52ffc3f
|
14 years |
rsbultje |
Move static inline function to a macro, so that constant propagation …
|
|
|
@fc7c40c2
|
14 years |
stefano.sabatini-lala |
Cosmetics: put "if (...)" and "av_log(...)" in the same line for …
|
|
|
@1bb56bdb
|
14 years |
astrange |
rawdec: Properly pass reordered_opaque through the decoder
Originally …
|
|
|
@3dedbeff
|
14 years |
rsbultje |
Check return value of get_chunk_header(). Since enum can be unsigned, …
|
|
|
@329d689
|
14 years |
rsbultje |
Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor …
|
|
|
@77336a5e
|
14 years |
michaelni |
Allow setting the impulse block bias for libvorbis through a private …
|
|
|
@dc51a72b
|
14 years |
michaelni |
Move allocation and init to defaults of the private codec contexts to …
|
|
|
@cd17285e
|
14 years |
rsbultje |
Merge b_idx and edge variables, and optimize the ASM to directly load …
|
|
|
@0cc8a5d0
|
14 years |
rsbultje |
Remove mv_mask variable. Replace the related pand -1/0 instructions by …
|
|
|
@c0673f2c
|
14 years |
rsbultje |
Remove d_idx as a variable, and instead load it as a constant in the …
|
|
|
@2c3135f6
|
14 years |
rsbultje |
Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which …
|
|
|
@4b81511c
|
14 years |
rsbultje |
Unloop the outer loop in h264_loop_filter_strength_mmx2(), which …
|
|
|
@d29e863e
|
14 years |
stefano.sabatini-lala |
Put if (...) av_log() in the same line, more compact and increase …
|
|
|
@5abd626e
|
14 years |
stefano.sabatini-lala |
Amend constraints for the src_format and dst_format options in the …
|
|
|
@5ba24e49
|
14 years |
rsbultje |
Fix compile on Darwin (FATE). Compile error:
yadif.c:226: error: can't …
|
|
|
@655c36b
|
14 years |
michaelni |
Add AVClass for the private context, this will be used for codec …
|
|
|
@c24b404b
|
14 years |
stefano.sabatini-lala |
Cosmetics: fix braces placement.
Originally committed as revision …
|
|
|
@0810a584
|
14 years |
stefano.sabatini-lala |
Deprecate sws_getContext(), use sws_alloc_context() and …
|
|
|
@499287e0
|
14 years |
stefano.sabatini-lala |
Add documentation for the returned value of sws_init_context().
…
|
|
|
@c5812793
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry for lsws change of r32368.
Originally committed …
|
|
|
@c508ab67
|
14 years |
stefano.sabatini-lala |
Bump minor version after the addition of sws_alloc_context() and …
|
|
|
@c10676ac
|
14 years |
stefano.sabatini-lala |
Make init() return sensible error code rather than -1 in case of …
|
|
|
@46daee6e
|
14 years |
stefano.sabatini-lala |
Cosmetics: apply nits.
Originally committed as revision 25247 to …
|
|
|
@f03f30d7
|
14 years |
stefano.sabatini-lala |
Make new doxy follows the agreed upon style and grammatical …
|
|
|
@2e5ff4d
|
14 years |
stefano.sabatini-lala |
Group togheter filter dependency specifications.
Originally committed …
|
|
|
@e40032e2
|
14 years |
stefano.sabatini-lala |
Add the drawbox filter from the soc libavfilter repo.
Pedagogically …
|
|
|
@4dece8c7
|
14 years |
darkshikari |
Try to fix crashes introduced by r25218
r25218 made assumptions about …
|
|
|
@01d46198
|
14 years |
astrange |
All else being equal, prefer PTS over DTS in timestamp correction
…
|
|
|
@7a8bfa5d
|
14 years |
astrange |
Extract timestamp correction code from ffplay.c to cmdutils.c
…
|
|
|
@6d19fd5c
|
14 years |
baptiste.coudurier |
In mov demuxer, check that nb_streams is valid before using it in …
|
|
|
@bd8154d
|
14 years |
baptiste.coudurier |
100l fix if condition
Originally committed as revision 32395 to …
|
|
|
@df0743e0
|
14 years |
baptiste.coudurier |
Y400A (gray alpha) input support in libswscale
Originally committed …
|
|
|
@59cb40b9
|
14 years |
Carl Eugen Hoyos |
Fix index_entries pos:
It was being set wrong for files with …
|
|
|
@c6625ad5
|
14 years |
stefano.sabatini-lala |
Update APIchanges after r25236.
Originally committed as revision …
|
|
|
@483480b5
|
14 years |
mans |
Fix out of tree builds with vf_yadif and mmx
Originally committed as …
|
|
|
@c85eef4e
|
14 years |
stefano.sabatini-lala |
Move av_set_options_string() from libavfilter to libavutil.
…
|
|
|
@486adc55
|
14 years |
stefano.sabatini-lala |
Use more expressive names for the avfilter_insert_filter() in and out …
|
|
|
@fa6f4ebc
|
14 years |
Aurélien Jacobs |
use a Makefile in x86 subdir
Originally committed as revision 25234 …
|
|
|
@236f794
|
14 years |
Aurélien Jacobs |
merge #if with if()
Originally committed as revision 25233 to …
|
|
|
@2a5db1aa
|
14 years |
baptiste.coudurier |
In dv decoder, set sample aspect aspect ratio, fix issue #1612
…
|
|
|
@348a323
|
14 years |
baptiste.coudurier |
In dv decoder, use the expected aspect ratio logic, like other …
|
|
|
@9f694f0
|
14 years |
janne-ffmpeg |
swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in …
|
|
|
@829e5daf
|
14 years |
janne-ffmpeg |
cosmetics: break long line update_flags_cpu
Originally committed as …
|
|
|
@d04247a1
|
14 years |
janne-ffmpeg |
use strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*]
Options …
|
|
|
@db9dfa3c
|
14 years |
stefano.sabatini-lala |
Make avfilter_insert_filter() propagate an error code in case the …
|
|
|
@4ecf1539
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry after r25227.
Originally committed as revision …
|
|
|
@acc0490f
|
14 years |
stefano.sabatini-lala |
Make AVFilterLink store the pointers to the source and destination …
|
|
|
@b3dd5e59
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry after r25225.
Originally committed as revision …
|
|
|
@372e2884
|
14 years |
stefano.sabatini-lala |
Move av_get_token() from libavfilter to libavutil.
Originally …
|
|
|
@4a94cfea
|
14 years |
martin |
rtpproto: Use a sockaddr_storage instead of a sockaddr_in with …
|
|
|
@6e73cef6
|
14 years |
michaelni |
Fix several security issues in flicvideo.c
This fixes CVE-2010-3429
…
|
|
|
@1620939
|
14 years |
tomas.hardin |
mpegtsenc: Indent
Originally committed as revision 25222 to …
|
|
|
@d1ac0351
|
14 years |
tomas.hardin |
mpegtsenc: Write subtitle extradata if set
Originally committed as …
|
|
|
@be0e596a
|
14 years |
stefano.sabatini-lala |
Simplify include, since opt.c is now in libavutil there is no need
to …
|
|
|
@8f1afd3b
|
14 years |
stefano.sabatini-lala |
Cosmetics: apply misc style fixes.
Originally committed as revision …
|
|
|
@e2983d6e
|
14 years |
darkshikari |
Improve error concealment of lost frames
If a frame is lost, replace …
|
|
|
@b1a05b82
|
14 years |
stefano.sabatini-lala |
Make avfilter_destroy() code less convoluted, introducing a temporary …
|
|
|
@41f87daa
|
14 years |
stefano.sabatini-lala |
Bump version and update APIchanges after r25210.
Originally committed …
|
|
|
@536e229a
|
14 years |
mans |
yadif: remove unnecessary #include
Originally committed as revision …
|
|
|
@13fabd7a
|
14 years |
stefano.sabatini-lala |
Port MPlayer blackframe filter.
See thread:
Subject: [FFmpeg-devel] …
|
|
|
@b6c06894
|
14 years |
mans |
configure: detect nasm vs yasm and set flags correspondingly
…
|
|
|
@32881771
|
14 years |
mans |
ARM: change return type of AV_RN16() to unsigned
This prevents gcc …
|
|
|
@33ce384
|
14 years |
ramiro.polla |
fix typos and grammar
Originally committed as revision 32370 to …
|
|
|
@8c26d83e
|
14 years |
michaelni |
Make the avoptions list of sws more complete.
Originally committed as …
|
|
|
@635d4ae
|
14 years |
michaelni |
Split alloc and init of context so that parameters can be set in the …
|
|
|
@f4203ff3
|
14 years |
ramiro.polla |
swscale: use full chroma input for point scaler
Originally committed …
|
|
|
@66772498
|
14 years |
martin |
Bump minor version for the addition of the G.722 encoder
Originally …
|
|
|
@6ed04040
|
14 years |
michaelni |
Move AVOptions from libavcodec to libavutil
Originally committed as …
|
|
|
@cba322d7
|
14 years |
kostya.shishkov |
Make WMV3 decoder attempt to decode WMVP as well
Originally committed …
|
|
|
@10f93363
|
14 years |
kostya.shishkov |
RES_SM in WMV3 is really two flags, so split it in decoder
Originally …
|
|
|
@b0f65613
|
14 years |
stefano.sabatini-lala |
Cosmetics: fix style nits.
Originally committed as revision 25207 to …
|
|
|
@02b424d9
|
14 years |
Reimar.Doeffinger |
Add d suffix to movd target register to make it work with nasm.
…
|
|
|
@dc77e985
|
14 years |
Reimar.Doeffinger |
Split and then simplify address generation macro.
Allows nasm to work …
|
|
|
@8c067b5d
|
14 years |
mans |
Update rv20 seek test reference
Originally committed as revision …
|
|
|
@53eb458a
|
14 years |
michaelni |
Fix rv20 encoding so the binary decoder can decode it.
Originally …
|
|
|
@48f7f29f
|
14 years |
baptiste.coudurier |
In yadif filter, use current frame when previous is missing,
better …
|
|
|
@b9f9e59a
|
14 years |
stefano.sabatini-lala |
Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the …
|
|
|
@2c1da681
|
14 years |
mans |
Create libavfilter/$arch when building outside source tree
Originally …
|
|
|
@9f27ca3
|
14 years |
michaelni |
Stefanos port was missing DIRS variable in the Makefile for the newly …
|
|
|
@5900deeb
|
14 years |
stefano.sabatini-lala |
Bump lavfi minor and add Changelog notice after yadif addition.
…
|
|
|
@96a1459
|
14 years |
michaelni |
Fix 0 vs 1 porting bug from mplayer.
Originally committed as revision …
|
|
|
@acbac567
|
14 years |
michaelni |
yadif filter, based on stefanos port of my yadif from mplayer. …
|
|
|
@b299c4e4
|
14 years |
banan |
Support deinterlacing of YUVJ422P in old deinterlacer.
Patch by Maksym …
|
|
|
@1afab338
|
14 years |
stefano.sabatini-lala |
Prefix enum var_name symbols with VAR_, to avoid conflicts with …
|
|
|
@921bf9f1
|
14 years |
stefano.sabatini-lala |
Fix memleak introduced in:
r25185 | stefano | 2010-09-25 03:18:43 …
|
|
|
@0fb226b3
|
14 years |
stefano.sabatini-lala |
Document udp protocol.
Based on a patch by Aviad Rozenhek aviadr1 @ …
|
|
|
@6ef93402
|
14 years |
stefano.sabatini-lala |
Slightly clarify expression in for the anullsrc source documentation.
…
|
|
|
@b641982b
|
14 years |
Reimar.Doeffinger |
rawdec: ensure that there is always a valid palette for formats that …
|
|
|
@f0a55438
|
14 years |
stefano.sabatini-lala |
Add asink_anullsink - null audio sink.
Patch by "S.N. Hemanth …
|
|
|