|
|
|
@730ba406
|
18 years |
michaelni |
fix r_frame_rate init code for groundhog.vob
Originally committed as …
|
|
|
@89cba1bd
|
18 years |
mans |
fix MUL16 macro
Originally committed as revision 6344 to …
|
|
|
@6c17a956
|
18 years |
michaelni |
drop broken telecine detection code
Originally committed as revision …
|
|
|
@35eab0c0
|
18 years |
michaelni |
reindent
Originally committed as revision 6342 to …
|
|
|
@5fb83c38
|
18 years |
michaelni |
dont ignore MAX_READ_SIZE
Originally committed as revision 6341 to …
|
|
|
@398f5d3f
|
18 years |
michaelni |
support forward seeking in non seekable streams
Originally committed …
|
|
|
@3b9a913
|
18 years |
michaelni |
simplify seek() failure check
Originally committed as revision 6339 …
|
|
|
@4156a436
|
18 years |
takis.issaris |
Handle possible failure of ff_eval.
Originally committed as revision …
|
|
|
@327409d
|
18 years |
michaelni |
mpeg1 b_strategy=2 segfault fix
Originally committed as revision 6337 …
|
|
|
@730581f3
|
18 years |
kostya.shishkov |
WavPack lossless audio decoder
Originally committed as revision 6336 …
|
|
|
@1a174c28
|
18 years |
Reimar.Doeffinger |
remove get_le16 and get_le32, get_bits and get_bits_long can just be …
|
|
|
@544c449d
|
18 years |
Reimar.Doeffinger |
Get rid of get_bits_long_le, get_bits_long was fixed and now behaves …
|
|
|
@6831406
|
18 years |
Reimar.Doeffinger |
Changes needed due to show_bits_long behaviour changes/fixes
…
|
|
|
@d1121caa
|
18 years |
Reimar.Doeffinger |
Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.
Gives the same …
|
|
|
@4fde5060
|
18 years |
Aurélien Jacobs |
rename vector to vect to avoid clash with Apple gcc
Originally …
|
|
|
@79e47000
|
18 years |
lu_zero |
move memory functions from avcodec to avutil
Originally committed as …
|
|
|
@10aa27db
|
18 years |
diego |
Remove 404 link.
Originally committed as revision 6329 to …
|
|
|
@0e3cb7a1
|
18 years |
ods15 |
fix to vorbis decoder for book==0
Originally committed as revision …
|
|
|
@97a9195f
|
18 years |
takis.issaris |
Missing extern declaration for av_strtod.
Originally committed as …
|
|
|
@b8100438
|
18 years |
michaelni |
cosmetic
Originally committed as revision 6326 to …
|
|
|
@e6b12001
|
18 years |
michaelni |
segfault fix
thanks to takis for finding the cause of this
Originally …
|
|
|
@87656472
|
18 years |
lucabe72 |
Improve swscale-example to test conversions between all the possible …
|
|
|
@79ca4de3
|
18 years |
takis.issaris |
Define NAN -if not already defined- as 0.0/0.0
Originally committed …
|
|
|
@004390a6
|
18 years |
lu_zero |
Use mathops
Originally committed as revision 6323 to …
|
|
|
@22565f5d
|
18 years |
takis.issaris |
Remove the "error" OptionDef. The equally named AVOption takes over …
|
|
|
@cccb4c96
|
18 years |
takis.issaris |
Remove the "mepc" OptionDef. The equally named AVOption takes over its …
|
|
|
@f4ea01dc
|
18 years |
takis.issaris |
Remove the "skip_exp" OptionDef. The equally named AVOption takes over …
|
|
|
@f17ec19b
|
18 years |
takis.issaris |
Remove the "skip_factor" OptionDef. The equally named AVOption takes …
|
|
|
@7c1d662a
|
18 years |
takis.issaris |
Remove the "skip_threshold" OptionDef. The equally named AVOption …
|
|
|
@bf080813
|
18 years |
takis.issaris |
Remove the "mb_threshold" OptionDef. The equally named AVOption takes …
|
|
|
@f40d173
|
18 years |
michaelni |
simplify url_fseek()
Originally committed as revision 6316 to …
|
|
|
@8e06f20a
|
18 years |
lorenm |
remove a division from STOP_TIMER
Originally committed as revision …
|
|
|
@7e611a0e
|
18 years |
lorenm |
simplify asm mid_pred, as suggested by michaelni.
Originally …
|
|
|
@a4eb118
|
18 years |
lorenm |
cosmetics (indentation)
Originally committed as revision 6313 to …
|
|
|
@f469094
|
18 years |
lorenm |
tweak ff_imdct_calc_3dn2
Originally committed as revision 6312 to …
|
|
|
@ebbafcb4
|
18 years |
lorenm |
sse implementation of imdct.
patch mostly by Zuxy Meng (zuxy dot meng …
|
|
|
@f5a478f6
|
18 years |
Roman R. |
* Moving FifoBuffer out of libavformat/avformat.h and
…
|
|
|
@a1ef0068
|
18 years |
kostya.shishkov |
Finally enable B-frame decoding as all known samples work perfect
…
|
|
|
@6b33eed8
|
18 years |
kostya.shishkov |
For B-frames if the second reference frame signals intensity …
|
|
|
@162f412d
|
18 years |
kostya.shishkov |
Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed
…
|
|
|
@75807fe2
|
18 years |
kostya.shishkov |
Zero number of current scan after decoding one picture.
This fixes …
|
|
|
@98bf484
|
18 years |
michaelni |
1000l copy and paste typo
Originally committed as revision 6305 to …
|
|
|
@22668218
|
18 years |
michaelni |
reduce scores if the mp3 frames dont start from the begin of the file …
|
|
|
@c3e462a8
|
18 years |
michaelni |
set supported pixel formats for a few encoders (fixes crashes with …
|
|
|
@56f68a41
|
18 years |
takis.issaris |
The "video_rc_buffer_aggressivity" variable is not being used anymore …
|
|
|
@8cd019bd
|
18 years |
takis.issaris |
Remove the "sc_threshold" OptionDef variable.
Originally committed as …
|
|
|
@c6dafae
|
18 years |
takis.issaris |
Remove the "bug" OptionDef used for setting the workaround_bugs …
|
|
|
@58bba31e
|
18 years |
takis.issaris |
Remove the "qsquish" OptionDef. The AVOption min/max value is changed …
|
|
|
@6bacd250
|
18 years |
takis.issaris |
Remove the "qmax" OptionDef.
Originally committed as revision 6298 to …
|
|
|
@5687a2f
|
18 years |
takis.issaris |
Remove the "qmin" OptionDef.
Originally committed as revision 6297 to …
|
|
|
@315b0f97
|
18 years |
takis.issaris |
Remove the "bf" OptionDef parameter so the equally named AVOption will …
|
|
|
@fcc9b956
|
18 years |
takis.issaris |
Inform the user that a certain AVOption is out of range.
Originally …
|
|
|
@076ce017
|
18 years |
takis.issaris |
Correct the constraints of some AVOptions. These had a default value …
|
|
|
@4ff8fcef
|
18 years |
takis.issaris |
Migrate the "packetsize" OptionDef option to become an AVOption.
…
|
|
|
@09a45576
|
18 years |
takis.issaris |
Migrate the "muxrate" OptionDef option to become an AVOption.
…
|
|
|
@99aed7c8
|
18 years |
lu_zero |
New single instruction math operation header
Originally committed as …
|
|
|
@39e1b5cf
|
18 years |
michaelni |
use correct rounding functions
this should fix a floating point …
|
|
|
@7a9d265b
|
18 years |
banan |
Added qcelp faq.
Originally committed as revision 6289 to …
|
|
|
@81d0618f
|
18 years |
takis.issaris |
Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named …
|
|
|
@97c73545
|
18 years |
takis.issaris |
Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.
…
|
|
|
@e9e12f0e
|
18 years |
lucabe72 |
Remove the dependency of libswscale on img_format.h
Originally …
|
|
|
@5784b620
|
18 years |
lucabe72 |
Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is …
|
|
|
@7eb1042c
|
18 years |
michaelni |
K prefix
add SI prefix selftest
Originally committed as revision 6286 …
|
|
|
@aeb20f7f
|
18 years |
banan |
FLV seeking patch by Nazo. lovesyao at aol com.
Originally committed …
|
|
|
@e66477af
|
18 years |
michaelni |
support SI and some non SI prefixes
Originally committed as revision …
|
|
|
@99f6278e
|
18 years |
diego |
wording/spelling
Originally committed as revision 6283 to …
|
|
|
@5ca030fe
|
18 years |
diego |
ADI Blackfin optimizations
patch by Michael Benjamin, neuroptik gmail …
|
|
|
@cab3ef82
|
18 years |
diego |
Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a …
|
|
|
@2c29781d
|
18 years |
gpoirier |
Document how to read DirectShow files,
Patch by Victor Paesa % wzrlpy …
|
|
|
@cd621028
|
18 years |
mans |
remove junk characters in comment
Originally committed as revision …
|
|
|
@f07e8487
|
18 years |
mans |
clean up #ifdef HAVE_IPP
Originally committed as revision 6278 to …
|
|
|
@469b7bf8
|
18 years |
takis.issaris |
Remove the "rc_init_cplx" OptionDef option from ffmpeg.c. The equally …
|
|
|
@dc5ee8bc
|
18 years |
takis.issaris |
Remove the "bt" OptionDef option from ffmpeg.c. The equally named
"bt" …
|
|
|
@0dcb89fc
|
18 years |
takis.issaris |
Remove the "i_qfactor" OptionDef option from ffmpeg.c. The equally …
|
|
|
@fda7eb90
|
18 years |
takis.issaris |
Correct the i_qfactor minimum, which was current set higher then the …
|
|
|
@e2a5bc88
|
18 years |
takis.issaris |
Remove the "me_range" OptionDef option from ffmpeg.c. The equally …
|
|
|
@d4fc91b4
|
18 years |
takis.issaris |
Split the DV demuxer and muxer into separate files (as suggested by …
|
|
|
@bcce83e6
|
18 years |
takis.issaris |
Remove the "i_qoffset" OptionDef option from ffmpeg.c. The equally …
|
|
|
@a2c00e43
|
18 years |
takis.issaris |
Remove the "b_qoffset" OptionDef option from ffmpeg.c. The equally …
|
|
|
@debe5ce1
|
18 years |
takis.issaris |
Remove the "b_qfactor" OptionDef option from ffmpeg.c. The equally …
|
|
|
@3c96abac
|
18 years |
takis.issaris |
Fix usage of b_quant_factor. It was not possible to actually use the …
|
|
|
@3d720bda
|
18 years |
takis.issaris |
Remove the "qcomp" OptionDef option from ffmpeg.c. The equally named …
|
|
|
@99aaf41
|
18 years |
takis.issaris |
Remove the "qblur" OptionDef option from ffmpeg.c. The equally named …
|
|
|
@908b8457
|
18 years |
takis.issaris |
Remove the "pbias" OptionDef option from ffmpeg.c. The equally named …
|
|
|
@356e7a9d
|
18 years |
takis.issaris |
Remove the "ibias" OptionDef option from ffmpeg.c. The equally named …
|
|
|
@7c272c0e
|
18 years |
takis.issaris |
Remove the "preme" OptionDef option from ffmpeg.c
Originally …
|
|
|
@babe0e8
|
18 years |
takis.issaris |
Remove the GOP "g" OptionDef option from ffmpeg.c .
Originally …
|
|
|
@a5515106
|
18 years |
takis.issaris |
Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. …
|
|
|
@02c1592f
|
18 years |
diego |
Fix Indel --> Intel typo.
Originally committed as revision 6260 to …
|
|
|
@1733fc4a
|
18 years |
gpoirier |
Add support for 8-bit grayscale to V4L grabber
patch by Michael …
|
|
|
@3c0ba870
|
18 years |
takis.issaris |
Remove the "b" OptionDef option from the ffmpeg.c file. From now on …
|
|
|
@7df00a4e
|
18 years |
takis.issaris |
Rename the AVOption's names to the shorter OptionDef names.
…
|
|
|
@8e453fc3
|
18 years |
baptiste.coudurier |
remove unused, uninitialized free format frame size
Originally …
|
|
|
@3c619838
|
18 years |
gpoirier |
add support for grayscale rawvideo avi
patch by Philippe De Muyter …
|
|
|
@93a319f1
|
18 years |
lorenm |
asm implementation of mid_pred.
20% faster huffyuv decoding, 4% faster …
|
|
|
@2a2311be
|
18 years |
Aurélien Jacobs |
disable vp3 mmx idct for theora files to avoid artifacts
(see …
|
|
|
@0b97eea3
|
18 years |
takis.issaris |
Synchronize the defaults specified in the AVOptions[] array to the …
|
|
|
@66acccf0
|
18 years |
takis.issaris |
Make OFFSET() reuse offsetof
Originally committed as revision 6251 to …
|
|
|
@5894991f
|
18 years |
takis.issaris |
Remove a redundant memset from libavformat.
Originally committed as …
|
|
|
@a41e9d68
|
18 years |
takis.issaris |
Allow parameter values (AVOptions) to use the 'k', 'M', 'G'
and 'B' …
|
|
|