|
|
|
@3035cb67
|
17 years |
diego |
Add necessary #include, fixes the warnings:
ppc/h264_altivec.c: In …
|
|
|
@d479d58
|
17 years |
diego |
Fix clicking sound in xa-adpcm.
patch by Alexander Strange, astrange …
|
|
|
@91be76a6
|
17 years |
ivop |
remove useless cast
Originally committed as revision 11328 to …
|
|
|
@9f175aa0
|
17 years |
michaelni |
Fix encoding wmv1 with -mbd 1.
fixes issue262
Originally committed as …
|
|
|
@a33cab3a
|
17 years |
diego |
Check for the presence of llrint(), lrint(), round() and roundf()
and …
|
|
|
@52d08608
|
17 years |
diego |
Remove outdated comment.
Originally committed as revision 11325 to …
|
|
|
@81644c2e
|
17 years |
diego |
Check for the presence of sys/select.h and conditionally #include it. …
|
|
|
@945208c
|
17 years |
michaelni |
Fix detected fps for old divx/xvid.
Originally committed as revision …
|
|
|
@9de0be61
|
17 years |
michaelni |
Do not force fps unless the user actually specified one.
fixes …
|
|
|
@b4abe1d1
|
17 years |
ivop |
PC Paintbrush PCX image decoder
Originally committed as revision …
|
|
|
@b4dba580
|
17 years |
michaelni |
fix pts and keyframe flags for yuv4mpeg
fixes issue258
Originally …
|
|
|
@d6bb52ac
|
17 years |
ivop |
remove useless assignment
Originally committed as revision 11319 to …
|
|
|
@0fd0cae0
|
17 years |
ivop |
remove useless assignment
Originally committed as revision 11318 to …
|
|
|
@9a8d7318
|
17 years |
ivop |
remove useless casts
Originally committed as revision 11317 to …
|
|
|
@9c87b8f7
|
17 years |
Reimar.Doeffinger |
Check for avcodec_open codec parameter == NULL and return error in …
|
|
|
@a5baedea
|
17 years |
michaelni |
Prevent silent overwriting of files on windows.
fixes issue308 …
|
|
|
@7dc75e8d
|
17 years |
michaelni |
Revert r6124, the change was just wrong, other formats than MPEG-PS …
|
|
|
@4f365f37
|
17 years |
diego |
djgpp port, first part
patch by Michael Kostylev, mik niipt ru
…
|
|
|
@64bb7bd5
|
17 years |
diego |
typo: begining --> beginning
Originally committed as revision 11312 …
|
|
|
@9e052e8d
|
17 years |
lu_zero |
Reindent
Originally committed as revision 11311 to …
|
|
|
@4049e014
|
17 years |
lu_zero |
Minor fix
Originally committed as revision 11310 to …
|
|
|
@efc90ebf
|
17 years |
Reimar.Doeffinger |
begining -> beginning typo fix
Originally committed as revision 11309 …
|
|
|
@6b646b06
|
17 years |
lu_zero |
10l do not load after the buffer...
Originally committed as revision …
|
|
|
@88b00723
|
17 years |
Reimar.Doeffinger |
100l, av_read_packet must check for read_packet error, in case of …
|
|
|
@08571377
|
17 years |
lu_zero |
Add C/B == 0 cases, 2% slower on CELL but should address Issue299 …
|
|
|
@1e0f3468
|
17 years |
Reimar.Doeffinger |
Add a av_alloc_put_byte function.
The name is in analogy to …
|
|
|
@4159db8c
|
17 years |
lu_zero |
Reindent
Originally committed as revision 11304 to …
|
|
|
@e36b639f
|
17 years |
lu_zero |
Partially address issue299, no performance change apparently
…
|
|
|
@8d8d178d
|
17 years |
lu_zero |
Avoid a vec_add, directly start with sum
Originally committed as …
|
|
|
@c7f66add
|
17 years |
lu_zero |
Reindent
Originally committed as revision 11301 to …
|
|
|
@a75fe63d
|
17 years |
lu_zero |
Factorize common code (almost cosmetic)
Originally committed as …
|
|
|
@907fc60
|
17 years |
lu_zero |
Cosmetics
Originally committed as revision 11299 to …
|
|
|
@9fa35729
|
17 years |
gpoirier |
add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 …
|
|
|
@82ed1ca7
|
17 years |
michaelni |
closed/needs_more_info state
Originally committed as revision 11297 …
|
|
|
@9fbd14ac
|
17 years |
diego |
Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
Originally …
|
|
|
@00ef4f58
|
17 years |
diego |
Fix Doxygen function parameter name.
Originally committed as revision …
|
|
|
@8bfb108b
|
17 years |
diego |
comment typo fixes
Originally committed as revision 11294 to …
|
|
|
@56b69633
|
17 years |
diego |
comment typo fixes
Originally committed as revision 25485 to …
|
|
|
@b7d8f6e0
|
17 years |
diego |
Fix "suggest parentheses around assignment used as truth value" …
|
|
|
@f315b394
|
17 years |
michaelni |
More consistent { placement.
Originally committed as revision 11292 …
|
|
|
@76abb18e
|
17 years |
michaelni |
indent
Originally committed as revision 11291 to …
|
|
|
@febdd0b9
|
17 years |
michaelni |
~15% faster h264_chroma_mc2/4_c() these also prevent some possible out …
|
|
|
@a06a18c5
|
17 years |
baptiste.coudurier |
reset manually selected codecs at the end of opt_input_file, to avoid …
|
|
|
@815c81c0
|
17 years |
michaelni |
30% faster h264_chroma_mc8_c(), this also prevents a possible out of …
|
|
|
@91fd7398
|
17 years |
ivop |
typo ;)
Originally committed as revision 11287 to …
|
|
|
@1308f273
|
17 years |
michaelni |
Document ByteIOContext and URLContext change rules.
Originally …
|
|
|
@107b5f93
|
17 years |
banan |
Reindent
Originally committed as revision 11285 to …
|
|
|
@7b76c224
|
17 years |
banan |
Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files
Originally …
|
|
|
@5efaf000
|
17 years |
benoit.fouet |
Make sure strides have positive values before converting.
Patch by …
|
|
|
@ba66ae94
|
17 years |
michaelni |
Document a few more structure change rules with relation to ABI/API.
…
|
|
|
@b356f75d
|
17 years |
baptiste.coudurier |
fix indentation
Originally committed as revision 11282 to …
|
|
|
@252f17e2
|
17 years |
michaelni |
Document structure change rules with relation to ABI/API.
Originally …
|
|
|
@1408352a
|
17 years |
justin.ruggles |
Add option for user to scale the amount of dynamic range compression …
|
|
|
@cd31f8dc
|
17 years |
Aurélien Jacobs |
cosmetics: indentation
Originally committed as revision 11279 to …
|
|
|
@fd2982a0
|
17 years |
Aurélien Jacobs |
remove double check of pb->read_seek
Originally committed as revision …
|
|
|
@17e45b37
|
17 years |
Aurélien Jacobs |
pb->buf_end is already set by url_open_buf()
Originally committed as …
|
|
|
@ceeacce6
|
17 years |
Aurélien Jacobs |
use proper url_is_streamed() API
instead of messing with ByteIOContext …
|
|
|
@8293fea5
|
17 years |
Carl Eugen Hoyos |
Fix problem with multithreaded decoding, introduced by r11214.
Patch …
|
|
|
@b075e520
|
17 years |
michaelni |
Make recently added and still unused read_seek functions return …
|
|
|
@502bdf68
|
17 years |
michaelni |
Merge recently added and still unused play and pause functions.
…
|
|
|
@79e42311
|
17 years |
baptiste.coudurier |
use generic 'glbl' atom if extradata is present but no specific method …
|
|
|
@bde24601
|
17 years |
baptiste.coudurier |
supports glbl atom containing generic extradata for all codecs
…
|
|
|
@f47b9f48
|
17 years |
Reimar.Doeffinger |
Increase minor version due to new av_close_input_stream
Originally …
|
|
|
@2506fd54
|
17 years |
Reimar.Doeffinger |
Add a av_close_input_stream function
Originally committed as revision …
|
|
|
@2e9b86ac
|
17 years |
michaelni |
Remove dead code which disappeared with the last major version bump.
…
|
|
|
@71957315
|
17 years |
michaelni |
Remove *_codec_id from AVFormatParameters with the next major version …
|
|
|
@62600469
|
17 years |
michaelni |
Allow overriding codec_ids.
Originally committed as revision 11266 to …
|
|
|
@379374ea
|
17 years |
diego |
cosmetics: Sort some more entries.
Originally committed as revision …
|
|
|
@004050ee
|
17 years |
michaelni |
Remove unneeded avio wrapper functions.
Originally committed as …
|
|
|
@0cd60abf
|
17 years |
michaelni |
A little more doxygenization.
Originally committed as revision 11263 …
|
|
|
@9b4dd1b8
|
17 years |
michaelni |
Document Motion_Est_IDs.
Originally committed as revision 11262 to …
|
|
|
@3e0b7b56
|
17 years |
michaelni |
Remove old variable with the next major version bump.
Originally …
|
|
|
@0c39c38
|
17 years |
baptiste.coudurier |
add bitrate helper to choose all dnxhd variants
Originally committed …
|
|
|
@86404ffb
|
17 years |
baptiste.coudurier |
avoid infinite loop if pixel format conversion does not exist
…
|
|
|
@fe9bb347
|
17 years |
diego |
dv1394 depends on dv_demuxer, fixes linking with demuxers disabled. …
|
|
|
@1ba8f5eb
|
17 years |
michaelni |
another comment ->doxy
Originally committed as revision 11257 to …
|
|
|
@bafc102
|
17 years |
michaelni |
ME default does not belong to the ME type enum.
Originally committed …
|
|
|
@0e373b9
|
17 years |
michaelni |
change some normal comments to doxy ones
Originally committed as …
|
|
|
@ca75a92
|
17 years |
Reimar.Doeffinger |
Simplify av_close_input_file similarly to av_open_input_file …
|
|
|
@17acc63a
|
17 years |
Reimar.Doeffinger |
Simplify av_open_input_file
Originally committed as revision 11253 to …
|
|
|
@b079757
|
17 years |
kostya.shishkov |
Correct spatial prediction mode in RV30/40 for vertical left direction …
|
|
|
@5492209a
|
17 years |
michaelni |
clarify FIXME
Originally committed as revision 11251 to …
|
|
|
@841f39a7
|
17 years |
Reimar.Doeffinger |
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option
…
|
|
|
@3426d575
|
17 years |
benoit.fouet |
Fix crash in PCM decoder when number of channels is not set.
Patch by …
|
|
|
@fa13095a
|
17 years |
benoit.fouet |
Enable av_read_pause(), av_read_play() and the ASF demuxer's …
|
|
|
@08c015c0
|
17 years |
diego |
Remove unnecessary system include path from pkg-config files.
…
|
|
|
@03726b70
|
17 years |
justin.ruggles |
Skip dialog normalization. It shouldn't be used by the decoder, and …
|
|
|
@224bc440
|
17 years |
justin.ruggles |
Revert commit made in revision 11228. I'm getting some strange results …
|
|
|
@407c50a
|
17 years |
Aurélien Jacobs |
move FLAC mmx dsp to its own file
Originally committed as revision …
|
|
|
@bcfe2ba
|
17 years |
baptiste.coudurier |
useless 0L here
Originally committed as revision 11243 to …
|
|
|
@282b65cc
|
17 years |
baptiste.coudurier |
remove now useless fields
Originally committed as revision 11242 to …
|
|
|
@7c622eed
|
17 years |
baptiste.coudurier |
do not retain useless pointers to avstream priv_data, use it directly
…
|
|
|
@11f16b66
|
17 years |
baptiste.coudurier |
remove duplicate field
Originally committed as revision 11240 to …
|
|
|
@03dc32f
|
17 years |
baptiste.coudurier |
cosmetics: func -> parse, remove useless parenthesis
Originally …
|
|
|
@a4813b67
|
17 years |
baptiste.coudurier |
remove useless declaration
Originally committed as revision 11238 to …
|
|
|
@73d07c27
|
17 years |
baptiste.coudurier |
save pointer to parse table, it is unlikely to change
Originally …
|
|
|
@23d2cfe9
|
17 years |
baptiste.coudurier |
remove useless seek
Originally committed as revision 11236 to …
|
|
|
@01eeb422
|
17 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 11235 to …
|
|
|
@687f35f3
|
17 years |
baptiste.coudurier |
support streamed mov/mp4
Originally committed as revision 11234 to …
|
|
|
@5cb4b82a
|
17 years |
baptiste.coudurier |
return error when url_fseek could not read until desired offset in …
|
|
|